mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update CHANGELOG
This commit is contained in:
parent
db82f41151
commit
8a3b4c73de
1 changed files with 6 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,20 +4,22 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- PaperScript: Make `options.paperFeatures.moduleExports` work independently
|
- PaperScript: Actually make `options.paperFeatures.moduleExports` work
|
||||||
from `options.paperFeatures.operatorOverloading`.
|
independently from `options.paperFeatures.operatorOverloading`.
|
||||||
|
|
||||||
## `0.12.6`
|
## `0.12.6`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- PaperScript: Add option to control module exports conversion.
|
- PaperScript: Add option `options.paperFeatures.moduleExports` to control
|
||||||
|
module exports conversion.
|
||||||
|
|
||||||
## `0.12.5`
|
## `0.12.5`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- PaperScript: Add option to control operator overloading.
|
- PaperScript: Add option `options.paperFeatures.operatorOverloading` to control
|
||||||
|
operator overloading.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue