Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 27, 2016
1 parent c4ff81b commit 40ddc1e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/aurelia/webpack-plugin/compare/1.0.0-beta.4.0.1...v1.0.0) (2016-07-27)


### Bug Fixes

* **build-resources:** allow scoped modules ([a2bea83](https://github.com/aurelia/webpack-plugin/commit/a2bea83))
* **build-resources:** allow scoped packages in fixRelativeFromPath ([ae101c6](https://github.com/aurelia/webpack-plugin/commit/ae101c6))
* **build-resources:** allow sibling directories of the same name as modules ([c104ea2](https://github.com/aurelia/webpack-plugin/commit/c104ea2)), closes [#55](https://github.com/aurelia/webpack-plugin/issues/55)
* **build-resources:** do not break when no package.json loaded ([b5b9fae](https://github.com/aurelia/webpack-plugin/commit/b5b9fae))
* **build-resources:** do not break when no packageJson loaded ([5f6f3b4](https://github.com/aurelia/webpack-plugin/commit/5f6f3b4))
* **build-resources:** ignore <require> with template strings ([e30afc2](https://github.com/aurelia/webpack-plugin/commit/e30afc2)), closes [#56](https://github.com/aurelia/webpack-plugin/issues/56)
* **build-resources:** pass absolute path to installedRootModulePaths ([ec3f123](https://github.com/aurelia/webpack-plugin/commit/ec3f123))
* **build-resources:** root module paths can be scoped ([47906ba](https://github.com/aurelia/webpack-plugin/commit/47906ba))
* **index:** use the css loader together with other CSS-processing extensions ([44214e1](https://github.com/aurelia/webpack-plugin/commit/44214e1)), closes [#14](https://github.com/aurelia/webpack-plugin/issues/14)
* **origin-loader:** switch to a more unique variable name ([4223ab2](https://github.com/aurelia/webpack-plugin/commit/4223ab2))


### Features

* **all:** use path-based moduleIds and hook native __webpack_require__ ([54d7c65](https://github.com/aurelia/webpack-plugin/commit/54d7c65))
* **index:** add a warning about depracated features ([0535927](https://github.com/aurelia/webpack-plugin/commit/0535927))
* **index:** allow passing custom loaders to be used by in the Views ([b8f87d6](https://github.com/aurelia/webpack-plugin/commit/b8f87d6))
* **origin-loader:** build resources now set their Origin using aurelia-metadata ([a69b8f0](https://github.com/aurelia/webpack-plugin/commit/a69b8f0))
* **origin-loader:** move origin setting out to loader-webpack ([90a3658](https://github.com/aurelia/webpack-plugin/commit/90a3658))


### BREAKING CHANGES

* origin-loader: requires changes from loader-webpack (https://github.com/aurelia/loader-webpack/commit/b6a3ed0b2b5b7365ccd06151e34786661c1e402a)



<a name="1.0.0-beta.4.0.1"></a>
# [1.0.0-beta.4.0.1](https://github.com/aurelia/webpack-plugin/compare/1.0.0-beta.4.0.0...v1.0.0-beta.4.0.1) (2016-07-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-webpack-plugin",
"version": "1.0.0-beta.4.0.1",
"version": "1.0.0",
"description": "A plugin for webpack that enables bundling Aurelia applications.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 40ddc1e

Please sign in to comment.