ember-source 4.2.0-alpha.3 → 4.2.0-alpha.7

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,6 +1,6 @@
1
1
  # Ember Changelog
2
2
 
3
- ### v4.1.0-beta.1 (November 19, 2021)
3
+ ### v4.1.0 (December 28, 2021)
4
4
 
5
5
  - [#19772](https://github.com/emberjs/ember.js/pull/19772) / [#19826](https://github.com/emberjs/ember.js/pull/19826) [FEATURE] Add a `@cached` decorator per [RFC #0566](https://github.com/emberjs/rfcs/blob/af64915b5ecde010fce09309a47ee6d2447588d0/text/0566-memo-decorator.md).
6
6
  - [#19471](https://github.com/emberjs/ember.js/pull/19471) / [#19834](https://github.com/emberjs/ember.js/pull/19834) [FEATURE] Add `refresh` method to the Router Service per [RFC #0631](https://github.com/emberjs/rfcs/blob/master/text/0631-refresh-method-for-router-service.md).
@@ -8,7 +8,6 @@
8
8
  - [#19510](https://github.com/emberjs/ember.js/pull/19510) [DEPRECATION] Deprecate auto location per [RFC #0711](https://github.com/emberjs/rfcs/blob/master/text/0711-deprecate-auto-location.md).
9
9
  - [#17570](https://github.com/emberjs/ember.js/pull/17570) [BUGFIX] Passing ObjectProxy with a property size to `isEmpty` would throw assertion
10
10
  - [#18269](https://github.com/emberjs/ember.js/pull/18269) [BUGFIX] Fix for when query params are using a nested value
11
- - [#19787](https://github.com/emberjs/ember.js/pull/19787) Setup basic infrastructure to ensure destroyables destroyed
12
11
 
13
12
  ### v4.0.1 (December 1, 2021)
14
13
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.2.0-alpha.3",
2
+ "version": "4.2.0-alpha.7",
3
3
  "buildType": "tag",
4
- "SHA": "e7291755640b5df356c5d9f985560b996e814c46",
5
- "assetPath": "/tag/shas/e7291755640b5df356c5d9f985560b996e814c46.tgz"
4
+ "SHA": "3a14b45bba8b8e0a13e1b3939b068cbc495d5619",
5
+ "assetPath": "/tag/shas/3a14b45bba8b8e0a13e1b3939b068cbc495d5619.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.2.0-alpha.3
9
+ * @version 4.2.0-alpha.7
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -18468,7 +18468,7 @@ define("ember/version", ["exports"], function (_exports) {
18468
18468
  value: true
18469
18469
  });
18470
18470
  _exports.default = void 0;
18471
- var _default = "4.2.0-alpha.3";
18471
+ var _default = "4.2.0-alpha.7";
18472
18472
  _exports.default = _default;
18473
18473
  });
18474
18474
  define("simple-html-tokenizer", ["exports"], function (_exports) {