postcss-calc
Advanced tools
Comparing version
@@ -0,21 +1,26 @@ | ||
# 4.0.0 - 2015-01-26 | ||
- Added: compatibility with postcss v4.x | ||
- Changed: partial compatiblity with postcss v3.x (stack traces have lost filename) | ||
# 3.0.0 - 2014-11-24 | ||
- New gnu like exceptions ([ref](https://github.com/postcss/postcss-calc/issues/4)) | ||
- New `precision` option ([ref](https://github.com/postcss/postcss-calc/issues/5)) | ||
- New `preserve` option ([ref](https://github.com/postcss/postcss-calc/issues/6)) | ||
- Added: GNU like exceptions ([#4](https://github.com/postcss/postcss-calc/issues/4)) | ||
- Added: `precision` option ([#5](https://github.com/postcss/postcss-calc/issues/5)) | ||
- Added: `preserve` option ([#6](https://github.com/postcss/postcss-calc/issues/6)) | ||
# 2.1.0 - 2014-10-15 | ||
- Add source of the error (gnu like message) (fix [#3](https://github.com/postcss/postcss-calc/issues/3)) | ||
- Added: source of the error (gnu like message) (fix [#3](https://github.com/postcss/postcss-calc/issues/3)) | ||
# 2.0.1 - 2014-08-10 | ||
- Correctly ignore unrecognized values (fix [#2](https://github.com/postcss/postcss-calc/issues/2)) | ||
- Fixed: correctly ignore unrecognized values (fix [#2](https://github.com/postcss/postcss-calc/issues/2)) | ||
# 2.0.0 - 2014-08-06 | ||
- Plugin now return a function to have a consistent api. ([ref 1](https://github.com/ianstormtaylor/rework-color-function/issues/6), [ref 2](https://twitter.com/jongleberry/status/496552790416576513)) | ||
- Changed: Plugin now return a function to have a consistent api. ([ref 1](https://github.com/ianstormtaylor/rework-color-function/issues/6), [ref 2](https://twitter.com/jongleberry/status/496552790416576513)) | ||
# 1.0.0 - 2014-08-04 | ||
First release based on [rework-calc](https://github.com/reworkcss/rework-calc) v1.1.0 (code mainly exported to [`reduce-css-calc`](https://github.com/MoOx/reduce-css-calc)) | ||
✨ First release based on [rework-calc](https://github.com/reworkcss/rework-calc) v1.1.0 (code mainly exported to [`reduce-css-calc`](https://github.com/MoOx/reduce-css-calc)) |
{ | ||
"name": "postcss-calc", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "PostCSS plugin to reduce calc()", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss-message-helpers": "^1.1.0", | ||
"postcss-message-helpers": "^2.0.0", | ||
"reduce-css-calc": "^1.2.0" | ||
@@ -31,4 +31,4 @@ }, | ||
"jshint": "^2.5.6", | ||
"postcss": "^3.0.0", | ||
"postcss-custom-properties": "^2.0.0", | ||
"postcss": "^4.0.2", | ||
"postcss-custom-properties": "^3.0.0", | ||
"tape": "^3.0.0" | ||
@@ -35,0 +35,0 @@ }, |
6316
2.88%+ Added
- Removed