From 40ddc1e2b4a3cf8828f7b69a222264a1356d2b58 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 27 Jul 2016 14:22:48 -0400 Subject: [PATCH] chore(all): prepare release 1.0.0 --- doc/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 3c2037a..ae5610a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,36 @@ + +# [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 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) + + + # [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) diff --git a/package.json b/package.json index 3330675..7812e7e 100644 --- a/package.json +++ b/package.json @@ -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",