Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.04 KB

1.0.9 – 2016-12-29

Minor Changes:

  • plugin now works properly in for-loop using postcss-for

1.0.8 – 2016-12-28

✨ Second release v1.0.8 Bugfix:

  • random() method can now be called multiple times within a single property

Minor Changes:

  • added comments here and there
  • added several badges to readme.md

1.0.7 - 2016-10-28

Bugfix:

  • removed default randomSeed

1.0.5 - 2016-10-27

Bugfix:

  • fixed ignored randomSeed property

1.0.4 - 2016-10-26

Bugfix:

  • fixed random seed

Minor Changes:

  • return after error while parsing

1.0.3 - 2016-10-26

Major Features:

  • added round option
  • added noSeed option
  • added floatingPoint option
  • added support for setting options in taskrunner (e.g. gulpfile.js)
  • added travis-ci support
  • added npm test script including ava and eslint

Minor Changes:

  • code was beautified

1.0.0 - 2016-10-25

✨ First release v1.0.0