1
0
Fork 0
freesewing/packages/core/CHANGELOG.md

42 lines
914 B
Markdown
Raw Normal View History

2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/core
## Unreleased
2019-10-06 15:04:02 +02:00
**Note:** Version bump only for package core
## 2.1.0 (2019-10-06)
2019-09-21 19:52:47 +02:00
### Changed
2019-09-02 19:51:56 +02:00
2019-09-21 19:52:47 +02:00
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
2019-09-17 13:38:00 +02:00
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package core
2019-09-15 12:20:02 +02:00
## 2.0.3 (2019-09-15)
**Note:** Version bump only for package core
## 2.0.2 (2019-09-06)
**Note:** Version bump only for package core
2019-09-02 19:51:56 +02:00
## 2.0.1 (2019-09-01)
**Note:** Version bump only for package core
## 2.0.0 (2019-08-25)
This is the **initial release**, and the start of this change log.
Prior to version 2, FreeSewing was not a JavaScript project.
As such, that history is out of scope for this change log.