ember-source 4.4.0-alpha.6 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
- # Ember Changelog
1
+ # Ember Changelo
2
2
 
3
- ### v4.3.0-beta.2 (March 1, 2022)
3
+ ### v4.4.0 (May 2, 2022)
4
4
 
5
- - [#19971](https://github.com/emberjs/ember.js/pull/19971) [BUGFIX] Don't serialize default Query Params on RouterService
5
+ - [#19882](https://github.com/emberjs/ember.js/pull/19882) / [#20005](https://github.com/emberjs/ember.js/pull/20005) [FEATURE] Implement the `unique-id` helper per [RFC #0659](https://github.com/emberjs/rfcs/blob/master/text/0659-unique-id-helper.md).
6
+ - [#19981](https://github.com/emberjs/ember.js/pull/19981) [FEATURE] Facilitate custom test setups per [RFC #0637](https://github.com/emberjs/rfcs/blob/master/text/0637-customizable-test-setups.md).
7
+ - [#16879](https://github.com/emberjs/ember.js/pull/16879) [BUGFIX] isEmpty on nested objects
8
+ - [#17978](https://github.com/emberjs/ember.js/pull/17978) Make hasListeners public
9
+ - [#20014](https://github.com/emberjs/ember.js/pull/20014) Log `until` for deprecations
10
+
11
+ ### v3.28.9 (April 19, 2022)
6
12
 
7
- ### v4.3.0-beta.1 (February 7, 2022)
13
+ - [#20028](https://github.com/emberjs/ember.js/pull/20028) Fix a memory leak in the Router Service class
8
14
 
9
- No public API changes or bugfixes.
15
+ ### v4.3.0 (March 21, 2022)
16
+
17
+ - [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
18
+ - [#19971](https://github.com/emberjs/ember.js/pull/19971) [BUGFIX] Don't serialize default Query Params on RouterService
19
+ - [#20024](https://github.com/emberjs/ember.js/pull/20024) [BUGFIX] Correctly associate props with factory and owner in FactoryManager
10
20
 
11
21
  ### v4.2.0 (February 7, 2022)
12
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.4.0-alpha.6",
2
+ "version": "4.4.0",
3
3
  "buildType": "tag",
4
- "SHA": "4a7895060ff09223bce8aa0ac0afd3815649c2fb",
5
- "assetPath": "/tag/shas/4a7895060ff09223bce8aa0ac0afd3815649c2fb.tgz"
4
+ "SHA": "687506ccc95f2a0c6de6ae1bb02edb3ab7911fa5",
5
+ "assetPath": "/tag/shas/687506ccc95f2a0c6de6ae1bb02edb3ab7911fa5.tgz"
6
6
  }
@@ -6,7 +6,7 @@
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 4.4.0-alpha.6
9
+ * @version 4.4.0
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1306,8 +1306,8 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1306
1306
  @public
1307
1307
  */
1308
1308
  var DEFAULT_FEATURES = {
1309
- EMBER_LIBRARIES_ISREGISTERED: null,
1310
- EMBER_IMPROVED_INSTRUMENTATION: null,
1309
+ EMBER_LIBRARIES_ISREGISTERED: false,
1310
+ EMBER_IMPROVED_INSTRUMENTATION: false,
1311
1311
  EMBER_UNIQUE_ID_HELPER: true
1312
1312
  };
1313
1313
  /**
@@ -18732,7 +18732,7 @@ define("ember/version", ["exports"], function (_exports) {
18732
18732
  value: true
18733
18733
  });
18734
18734
  _exports.default = void 0;
18735
- var _default = "4.4.0-alpha.6";
18735
+ var _default = "4.4.0";
18736
18736
  _exports.default = _default;
18737
18737
  });
18738
18738
  define("simple-html-tokenizer", ["exports"], function (_exports) {