# 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.2.2] - 2022-09-01

### Fixed

- Fix typo in warning #9
- Display a normal warning instead of a deprecation warning #10

## [1.2.1] - 2022-07-05

### Fixed

- Make sure unique ids always start with a letter #8

## [1.2.0] - 2022-03-31

### Added

- Make ember-unique-id-helper-polyfill a true polyfill #6

### Changed

- Move to github actions instead of Travis
- Add CHANGELOG

## [1.1.0] - 2019-03-02

### Changed

- Move ember-cli-htmlbars to devDependencies #4
- Remove ember-auto-import from Compatibility section in docs #3
- Update the implementation so that it matches the ember-source version #2

## [1.0.0] - 2022-02-08

### Fixed

- Remove non-existent export #1
- linter errors

### Changed

- Upgrade deps

## [0.1.0] - 2021-01-24

### Added

- First implementation

[1.2.2]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/releases/tag/v0.1.0


[unreleased]: https://github.com/ctjhoa/ember-unique-id-helper-polyfill/compare/v1.2.2...HEAD
