feat(core): Allow plugins to provide their own packing implementation
This commit is contained in:
parent
e9135f707a
commit
b83ab5df74
20 changed files with 590 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -106,8 +106,18 @@
|
|||
|
||||
- Added support for notes in flags
|
||||
|
||||
### plugin-bin-pack
|
||||
|
||||
#### Added
|
||||
|
||||
- First release of the plugin providing the default packing implementation
|
||||
|
||||
### core
|
||||
|
||||
#### Added
|
||||
|
||||
- Allow plugins to provide their own packing implementation
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fix order in mergeOptions method so user settings take precendence over defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue