Skip to content

Commit

Permalink
Update Changelog for v3.25.0-beta.0 (#7411)
Browse files Browse the repository at this point in the history
* Update Changelog for v3.25.0-beta.0

* spelling
  • Loading branch information
snewcomer authored Jan 5, 2021
1 parent 623145d commit 71c319f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Ember Data Changelog


## Release 3.25.0-beta.0 (January 4, 2021)
- [#7394](https://github.com/emberjs/data/pull/7394) [Cleanup]: Remove RECORD_ARRAY_MANAGER_IDENTIFIERS (#7394)
- [#7393](https://github.com/emberjs/data/pull/7393) [Cleanup]: Remove FULL_LINKS_ON_RELATIONSHIPS (#7393)
- [#7292](https://github.com/emberjs/data/pull/7292) [DOC model] convert api examples to native classes/Octane (#7292)
- [#7399](https://github.com/emberjs/data/pull/7399) Fix deprecation URLs (#7399)
- [623145d0](https://github.com/emberjs/data/commit/623145d0009d683a50468ba9961431ae76ae6df6) [DOC adapter] fix parent class invocation syntax (#7405)

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

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

## Release 3.22.0 (October 09, 2020)
- [#7126](https://github.com/emberjs/data/pull/7126) Bugfix for wrong hasMany relationship state in scenario of sideposting with lid
- [#7230](https://github.com/emberjs/data/pull/7230) [CHORE] najax deprecation when ember-fetch is also installed
- [#7330](https://github.com/emberjs/data/pull/7330) [BUG]: Consume array access to autotrack hasMany
- [#7273](https://github.com/emberjs/data/pull/7273) [BUGFIX] Entangle Errors.errorsFor properly
- [#7335](https://github.com/emberjs/data/pull/7335) [Bug]: errors `remove` to accurately update in template
- [#7322](https://github.com/emberjs/data/pull/7322) [Build]: disable esm cache (#7322)
- [#7263](https://github.com/emberjs/data/pull/7263) [CHORE]: Move symbols out of /ts-interfaces and into -private/utils
- [#6715](https://github.com/emberjs/data/pull/6715) [CHORE]: Extract internalModel access to identifiers in RecordArray modules

## Release 3.21.0 (August 30, 2020)
- [#7224](https://github.com/emberjs/data/pull/7224) [DOCS] fix links on @ember-data/store package intro
- [#7228](https://github.com/emberjs/data/pull/7228) chore: remove instance initializer (#7228)
Expand Down

0 comments on commit 71c319f

Please sign in to comment.