v14.0.1
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 derivedBaseAdapter
: The base class from which all storage adapters are derivedAbstractBaseAdapter
: An abstract class used during development to trigger warnings on unimplemented methodsgetDeepKey
: A function to get deeply-nested object properties using dot notation (key1.key2.key3
)StorageProxy
: A TypeScript type describing the methods required for storage proxiesRecordStatus
: A TypeScript type representing the various states of the_status
property on recordsKintoBaseOptions
: A TypeScript type representing the configuration options of theKintoBase
class