prejss
Version:
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
27 lines (15 loc) • 1.06 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. If a contribution does not have a mention next to it, [@grigory-leonenko](https://github.com/grigory-leonenko) or [@DenisIzmaylov](https://github.com/DenisIzmaylov) did it.
*The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).*
## [Upcoming Major Release]
- Explore unreleased changes [here](https://github.com/axept/prejss-private/commits/master)
## [v1.1.0] - 2016-02-18
Introduced Async Adapters! 🎉
### Added
- Added API support for Async Adapters by [createAsyncAdapter()](https://github.com/axept/prejss/blob/v1.0.3/src/create-adapter.js)
- Added Async API for built-in PostCSS adapter
### Changed
- Updated README, explore changes history [here](https://github.com/axept/prejss/commits/master/README.md)
- Refactored directory structure - separated adapter for core structure
- A lot of minor changes
[v1.1.0]: https://github.com/axept/prejss/compare/v1.0.3...v1.1.0