# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2020-02-05

### Added
- A ratio of `0` is now valid (generates `padding-bottom: 0`)

### Changed
- Changed to use Tailwind 1.2’s new plugin definition syntax

## [2.0.0] - 2019-07-03

### Added
- Tailwind 1.0.0 compatibility

## [1.0.1] - 2018-06-25

### Fixed
- More robust escaping of class names

## [1.0.0] - 2018-03-20

Initial release

[Unreleased]: https://github.com/webdna/tailwindcss-aspect-ratio/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/webdna/tailwindcss-aspect-ratio/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/webdna/tailwindcss-aspect-ratio/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/webdna/tailwindcss-aspect-ratio/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/webdna/tailwindcss-aspect-ratio/releases/tag/v1.0.0
