2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/models
2020-02-22 14:20:21 +01:00
## 2.2.0 (2020-02-22)
2020-01-25 17:12:44 +01:00
### Changed
2019-10-14 19:19:01 +02:00
2020-04-26 13:09:54 +02:00
- Extended the menswear size range to have 10 different sizes, just like womenswear
2019-09-02 19:51:56 +02:00
## 2.0.1 (2019-09-01)
### Added
2020-04-26 13:09:54 +02:00
- Expanded the size ranges available.
- Added the `withBreasts` models which were missing in earlier releases.
2019-09-02 19:51:56 +02:00
### Changed
2020-04-26 13:09:54 +02:00
- The models data is now based on the data from the `neckstimate` method in the utils package.
2019-09-02 19:51:56 +02:00
2019-09-02 19:59:08 +02:00
### Fixed
2020-04-26 13:09:54 +02:00
- [#86 ](https://github.com/freesewing/freesewing/issues/86 ): The `seatCircumference` measurement was missing, thus making it unavailable on the website
2019-09-02 19:51:56 +02:00
## 2.0.0 (2019-08-25)
2020-05-31 17:53:04 +02:00
### Added
- Initial release
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.