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.

History.md 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2.2.1 / 2015-06-17
  2. ==================
  3. * fix parsing escaped quotes in quoted strings
  4. 2.2.0 / 2015-02-18
  5. ==================
  6. * add `parsingErrors` to list errors when parsing with `silent: true`
  7. * accept EOL characters and all other whitespace characters in `@` rules such
  8. as `@media`
  9. 2.1.0 / 2014-08-05
  10. ==================
  11. * change error message format and add `.reason` property to errors
  12. * add `inputSourcemaps` option to disable input source map processing
  13. * use `inherits` for inheritance (fixes some browsers)
  14. * add `sourcemap: 'generator'` option to return the `SourceMapGenerator`
  15. object
  16. 2.0.0 / 2014-06-18
  17. ==================
  18. * add non-enumerable parent reference to each node
  19. * drop Component(1) support
  20. * add support for @custom-media, @host, and @font-face
  21. * allow commas inside selector functions
  22. * allow empty property values
  23. * changed default options.position value to true
  24. * remove comments from properties and values
  25. * asserts when selectors are missing
  26. * added node.position.content property
  27. * absorb css-parse and css-stringify libraries
  28. * apply original source maps from source files
  29. 1.6.1 / 2014-01-02
  30. ==================
  31. * fix component.json
  32. 1.6.0 / 2013-12-21
  33. ==================
  34. * update deps
  35. 1.5.0 / 2013-12-03
  36. ==================
  37. * update deps
  38. 1.1.0 / 2013-04-04
  39. ==================
  40. * update deps
  41. 1.0.7 / 2012-11-21
  42. ==================
  43. * fix component.json
  44. 1.0.4 / 2012-11-15
  45. ==================
  46. * update css-stringify
  47. 1.0.3 / 2012-09-01
  48. ==================
  49. * add component support
  50. 0.0.1 / 2010-01-03
  51. ==================
  52. * Initial release