# 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
