# Changelog

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) starting 1.0.

## Unreleased

Compare with [last published version](https://github.com/meduzen/easings/compare/1.0.0...main).

## v1.0.0 (2022-11-25) 🎉

Compare with [previous version](https://github.com/meduzen/easings/compare/0.7.0...1.0.0).

The usage remains the same as in the previous version.

### Various

- Add changelog (this file).

## v1.0.0-rc.0 (2022-07-22)

Compare with [previous version](https://github.com/meduzen/easings/compare/v0.3.1...v1.0.0-rc.0).

### New

- Add support for Dart SASS.

### Breaking

- Remove support for `node-sass`.

## [v0.3.1](https://github.com/meduzen/easings/releases/tag/v0.3.1) (2020-12-29)

Compare with [previous version](https://github.com/meduzen/easings/compare/0.3.0...0.3.1).

### Fix

- Fix EditorConfig and remove it from shipped files.

## [v0.3.0](https://github.com/meduzen/easings/releases/tag/v0.3.0) (2020-01-29)

Compare with [previous version](https://github.com/meduzen/easings/compare/0.2.1...0.3.0).

### New

- Add [variables for reversed curves](https://github.com/meduzen/easings/blob/1d78006714c64f71d1cbfd2ea48d61f222d83214/README.md#reversed-easings-curves)
- Add `reverse-bezier()`.
- Alias `reverse-bezier()` to `r-bezier()`.

## [v0.2.1](https://github.com/meduzen/easings/releases/tag/v0.2.1) (2020-01-02)

Compare with [previous version](https://github.com/meduzen/easings/compare/0.2.0...0.2.1).

### Fix

- Wrong URL for issues in `package.json`.

## [v0.2.0](https://github.com/meduzen/easings/releases/tag/v0.2.0) (2020-01-02)

Compare with [previous version](https://github.com/meduzen/easings/compare/0.1.0...0.2.0).

### New

- Alias `cubic-bezier()` to `bezier()`.

## [v0.1.0](https://github.com/meduzen/easings/releases/tag/v0.1.0) (2020-01-02)

First published version.
