Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

63 lines (34 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2023-01-06)

Bug Fixes

  • deprecated-run-loop-and-computed-dot-access-deprecation by importing bind directly (#74) (286d891)

3.0.0 (2020-09-13)

⚠ BREAKING CHANGES

  • Drop Node < 10
  • Drop Ember < 3.12 LTS (might work, but untested going forward)

Bug Fixes

2.0.2 (2020-09-12)

2.0.1 (2019-10-11)

Bug Fixes

  • bring back options and defaults, remove old docs and files (819da51)

2.0.0 (2019-09-30)

⚠ BREAKING CHANGES

  • remove auto inject, need to use inject to add service to controllers, routes or components. See readme.
  • drops node v4 and v6 support
  • potentially breaks usage with Ember < 3.4

Bug Fixes

1.7.2 (2018-05-18)

Bug Fixes

1.7.1 (2018-02-13)