Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@orbit/utils

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbit/utils - npm Package Versions

2345

0.17.0

Diff

Changelog

Source

v0.17.0 (2022-01-31)

:memo: Documentation
  • #875 v0.17 blog post and docs (@dgeb)
Committers: 1
dgeb
published 0.17.0-beta.26 •

Changelog

Source

v0.17.0-beta.26 (2022-01-22)

:boom: Breaking Change
  • @orbit/record-cache, @orbit/records
    • #915 Introduce autoValidate setting for RecordCache and RecordSource (@dgeb)
  • @orbit/coordinator, @orbit/core, @orbit/data, @orbit/jsonapi, @orbit/records
:rocket: Enhancement
  • @orbit/indexeddb
    • #916 Encourage use of useBuffer: true for improved IndexedDB write performance (@dgeb)
  • @orbit/record-cache, @orbit/records
    • #915 Introduce autoValidate setting for RecordCache and RecordSource (@dgeb)
  • @orbit/core
    • #913 Use crypto.randomUUID by default for Orbit.uuid (@dgeb)
  • @orbit/build, @orbit/core, @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory
    • #911 Improve building of JSONAPI fetch params (@dgeb)
  • @orbit/coordinator, @orbit/core, @orbit/data, @orbit/jsonapi, @orbit/records
  • @orbit/record-cache, @orbit/records, @orbit/validators
    • #896 Expand validation error descriptions (@dgeb)
:memo: Documentation
  • @orbit/records
    • #919 Mark KeyDefinition#primaryKey deprecated (@dgeb)
  • Other
:house: Internal
Committers: 2
dgeb
published 0.17.0-beta.25 •

Changelog

Source

v0.17.0-beta.25 (2021-08-12)

:rocket: Enhancement
  • @orbit/jsonapi
    • #883 [jsonapi] Introduce partialSet request option (@dgeb)
    • #882 JSONAPISource: Allow multiple consecutive removeFromRelatedRecords ops to be coalesced (@dgeb)
  • @orbit/indexeddb
    • #881 IndexedDBCache: Provide a naive, idempotent default implementation of migrateDB (@dgeb)
  • @orbit/memory
    • #877 Introduce MemorySource#reset (@dgeb)
    • #876 MemoryCache#reset now resets state to match its base cache, if present (@dgeb)
:house: Internal
  • @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/records, @orbit/serializers, @orbit/utils
    • #884 Add top-level LICENSE file and update all copyright dates (@dgeb)
  • Other
Committers: 1
dgeb
published 0.17.0-beta.19 •

Changelog

Source

v0.17.0-beta.19 (2021-07-03)

:boom: Breaking Change
  • @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #855 Allow for explicit "singular" requests (queries / transforms) (@dgeb)
:rocket: Enhancement
  • @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #855 Allow for explicit "singular" requests (queries / transforms) (@dgeb)
  • @orbit/core, @orbit/data, @orbit/local-storage-bucket, @orbit/utils
    • #854 Improve typings for core interfaces (@dgeb)
  • @orbit/memory
    • #853 Improve MemorySource#merge typings and deprecate transformOptions (@dgeb)
Committers: 1
dgeb
published 0.17.0-beta.16 •

Changelog

Source

v0.17.0-beta.16 (2021-05-22)

:rocket: Enhancement
  • @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records, @orbit/validators
    • #842 Introduce @orbit/validators and record-specific validators (@dgeb)
  • @orbit/jsonapi, @orbit/records, @orbit/serializers
    • #837 Refinement of serialization options (@dgeb)
  • @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records, @orbit/utils
  • @orbit/data
    • #832 Deprecate Pullable and Pushable interfaces (@dgeb)
  • @orbit/coordinator, @orbit/core, @orbit/indexeddb-bucket, @orbit/jsonapi, @orbit/record-cache, @orbit/records
    • #831 Add debug setting to Orbit global (@dgeb)
  • @orbit/data, @orbit/records
    • #830 Support use of a transform builder in Syncable (@dgeb)
  • @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #828 Deprecate Record interface in favor of InitializedRecord (@dgeb)
  • @orbit/indexeddb, @orbit/local-storage, @orbit/memory
    • #827 Allow record-cache-based sources to define a custom cacheClass (@dgeb)
  • @orbit/indexeddb, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #822 Introduce RecordTransformBuffer for improving performance and atomicity of cache updates (@dgeb)
:house: Internal
Committers: 1
dgeb
published 0.17.0-beta.14 •

Changelog

Source

v0.17.0-beta.14 (2021-02-22)

:house: Internal
  • @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/records, @orbit/serializers, @orbit/utils
    • #820 Move all tsconfig settings to each package (@dgeb)
Committers: 1
dgeb
published 0.17.0-beta.12 •

Changelog

Source

v0.17.0-beta.12 (2021-02-17)

:rocket: Enhancement
  • @orbit/coordinator
    • #814 Coordinator: Allow generic typing of getStrategy & getSource (@dgeb)
  • @orbit/indexeddb, @orbit/local-storage, @orbit/memory
    • #813 Implement Queryable + Updatable across all cache-based sources (@dgeb)
:house: Internal
  • @orbit/build, @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/records, @orbit/serializers, @orbit/utils
Committers: 1
dgeb
published 0.17.0-beta.9 •

Changelog

Source

v0.17.0-beta.9 (2021-02-09)

:boom: Breaking Change
  • @orbit/coordinator, @orbit/core, @orbit/data, @orbit/identity-map, @orbit/indexeddb, @orbit/integration-tests, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #794 Extract @orbit/records from @orbit/data and introduce full, detailed responses across all sources and caches (@dgeb)
:rocket: Enhancement
  • @orbit/core, @orbit/indexeddb, @orbit/local-storage, @orbit/memory, @orbit/records
    • #808 Ensure that schema + source upgrades are reliably async (@dgeb)
  • @orbit/core, @orbit/data, @orbit/indexeddb, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #807 Improve typings via separate interface definitions, overloaded methods, and more generics (@dgeb)
  • @orbit/integration-tests, @orbit/jsonapi
    • #806 JSONAPISource: Introduce parallelRequests option (@dgeb)
  • @orbit/data, @orbit/jsonapi
    • #805 Improve usage of transform / query options (@dgeb)
  • @orbit/data, @orbit/integration-tests
    • #804 Remove includeSources request option (@dgeb)
  • @orbit/coordinator, @orbit/core, @orbit/data, @orbit/identity-map, @orbit/indexeddb, @orbit/integration-tests, @orbit/jsonapi, @orbit/local-storage, @orbit/memory, @orbit/record-cache, @orbit/records
    • #794 Extract @orbit/records from @orbit/data and introduce full, detailed responses across all sources and caches (@dgeb)
  • @orbit/jsonapi
    • #793 Update operations serializers to follow atomic operations extention (@tchak)
  • @orbit/memory
    • #795 Improve perf by cloning only newly added relationship (@enspandi)
  • @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/utils
:house: Internal
  • @orbit/build, @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/records, @orbit/serializers, @orbit/utils
    • #809 Add publishConfig settings to package.json (@dgeb)
  • Other
    • #802 CI: Separate lint+compile job from test job (@dgeb)
    • #800 Switch CI from Travis to Github (@dgeb)
  • @orbit/jsonapi
    • #792 Add multi-expression/operation tests for jsonapi (@dgeb)
  • @orbit/jsonapi, @orbit/record-cache
    • #791 Separate extra-long test modules into multiple modules (@dgeb)
Committers: 3
dgeb
published 0.17.0-beta.8 •

Changelog

Source

v0.17.0-beta.8 (2020-09-27)

:rocket: Enhancement
  • @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/utils
  • @orbit/data
    • #784 Introduce UninitializedRecord interface, with optional id (@dgeb)
:memo: Documentation
  • @orbit/coordinator, @orbit/core, @orbit/data, @orbit/indexeddb-bucket, @orbit/local-storage-bucket, @orbit/memory, @orbit/utils
    • #787 Remove redundant / unnecessary type-related comments (@dgeb)
  • @orbit/utils
    • #786 Deprecate merge, extend, and expose utility fns (@dgeb)
  • @orbit/data
    • #785 Deprecate inflectors (singularize/pluralize) on Schema (@dgeb)
Committers: 1
dgeb
published 0.17.0-beta.7 •

Changelog

Source

v0.17.0-beta.7 (2020-09-16)

:rocket: Enhancement
  • @orbit/jsonapi
    • #783 [jsonapi] Register object and array types to use NoopSerializer by default (@dgeb)
    • #775 Add unknown serializer (@tchak)
:bug: Bug Fix
  • @orbit/data
    • #780 Support coalescing of addRecord/updateRecord + updateRecord (@dgeb)
:house: Internal
  • @orbit/build, @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/utils
  • @orbit/record-cache
    • #776 Expand record-cache tests for liveQuery (@dgeb)
Committers: 3
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc