You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
689 B

  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. ## [1.0.0] - 2019-01-28
  6. ### Added
  7. - `replace` option - (Boolean) replaces rules containing `vw` instead of adding fallbacks.
  8. - `propList` option - (Array) The properties that can change from `px` to `vw`.
  9. - `exclude` option - (Array or Regexp) Ignore some files like `node_modules`.
  10. ### Changed
  11. - zero values now remain unitless.
  12. - replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed.