# 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.2] - 2020-01-21

### Added

- `CookieAttributes` is now exported from main module for easier usage.

## [1.3.1] - 2020-01-10

### Changed

- Use type system to enforce secure SameSite=None cookies (thanks [@rkrasiuk](https://github.com/rkrasiuk/)).

## [1.3.0] - 2019-10-17

### Added

- Support for the `none` SameSite cookie value.
- Support for case insensitive URL encoding.

## [1.2.0] - 2018-05-13

### Added

- Support for the `SameSite` cookie attribute.

## [1.1.1] - 2017-02-07

### Removed

- `Object.assign` dependency.

## [1.1.0] - 2017-02-05

### Added

- New `encode` and `parse` functions.
- Expanded documentation and tests.

## [1.0.1] - 2017-02-05

### Fixed

- Homepage/issues links in package.json.

## [1.0.0] - 2017-02-05

- Initial release

[unreleased]: https://github.com/theodorejb/es-cookie/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/theodorejb/es-cookie/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/theodorejb/es-cookie/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/theodorejb/es-cookie/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/theodorejb/es-cookie/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/theodorejb/es-cookie/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/theodorejb/es-cookie/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/theodorejb/es-cookie/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/theodorejb/es-cookie/tree/v1.0.0
