Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Track changes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Sep 23, 2015
1 parent a4cdea5 commit 826d9d4
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 64 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
## Release History

2.0.1, Sep 17, 2015

* Fix NaNpx values (#45)

2.0.0, Aug 24, 2015

* Update to PostCSS 5.0

1.3.2, Aug 24, 2015

* Unpublished version

1.3.1, Jul 9, 2015

* Fixed: Replace `eachDecl` with `each` and `decl.type` check in process function

1.3.0, Jul 1, 2015

* Added: Use browserslist to generate rem fallbacks only when needed

1.2.4, Apr 17, 2015

* Fixed: generate fallbacks with a value starting with dot

1.2.3, Mar 27, 2015

* Fix: copy and reduce decl.before, only if defined

1.2.2, Mar 27, 2015

* Fix root-font size detection

1.2.1, Mar 23, 2015

* Reduce line-breaks when inserting clone node

1.2.0, Feb 19, 2015

* Add option `html` to disable root font-size detection
* Fix root-font size defined with `calc`
* Throw error when root font-size is invalid

1.1.1, Feb 5, 2015:

* Fix root font-size detection

1.1.0, Jan 25, 2015:

* PostCSS 4
* Expose postcss processor

1.0.0, Nov 26, 2014:

* Generate rem fallbacks only when needed
* Updated to PostCSS v3.0
* Get root font-size from CSS

0.1.4, March 6, 2014: Code optimization from AI.
0.1.3, Dec 14, 2013: Fix regex for < 0 values.
0.1.1, 0.1.2, Dec 14, 2013: Documentation improvements.
0.1.0, Dec 14, 2013: Initial release.
64 changes: 0 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,70 +93,6 @@ Default: `{ replace: false, atrules: false, html: true, browsers: 'ie <= 8' }`

Report bugs and feature proposals in the [Github issue tracker](https://github.com/robwierzbowski/node-pixrem/issues). Run tests with jasmine-node. In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

2.0.1, Sep 17, 2015

* Fix NaNpx values (#45)

2.0.0, Aug 24, 2015

* Update to PostCSS 5.0

1.3.2, Aug 24, 2015

* Unpublished version

1.3.1, Jul 9, 2015

* Fixed: Replace `eachDecl` with `each` and `decl.type` check in process function

1.3.0, Jul 1, 2015

* Added: Use browserslist to generate rem fallbacks only when needed

1.2.4, Apr 17, 2015

* Fixed: generate fallbacks with a value starting with dot

1.2.3, Mar 27, 2015

* Fix: copy and reduce decl.before, only if defined

1.2.2, Mar 27, 2015

* Fix root-font size detection

1.2.1, Mar 23, 2015

* Reduce line-breaks when inserting clone node

1.2.0, Feb 19, 2015

* Add option `html` to disable root font-size detection
* Fix root-font size defined with `calc`
* Throw error when root font-size is invalid

1.1.1, Feb 5, 2015:

* Fix root font-size detection

1.1.0, Jan 25, 2015:

* PostCSS 4
* Expose postcss processor

1.0.0, Nov 26, 2014:

* Generate rem fallbacks only when needed
* Updated to PostCSS v3.0
* Get root font-size from CSS

0.1.4, March 6, 2014: Code optimization from AI.
0.1.3, Dec 14, 2013: Fix regex for < 0 values.
0.1.1, 0.1.2, Dec 14, 2013: Documentation improvements.
0.1.0, Dec 14, 2013: Initial release.

## License

[MIT](http://en.wikipedia.org/wiki/MIT_License)
Expand Down

0 comments on commit 826d9d4

Please sign in to comment.