Skip to content

Commit bb467f2

Browse files
committed
Update Changelog for v3.27.1
1 parent 6a88c7c commit bb467f2

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,44 @@
11
# Ember Data Changelog
22

3+
## Release 3.27.1 (May 27, 2021)
4+
5+
- [#7552](https://github.com/emberjs/data/pull/7552) [BUGFIX release] rollup step should deactivate ember modules polyfill >= 3.27 (#7552)
6+
37
## Release 3.27.0 (May 8, 2021)
8+
49
- [#7435](https://github.com/emberjs/data/pull/7435) [Test]: fix for DataWrapper refactor in emberjs (#7435)
510

611
## Release 3.26.0 (March 27, 2021)
12+
713
- release of 3.25.0-beta.0
814

915
## Release 3.25.0 (February 12, 2021)
16+
1017
- [#7394](https://github.com/emberjs/data/pull/7394) [Cleanup]: Remove RECORD_ARRAY_MANAGER_IDENTIFIERS (#7394)
1118
- [#7393](https://github.com/emberjs/data/pull/7393) [Cleanup]: Remove FULL_LINKS_ON_RELATIONSHIPS (#7393)
1219
- [#7292](https://github.com/emberjs/data/pull/7292) [DOC model] convert api examples to native classes/Octane (#7292)
1320
- [#7399](https://github.com/emberjs/data/pull/7399) Fix deprecation URLs (#7399)
1421
- [#7405](https://github.com/emberjs/data/pull/7405) [DOC adapter] fix parent class invocation syntax (#7405)
1522

1623
## Release 3.24.0 (January 4, 2021)
24+
1725
- [#7350](https://github.com/emberjs/data/pull/7350) [Chore]: convert adapters to class syntax
1826
- [#7359](https://github.com/emberjs/data/pull/7359) [CI]: bump failure asset size to 75 bytes
1927
- [#7369](https://github.com/emberjs/data/pull/7369) [CHORE] Bump @ember/ordered-set
2028
- [#7370](https://github.com/emberjs/data/pull/7370) Don't expose the value of a model's attribute in assertions (#7370)
2129
- [#7363](https://github.com/emberjs/data/pull/7363) [BUGFIX identifiers] Address issue with polymorphic findRecord
2230

2331
## Release 3.23.0 (November 30, 2020)
32+
2433
- [#7337](https://github.com/emberjs/data/pull/7337) [Debug]: improved debug msg instead of [object Object]
2534
- [#7230](https://github.com/emberjs/data/pull/7230) [CHORE] najax deprecation when ember-fetch is also installed
2635
- [#7370](https://github.com/emberjs/data/pull/7370) Don't expose the value of a model's attribute in assertions (#7370)
27-
- [#7363](https://github.com/emberjs/data/pull/7363) [BUGFIX identifiers] Address issue with polymorphic findRecord (#7363)
36+
- [#7363](https://github.com/emberjs/data/pull/7363) [BUGFIX identifiers] Address issue with polymorphic findRecord (#7363)
2837
- [#7338](https://github.com/emberjs/data/pull/7338) [Chore]: remove deprecation for DEPRECATE_MODEL_DATA
2938
- [#7262](https://github.com/emberjs/data/pull/7262) [CHORE]: Extract internalModel access to identifiers for Relationships
3039

3140
## Release 3.22.0 (October 09, 2020)
41+
3242
- [#7126](https://github.com/emberjs/data/pull/7126) Bugfix for wrong hasMany relationship state in scenario of sideposting with lid
3343
- [#7230](https://github.com/emberjs/data/pull/7230) [CHORE] najax deprecation when ember-fetch is also installed
3444
- [#7330](https://github.com/emberjs/data/pull/7330) [BUG]: Consume array access to autotrack hasMany
@@ -39,15 +49,18 @@
3949
- [#6715](https://github.com/emberjs/data/pull/6715) [CHORE]: Extract internalModel access to identifiers in RecordArray modules
4050

4151
## Release 3.21.0 (August 30, 2020)
52+
4253
- [#7224](https://github.com/emberjs/data/pull/7224) [DOCS] fix links on @ember-data/store package intro
4354
- [#7228](https://github.com/emberjs/data/pull/7228) chore: remove instance initializer (#7228)
4455
- [#7232](https://github.com/emberjs/data/pull/7232) [DOC] Fix minor typo in findRecord documentation
4556
- [#7231](https://github.com/emberjs/data/pull/7231) [DOC] Use native syntax in RESTSerializer documentation (#7231)
4657

4758
## Release 3.20.2 (LTS) (August 30, 2020)
59+
4860
- Rerelease of 3.20.1
4961

5062
## Release 3.20.1 (August 29, 2020)
63+
5164
- [#7273](https://github.com/emberjs/data/pull/7273) [BUGFIX] Entangle Errors.errorsFor properly
5265

5366
## Release 3.20.0 (July 16, 2020)
@@ -71,7 +84,7 @@
7184

7285
## Release 3.18.0 (April 28, 2020)
7386

74-
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
87+
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
7588
- [#7020](https://github.com/emberjs/data/pull/7020) Ensure adapters and serializers are destroyed upon store destruction. (#7020)
7689
- [#7030](https://github.com/emberjs/data/pull/7030) Revert "Disable known failure for 3.16.x"
7790
- [#7038](https://github.com/emberjs/data/pull/7038) [DOC] fix minor typo in Model overview documentation
@@ -92,7 +105,7 @@
92105
## Release 3.17.0 (March 10, 2020)
93106

94107
- [#7020](https://github.com/emberjs/data/pull/7020) Ensure adapters and serializers are destroyed upon store destruction. (#7020)
95-
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
108+
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
96109
- [c36d42ae](https://github.com/emberjs/data/commit/c36d42aef7218fe2a34ab7cde6321fb08d7c9cca) [BUGFIX] Fix #7015 - calling changedAttributes for non instantiated relationshipsjj
97110
- [f7340c9b](https://github.com/emberjs/data/commit/f7340c9b5be1c0b58b0357581761ccafc91bf27a) [DOCS] MinimumAdapterInterface (#6643)
98111
- [e1822f96](https://github.com/emberjs/data/commit/e1822f96de83fb0b991d621007e3b866e618261d) [DOCS] Fix link for API Documentation (#6950)
@@ -105,9 +118,11 @@
105118
- [#7006](https://github.com/emberjs/data/pull/7006) Make execa use compatible with volta
106119

107120
## Release 3.16.9 (LTS) (August 29, 2020)
121+
108122
- [d22499d0](https://github.com/emberjs/data/pull/7291) [BUGFIX] Entangle Errors.errorsFor properly
109123

110124
## Release 3.16.8 (LTS) (June 24, 2020)
125+
111126
- [#7236](https://github.com/emberjs/data/pull/7236) [BUGFIX] Allow createRecord responses without a type (#7236)
112127

113128
## Release 3.16.7 (LTS) (June 10, 2020)
@@ -138,7 +153,7 @@
138153
## Release 3.16.2 (February 27 2020)
139154

140155
- [#7020](https://github.com/emberjs/data/pull/7020) Ensure adapters and serializers are destroyed upon store destruction. (#7020)
141-
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
156+
- [#6941](https://github.com/emberjs/data/pull/6941) [BUGFIX] fix jsonapi error handling when not using jquery (#6941)
142157

143158
## Release 3.16.1 (February 27 2020)
144159

@@ -168,7 +183,7 @@
168183
- [#6766](https://github.com/emberjs/data/pull/6766) [CHORE issue-template] capture nested package deps in cli output (#6766)
169184
- [#6763](https://github.com/emberjs/data/pull/6763) [CHORE] rename Record to RecordInstance (#6763)
170185
- [118a0470](https://github.com/emberjs/data/commit/118a0470207d88d01080a0f63aac7aa82617ec55) [BUGFIX] Set IDs on Record Data when mutating DS Model (#6775)
171-
- [#6802](https://github.com/emberjs/data/pull/6802) [CHORE] Move _modelForMixin to Model package (#6802)
186+
- [#6802](https://github.com/emberjs/data/pull/6802) [CHORE] Move \_modelForMixin to Model package (#6802)
172187
- [#6797](https://github.com/emberjs/data/pull/6797) [BUGFIX TEST] relationships tests for adapter enapsulation side quest (#6797)
173188
- [#6809](https://github.com/emberjs/data/pull/6809) [BUGFIX] cleanup rollup warnings (#6809)
174189
- [#6808](https://github.com/emberjs/data/pull/6808) [FIX] improve tarball insertion (#6808)
@@ -228,7 +243,7 @@
228243
- [e9d54628](https://github.com/emberjs/data/commit/e9d546286f9e47376fe8116fa87be81103dcee2f) [BUGFIX fetchOptions] fix fetchOptions to support POST body of all valid types (#6562)
229244
- [#6646](https://github.com/emberjs/data/pull/6646) [CHORE] refactor: Remove runloop usage in destroy module of integration/store… (#6646)
230245
- [#6525](https://github.com/emberjs/data/pull/6525) [CHORE] moving files into Debug package (#6525)
231-
- [#6549](https://github.com/emberjs/data/pull/6549) [CHORE] Removing detect function (and dependence on model package) in @debug (#6549)
246+
- [#6549](https://github.com/emberjs/data/pull/6549) [CHORE] Removing detect function (and dependence on model package) in @debug (#6549)
232247
- [#6568](https://github.com/emberjs/data/pull/6568) [BUGFIX] Enable `store.createRecord` in FastBoot (#6568)
233248
- [#6587](https://github.com/emberjs/data/pull/6587) [BUGFIX] AdapterError reexport (#6587)
234249
- [#6610](https://github.com/emberjs/data/pull/6610) [BUGFIX] modelFor should return a stable ShimModelClass (#6610)
@@ -241,6 +256,7 @@
241256
- [#6871](https://github.com/emberjs/data/pull/6366) [FEAT identifiers] turn on IDENTIFIERS feature (#6366)
242257

243258
## Release 3.14.1 (December 18, 2019)
259+
244260
- [c408dd1d](https://github.com/emberjs/data/commit/c408dd1da5de55aaca782cc7850f0bdd4183a161) [BUGFIX] Better fastboot crypto error message (#6699)
245261
- [#6708](https://github.com/emberjs/data/pull/6708) [BUGFIX] Fix Fastboot issues (#6683) (#6708)
246262
- [358c229a](https://github.com/emberjs/data/commit/358c229aaf2179a64ebe1610dcd5f1d430406cde) [BUGFIX] ensure MandatorySetter does not trigger for modelName (#6748)
@@ -250,6 +266,7 @@
250266
- [c8995256](https://github.com/emberjs/data/commit/c89952563a9353a710bdb4d621fb9bf418ab37ff) [BUGFIX] Octane: should not need to use get with model.id (#6829)
251267

252268
## Release 3.14.0 (November 7, 2019)
269+
253270
- [#6522](https://github.com/emberjs/data/pull/6522) [FIX DOCS] Docs updates for Packages to fix missing docs and broken links (#6449) (#6522)
254271
- [#6568](https://github.com/emberjs/data/pull/6568) [BUGFIX] Enable `store.createRecord` in FastBoot (#6568)
255272
- [#6586](https://github.com/emberjs/data/pull/6586) [BUGFIX links] relationship setup for link fetch should batch (#6586)
@@ -293,7 +310,7 @@
293310
- [a029725f](https://github.com/emberjs/data/commit/a029725f7372bae73b8cfbda307c3d2569b45b07) [BUGFIX beta] Fix Rollup warning about unresolved dependency
294311
- [69749b86](https://github.com/emberjs/data/commit/69749b86fe7d3effea974edf0b12fc4316e02ebf) [BUGFIX release beta canary] Fix Model lifecycle event deprecations
295312
- [#6312](https://github.com/emberjs/data/pull/6312) [BETA] Add environment variable to opt-out of rolling up `-private` (#6312)
296-
- [#6292](https://github.com/emberjs/data/pull/6292) chore: ensure * deps are hoisted (#6292)
313+
- [#6292](https://github.com/emberjs/data/pull/6292) chore: ensure \* deps are hoisted (#6292)
297314
- [#6337](https://github.com/emberjs/data/pull/6337) [CHORE] fix test observers to match ember canary changes (#6337)
298315
- [#6411](https://github.com/emberjs/data/pull/6411) [BUGFIX beta] Adds support for parenless attr, belongsTo, and hasMany (#6339)
299316
- [#6434](https://github.com/emberjs/data/pull/6434) [BUGFIX BETA RELEASE] make fetch function JIT (#6430) (#6434)
@@ -303,12 +320,14 @@
303320
- [#6430](https://github.com/emberjs/data/pull/6430) [BUGFIX BETA RELEASE] make fetch function JIT
304321

305322
## Release 3.12.6 (LTS) (March 9, 2020)
323+
306324
- [3032e94c](https://github.com/emberjs/data/commit/3032e94cea8c2c3d19e643dfc071e63357277d4b) [BUGFIX] only allow feature flag alterations in canary (#6738)
307325
- [51b0572e](https://github.com/emberjs/data/commit/51b0572eb197e0757dea674fea478135e983e267) [BUGFIX] Fix headers precedence warning for null headers object
308326
- [#7020](https://github.com/emberjs/data/pull/7020) Ensure adapters and serializers are destroyed upon store destruction. (#7020)
309327
- [51b0572e](https://github.com/emberjs/data/commit/82cd91419b7c14c91fb10d9190b8534d7c84d4b4) [BUGFIX] Add @canary-features as -build-infra dep
310328

311329
## Release 3.12.5 (LTS) (November 21, 2019)
330+
312331
- [#6524](https://github.com/emberjs/data/pull/6524) [DOCS] Docs updates for Packages to fix missing docs and broken links (#6524)
313332
- [b101be12](https://github.com/emberjs/data/commit/b101be12f6598b9f7ee9cbbcdff88762c074d3ee) [BUGFIX] ensure MandatorySetter does not trigger for modelName (#6749)
314333
- [c5f85800](https://github.com/emberjs/data/commit/c5f858008ee6eb2e01a57cfdf21005eb00452066) [BUGFIX] Set IDs on Record Data when mutating DS Model (#6775) (#6778)
@@ -3004,7 +3023,7 @@ correctly will need a shim for Object.create.
30043023
- Remove unused tasks
30053024
- Support `Ember::Data::VERSION`
30063025
- Assert post is dirty
3007-
- Replace references to jQuery with Ember.\$
3026+
- Replace references to jQuery with Ember.$
30083027
- RESTAdapter: reject with xhr only
30093028
- Fix: record must be invalid on 422
30103029
- Add failing integration test to expose bug #1005

0 commit comments

Comments
 (0)