Skip to content

Commit

Permalink
Add CHANGELOG.md file with version history
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Apr 15, 2016
1 parent aa8c10d commit 83d1691
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Isomorphic Style Loader Change Log

All notable changes to this project will be documented in this file.

### [Unreleased][unreleased]

- Add `CHANGELOG.md` file with the past and future (planned) changes to the project

### [v1.0.0]
> 2016-04-15
- Improve comparability with Hot Module Replacement (HMR) [PR#33](https://github.com/kriasoft/isomorphic-style-loader/pull/33)
- Add support of ES2015+ decorator syntax, e.g. `@withStyles(s) class MyComponent extends Component { .. }`
[PR#21](https://github.com/kriasoft/isomorphic-style-loader/pull/21) (BREAKING CHANGE)

### [v0.0.12]
> 2016-03-04
- Fix style not getting removed for multiple instance [PR#23](https://github.com/kriasoft/isomorphic-style-loader/pull/23)

[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v0.0.12...v1.0.0
[v0.0.12]: https://github.com/kriasoft/isomorphic-style-loader/compare/v0.0.11...v0.0.12
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
> `styles` object - `._insertCss()` (injects CSS into the DOM) and `._getCss()`
> (returns CSS string).
See [getting started](#getting-started)  |  [changelog](CHANGELOG.md)  | 
Join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chat room on Gitter to stay
up to date

### How to Install

```
Expand Down

0 comments on commit 83d1691

Please sign in to comment.