Skip to content

Latest commit

 

History

History
118 lines (78 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

118 lines (78 loc) · 2.69 KB

[2.0.1]

2023-03-21
Changed

[2.0.0]

2022-02-14
Changed
  • Migration to PostCSS 8
  • Updated compatible node versions

[1.1.3]

2021-03-02
Changed
  • Add new test ro replacing properties
  • Some (non functional relevant) clean-up work
  • Updating dependencies

[1.1.2]

2020-04-14
Changed
  • Fix typos in readme
  • Updating dependencies (including security updates)

[1.1.0]

2019-10-21
Changed
  • Enable replacements for selectors (thx doplumi!)
  • Updating dependencies (including security updates)

[1.0.8]

2019-09-13
Changed
  • Updating dependencies (including security updates)

[1.0.7]

2019-07-12
Changed
  • Updating dependencies (security updates)

[1.0.6]

2019-04-12
Changed
  • Updating dev-dependencies

[1.0.5]

2019-03-11
Changed
  • Changes to dev-dependencies only: Updated to newest versions of jest, stryker and coveralls

[1.0.4]

2019-01-25
Changed
  • Changes to dependencies only (mainly moving from postCSS 6 to 7) and some related, internal configurations. After internal discussions and reading about similar cases at semver/semver#148 we decided that such a changes should be met with a patch-level version bump, not more.
2018-04-11
Fixed
  • Replacement happening multiple times in specific cases. (#5)
  • Unhelpful wording of error message when pattern option is invalid. (334f212)
2018-03-21
Fixed
  • Empty strings not being considered for replacing. (#4)
2017-12-08
Added
Changed
  • Removed yarn.lock file as we only use npm from now on. (800998d)
Fixed

1.0.0

2017-10-30

First public release! 🎉