2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/utils
2020-08-14 15:14:56 +02:00
2020-07-24 15:25:34 +02:00
## 2.7.1 (2020-07-24)
### Added
2020-08-14 15:14:56 +02:00
- Added backend calls for creating gists/issues on Github
2020-07-24 15:25:34 +02:00
2020-07-12 19:00:38 +02:00
## 2.7.0 (2020-07-12)
### Added
2020-08-14 15:14:56 +02:00
- Added new `isDegMeasurement` method. See [#358 ](https://github.com/freesewing/freesewing/issues/358 )
- `neckStimate` now supports all new measurements. See [#416 ](https://github.com/freesewing/freesewing/issues/416 )
2020-07-12 19:00:38 +02:00
### Changed
2020-08-14 15:14:56 +02:00
- Changed `neckstimate` to handle new `shoulderSlope` degree measurement. See [#358 ](https://github.com/freesewing/freesewing/issues/358 )
- Changed `neckstimate` to support all new measurements. See [#416 ](https://github.com/freesewing/freesewing/issues/416 )
- Ported `neckstimate` to the crotchDepth measurement. See [#425 ](https://github.com/freesewing/freesewing/issues/425 )
- Removed `Circumference` suffix from measurement names
- Added the `isDegMeasurement` method
2020-07-12 15:58:07 +02:00
2020-06-24 20:56:39 +02:00
## 2.4.5 (2020-03-19)
### Changed
2020-08-14 15:14:56 +02:00
- neckstimate() now returns values rounded to nearest mm
2020-06-24 20:56:39 +02:00
2020-03-04 19:01:48 +01:00
## 2.4.1 (2020-03-04)
### Fixed
2020-08-14 15:14:56 +02:00
- [#542 ](https://github.com/freesewing/freesewing.org/issues/542 ): Prevent neckstimate from throwing when getting an unexpected measurement
2020-04-26 13:09:54 +02:00
2020-02-22 14:20:21 +01:00
## 2.2.0 (2020-02-22)
2020-01-27 17:49:13 +01:00
### Changed
2019-10-06 15:04:02 +02:00
2020-08-14 15:14:56 +02:00
- Neckstimate now uses proportions only
2020-04-26 13:09:54 +02:00
2019-11-24 11:30:53 +01:00
## 2.1.6 (2019-11-24)
### Fixed
2020-08-14 15:14:56 +02:00
- [#317 ](https://github.com/freesewing/freesewing.org/issues/317 ): Fixed bug where format was not passed to formatImperial
2020-04-26 13:09:54 +02:00
2019-10-19 08:48:59 +02:00
## 2.1.3 (2019-10-18)
### Changed
2020-08-14 15:14:56 +02:00
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
2019-10-19 08:48:59 +02:00
### Fixed
2020-08-14 15:14:56 +02:00
- [#250 ](https://github.com/freesewing/freesewing.org/issues/250 ): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
2020-04-26 13:09:54 +02:00
2019-10-13 17:39:54 +02:00
## 2.1.1 (2019-10-13)
### Fixed
2020-08-14 15:14:56 +02:00
- Fixed an issue with the formatMm method not adding units
2020-04-26 13:09:54 +02:00
2019-10-06 15:04:02 +02:00
## 2.1.0 (2019-10-06)
2019-09-21 19:52:47 +02:00
### Added
2019-09-02 19:51:56 +02:00
2020-08-14 15:14:56 +02:00
- Added backend methods for administration
- Added the resendActivationEmail method to backend
2019-10-03 12:55:45 +02:00
### Fixed
2020-08-14 15:14:56 +02:00
- Fixed an issue where optionDefault was not handling list options correctly
2020-04-26 13:09:54 +02:00
2019-09-15 12:20:02 +02:00
## 2.0.3 (2019-09-15)
### Fixed
2020-08-14 15:14:56 +02:00
- Fix measurementDiffers to pass breasts parameter to neckstimate
2020-04-26 13:09:54 +02:00
2019-09-06 19:05:07 +02:00
## 2.0.2 (2019-09-06)
### Fixed
2020-08-14 15:14:56 +02:00
- Removed lingering debug statement in formatImperial
2020-04-26 13:09:54 +02:00
2019-09-02 19:51:56 +02:00
## 2.0.1 (2019-09-01)
### Added
2020-08-14 15:14:56 +02:00
- The `measurementDiffers` method is new.
2019-09-02 19:51:56 +02:00
## 2.0.0 (2019-08-25)
2020-05-31 17:53:04 +02:00
### Added
2020-08-14 15:14:56 +02:00
- Initial release
2020-05-31 17:53:04 +02:00
2019-09-02 19:51:56 +02:00
This is the **initial release** , and the start of this change log.
2020-05-31 17:53:04 +02:00
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.
2020-08-14 15:14:56 +02:00