Releases - August 3, 2016
Even though we released Aurelia 1.0 last week, we're not slowing down. We're continuing to make fixes and enhancements. In order to keep the community informed, we'll make sure to post these updates here each week as needed.
Aurelia and SemVer
All Aurelia libraries strive to ahere to the SemVer spec. A semantic version typically looks like this: major.minor.patch. The patch number changes when there are only fixes. The minor number changes when there are new features added (this also may include fixes). The major number only changes if there is a breaking change of some sort.
We are striving not to make breaking changes in the core Aurelia libraries any time soon. However, if/when we do have to do this, we'll give ample warning, suggest migration strategies and do everything we can to make the process smooth. In any case, you can rest assured we aren't going to do a major re-write and then simply change the major version. Even major changes we may need to make will be incremental in nature.
Summary of Releases
During the last week we've primarily continued to improve the various libraries used by Webpack setups. We also made one fix in the Binding library related to correct delegated event propagation.
Minor Releases Notes
webpack-plugin 1.1.0 (2016-07-29)
Bug Fixes
- build-resources: fix a regression caused by scoping support (d7dec55)
- index: do not reassign moduleId when one with the same name exists already (fddd9e1)
Features
- index: add the option 'nameLocalModules' for manually disabling moduleId remapping (2f9c89a)
- index: make naming external modules optional (af1a745)