All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added ability to recursively resolve map values. (#113)
0.10.0 - 2018-08-12
- Upgrade PostCSS to version 7. Breaking Removes support for Node.js versions lower than 6.
0.9.0 - 2017-05-07
- PostCSS 6 upgrade.
0.8.0 - 2015-12-26
- Add a
defaultMap
option as well as a defaultconfig
map. (#10)
0.7.2 - 2015-10-29
- Add filename to yaml parser for more informative error message.
- Fix exceptions in promise.
0.7.1 - 2015-10-25
- Update Readme examples to use PostCSS async API.
0.7.0 - 2015-10-24
- postcss-map is now fully async. (#17)
- Reduced the number of AST loops.
0.6.0 - 2015-08-28
- Prevent duplicate Parser initialization.
- Allow literal objects as map. (#15)
0.5.0 - 2015-08-27
- Upgrade to PostCSS 5.
- Several development process updates.
0.4.1 - 2015-05-02
- Use standard package keyword. (#319)
0.4.0 - 2015-04-26
- Add a new "short" syntax. (#9)
0.3.0 - 2015-04-09
- Allow multiple map fn calls from atRules. (#8)
0.2.0 - 2015-04-08
- Use latest PostCSS 4.1.* plugin API.
- Upgrade to Babel 5.0.
0.1.0 - 2015-03-06
- Initial release.