Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mouland committed Mar 5, 2015
1 parent a6b42c0 commit 4839d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change Log

## 1.1.0 (not yet released) **breaking change**
## 1.1.0 **breaking change**

* Updated **breaking change** `component.config.js` to expect explicit config objects
* `requirejs`, `browserify`, `staticApp`, `nodeApp`, `s3` or `karma` objects
* Updated **breaking change** `component release cloud` changed to `component release s3`.
* Updated `build`/`serve` to only warn of compilation problems rather than quiting.
* Updated cleaning to be less aggressive. This allows overlapping paths within `component.config.js`
* Updated `karma.conf.js` to use browserify by default and to automatically apply shims
* Removed dependency on Gulp for new components. Now recommended to use `component` commands.
* Removed dependency on Gulp for new components. Now recommended to use `npm` or `component` commands.
* Added `component serve path/to/serve` option to allow a static path to be served instantly.
* Added `jade` templating (for build.html config)
* Added support for `~/.aws/credentials` for S3 releases
Expand Down

0 comments on commit 4839d50

Please sign in to comment.