v0.16.1
This patch release contains a few fixes, primarily focused on builds.
The ES5 builds available in each package's dist/*/es5 dir are now processed with the for...of
and async / await
transforms. These builds will need to be paired with the regenerator-runtime
package to ensure that the regeneratorRuntime
global is defined.
The default builds targeted by main
and module
are now ES-latest. These builds are as small and performant as possible, and of course can be further processed with Babel if necessary. This change is considered a bug fix because the previous targets were neither ES5 nor ES-latest, but rather a merger of the two (see #661 for more details).
Changelog
🚀 Enhancement
@orbit/jsonapi
- #683 fix(jsonapi): don't deserialize null attributes (@makepanic)
🐛 Bug Fix
@orbit/core
@orbit/coordinator
,@orbit/core
,@orbit/data
,@orbit/identity-map
,@orbit/immutable
,@orbit/indexeddb-bucket
,@orbit/indexeddb
,@orbit/integration-tests
,@orbit/jsonapi
,@orbit/local-storage-bucket
,@orbit/local-storage
,@orbit/memory
,@orbit/record-cache
,@orbit/serializers
,@orbit/store
,@orbit/utils
📝 Documentation
@orbit/store
- #681 fix: fix typo in deprecation message (@makepanic)
Committers: 3
- Christian (@makepanic)
- Dan Gebhardt (@dgeb)
- Miguel Camba (@cibernox)