CHANGELOG 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. v2.2.0:
  2. date: 2015-01-17
  3. changes:
  4. - Autoprefixer 5.0
  5. v2.1.0:
  6. date: 2014-12-31
  7. changes:
  8. - New `safe` option
  9. v2.0.0:
  10. date: 2014-11-14
  11. changes:
  12. - Autoprefixer 4.0
  13. - Maps now inline and containing sourcesContent by default
  14. - New `remove` option to control outdated prefixes cleaning (`true` by default)
  15. v1.0.1:
  16. date: 2014-08-23
  17. changes:
  18. - Autoprefixer 3.0.
  19. - Use new autoprefixer-core package designed for plugins.
  20. v1.0.0:
  21. date: 2014-08-05
  22. changes:
  23. - New ‘silent’ option to suppress logging to stdout
  24. - Diff files now created with .diff extension by default
  25. v0.8.2:
  26. date: 2014-07-18
  27. changes:
  28. - Use the caret operator for Autoprefixer's version.
  29. v0.8.1:
  30. date: 2014-06-30
  31. changes:
  32. - Autoprefixer 2.1.
  33. v0.8.0:
  34. date: 2014-06-26
  35. changes:
  36. - Autoprefixer 2.0.
  37. - New map option object notation.
  38. - Visual cascade is enabled by default.
  39. v0.7.6:
  40. date: 2014-06-22
  41. changes:
  42. - Autoprefixer 1.3.
  43. v0.7.5:
  44. date: 2014-06-10
  45. changes:
  46. - Autoprefixer 1.2.
  47. v0.7.4:
  48. date: 2014-06-06
  49. changes:
  50. - #45: Let users have both grunt-autoprefixer and autoprefixer NPM packages installed.
  51. v0.7.3:
  52. date: 2014-04-27
  53. changes:
  54. - #42: A warning message if no sources are found.
  55. v0.7.2:
  56. date: 2014-02-24
  57. changes:
  58. - New colorized terminal output.
  59. - Drop node.js 0.8 support.
  60. v0.7.1:
  61. date: 2014-02-20
  62. changes:
  63. - #31: `cascade` option support.
  64. v0.7.0:
  65. date: 2014-02-19
  66. changes:
  67. - #30: Autoprefixer 1.1 support.