Skip to content

v14.0.1

Compare
Choose a tag to compare
@dstaley dstaley released this 04 Dec 18:42
· 417 commits to master since this release

This version exports some types and useful utilities designed to make the adapter development experience a bit easier. You can now import the following from the module:

  • KintoBase: The base class from which all Kinto instances are derived
  • BaseAdapter: The base class from which all storage adapters are derived
  • AbstractBaseAdapter: An abstract class used during development to trigger warnings on unimplemented methods
  • getDeepKey: A function to get deeply-nested object properties using dot notation (key1.key2.key3)
  • StorageProxy: A TypeScript type describing the methods required for storage proxies
  • RecordStatus: A TypeScript type representing the various states of the _status property on records
  • KintoBaseOptions: A TypeScript type representing the configuration options of the KintoBase class