v0.17.0-beta.10
Pre-release
Pre-release
This release incorporates the latest features from Orbit v0.17.0-beta.17 into ember-orbit, including record normalizers and validators.
A new model-aware normalizer has been added in #337 which is now used by transform and query builders to make them model-aware. This represents a big improvement in DX, since you can now pass ember-orbit models into builders and the normalizer will recognize them and extract their identities.
Orbit and ember-orbit v0.17 final are very close. Doc updates will follow soon.
Changelog
🚀 Enhancement
- #339 Inject singleton
normalizerandvalidatorForinstances into sources (@dgeb) - #337 Update orbit to v0.17.0-beta.17 and introduce model-aware normalizers and builders (@dgeb)
🏠 Internal
- #333 Bump handlebars from 4.7.6 to 4.7.7 (@dependabot[bot])
- #334 Bump underscore from 1.12.0 to 1.13.1 (@dependabot[bot])
- #335 Bump lodash from 4.17.20 to 4.17.21 (@dependabot[bot])
- #336 Bump hosted-git-info from 2.8.8 to 2.8.9 (@dependabot[bot])
Committers: 1
- Dan Gebhardt (@dgeb)