Files
2019-01-25 17:01:52 +08:00

1.4 KiB
Executable File

4.1.0 - 2015-04-09

  • Added: compatibility with postcss v4.1.x (#12)

4.0.1 - 2015-04-09

  • Fixed: preserve option does not create duplicated values (#7)

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

  • Added: GNU like exceptions (#4)
  • Added: precision option (#5)
  • Added: preserve option (#6)

2.1.0 - 2014-10-15

  • Added: source of the error (gnu like message) (fix #3)

2.0.1 - 2014-08-10

  • Fixed: correctly ignore unrecognized values (fix #2)

2.0.0 - 2014-08-06

  • Changed: Plugin now return a function to have a consistent api. (ref 1, ref 2)

1.0.0 - 2014-08-04

First release based on rework-calc v1.1.0 (code mainly exported to reduce-css-calc)