Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.65 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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