web 3d图形渲染器
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.

16 lines
552 B

  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [2.2.0] - 2020-03-19
  5. - added the `exportGlobals` option to export global classes and ids
  6. ## [2.1.1] - 2019-03-05
  7. ### Fixed
  8. - add additional space after the escape sequence (#17)
  9. ## [2.1.0] - 2019-03-05
  10. ### Fixed
  11. - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
  12. ### Feature
  13. - `generateExportEntry` option (allow to setup key and value for `:export {}` rule)