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.
0.4.0 - 2018-01-27
- Simplified how PostCSS configuration files are loaded.
- Better internal dev tooling configs.
0.3.0 - 2017-12-22
- Crude external source map support via a
mapPath
option. keywords
field topackage.json
.
- PostCSS options for
from
andto
can now be overridden by the config.
- VS Code specific files (didn't really add any value for this project).
0.2.0 - 2017-12-22
- Basic instructions in README.
- Nearly a complete rewrite from a CSS dependency handler into a CSS output transformer. Will now transform any CSS in lasso rather than just handle .css files. This enables chaining style plugins e.g.
lasso-sass
>>lasso-postcss
. - Now mostly compliant with the PostCSS runner guidelines. Only place it falls short is lack of support for external source maps (current limitation of lasso), inline source maps are still OK though.
- Clean up unnecessary comments.
0.1.1 - 2017-12-14
- "TODO" comments about upcoming functionality.
raptor-util
as it's functionality was refactored out.- Debugging code that left in by accident.
- A couple of bugs in the previous release preventing CSS from compiling.
0.1.0 - 2017-12-14
Initial code structure inspired by lasso-sass, lasso-less, and gulp-postcss. A nice place to start but there's plenty of room for improvement!
- Initial base source files, dependencies, and configurations.
- POC of working functionality.