ember-source 4.4.0-alpha.7 → 4.4.0-beta.1

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,5 +1,13 @@
1
1
  # Ember Changelog
2
2
 
3
+ ### v4.4.0-beta.1 (March 24, 2022)
4
+
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
+
3
11
  ### v4.3.0 (March 21, 2022)
4
12
 
5
13
  - [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.4.0-alpha.7",
2
+ "version": "4.4.0-beta.1",
3
3
  "buildType": "tag",
4
- "SHA": "0106a67b4647963a2ef9b43e6ef53fa4f3dc739f",
5
- "assetPath": "/tag/shas/0106a67b4647963a2ef9b43e6ef53fa4f3dc739f.tgz"
4
+ "SHA": "c51c6ca5749d5a2e114d0fce53d7026e24d4ecc2",
5
+ "assetPath": "/tag/shas/c51c6ca5749d5a2e114d0fce53d7026e24d4ecc2.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.7
9
+ * @version 4.4.0-beta.1
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.7";
18735
+ var _default = "4.4.0-beta.1";
18736
18736
  _exports.default = _default;
18737
18737
  });
18738
18738
  define("simple-html-tokenizer", ["exports"], function (_exports) {