Skip to content

v0.16.1

Compare
Choose a tag to compare
@dgeb dgeb released this 20 Aug 12:07

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

🐛 Bug Fix

  • @orbit/core
    • #686 Add guards to check that TaskQueues have at least one processor (@cibernox)
  • @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
    • #684 Target ES-latest by default + Fix ES5 builds (@dgeb)

📝 Documentation

Committers: 3