All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
534 days ago

Changelog History
Page 3

  • v4.4.1 Changes

    May 31, 2022
    • ๐Ÿ›  #20082 [BUGFIX] Fix blueprints publication
  • v4.4.0 Changes

    May 02, 2022
    • #19882 / #20005 [FEATURE] Implement the unique-id helper per RFC #0659.
    • โœ… #19981 [FEATURE] Facilitate custom test setups per RFC #0637.
    • ๐Ÿ›  #16879 [BUGFIX] isEmpty on nested objects
    • #17978 Make hasListeners public
    • ๐Ÿ—„ #20014 Log until for deprecations
  • v4.3.0 Changes

    March 21, 2022
    • ๐Ÿ›  #20025 [BUGFIX] Fix a memory leak in the Router Service class
    • ๐Ÿ›  #19971 [BUGFIX] Don't serialize default Query Params on RouterService
    • ๐Ÿ›  #20024 [BUGFIX] Correctly associate props with factory and owner in FactoryManager
  • v4.3.0-beta.2 Changes

    March 01, 2022
    • ๐Ÿ›  #19971 [BUGFIX] Don't serialize default Query Params on RouterService
  • v4.3.0-beta.1 Changes

    February 07, 2022

    ๐Ÿ›  No public API changes or bugfixes.

  • v4.2.0 Changes

    February 07, 2022
    • ๐Ÿ›  #19878 [BUGFIX] Allow class-based helpers to work in strict-mode.
  • v4.2.0-beta.1 Changes

    December 28, 2021
    • ๐Ÿ›  #19878 [BUGFIX] Allow class-based helpers to work in strict-mode.
  • v4.1.0 Changes

    December 28, 2021
    • #19772 / #19826 [FEATURE] Add a @cached decorator per RFC #0566.
    • #19471 / #19834 [FEATURE] Add refresh method to the Router Service per RFC #0631.
    • #19776 [FEATURE] Provide service export from @ember/service in favour of inject implementing RFC #0752.
    • ๐Ÿ—„ #19510 [DEPRECATION] Deprecate auto location per RFC #0711.
    • ๐Ÿ›  #17570 [BUGFIX] Passing ObjectProxy with a property size to isEmpty would throw assertion
    • ๐Ÿ›  #18269 [BUGFIX] Fix for when query params are using a nested value
  • v4.1.0-beta.1 Changes

    November 19, 2021
    • #19772 / #19826 [FEATURE] Add a @cached decorator per RFC #0566.
    • #19471 / #19834 [FEATURE] Add refresh method to the Router Service per RFC #0631.
    • #19776 [FEATURE] Provide service export from @ember/service in favour of inject implementing RFC #0752.
    • ๐Ÿ—„ #19510 [DEPRECATION] Deprecate auto location per RFC #0711.
    • ๐Ÿ›  #17570 [BUGFIX] Passing ObjectProxy with a property size to isEmpty would throw assertion
    • ๐Ÿ›  #18269 [BUGFIX] Fix for when query params are using a nested value
    • #19787 Setup basic infrastructure to ensure destroyables destroyed
  • v4.0.1 Changes

    December 01, 2021
    • ๐Ÿ›  #19858 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook
    • ๐Ÿ›  #19860 [BUGFIX] Add model hook in route blueprint for routes with dynamic segments