v0.16.0-beta.7
Pre-release
Pre-release
This release reverts one change introduced in v0.16.0-beta.6 - the language target pointed to by the module
field for each package. This has been returned to ES5 after breaking changes were reported with no easy alternative. We'll revisit this in the future but, for now, will stick with "safer" but less modern builds by default. You can still opt-in to ES2017 builds by selecting code from dist/modules/es2017
.
Changelog
💥 Breaking Change
@orbit/coordinator
,@orbit/core
,@orbit/data
,@orbit/identity-map
,@orbit/immutable
,@orbit/indexeddb-bucket
,@orbit/indexeddb
,@orbit/jsonapi
,@orbit/local-storage-bucket
,@orbit/local-storage
,@orbit/memory
,@orbit/record-cache
,@orbit/serializers
,@orbit/store
,@orbit/utils
Committers: 1
- Dan Gebhardt (@dgeb)