Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (26 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

26 lines (26 loc) · 1.32 KB

Changelog

0.7.0

0.6.0

  • Added getFileUploadURL and getFile methods (issue #14)

0.5.3

  • Moved PropertyType type from cuba-labs/cuba-react. Added types double, decimal, time. Issue #12.

0.5.2

  • Added searchEntitiesWithCount method (issue #10)

0.5.1

  • Typings for entities messages

0.5.0

  • Added SerializedEntity type
  • Added generic type parameter for fetching methods

0.4.1

  • Added PredefinedView enumeration

0.4.0

  • Added typings for browser dist
  • Added loadEntityViews and loadEntityView methods

0.3.0

  • Added methods to load entities and query results with count: loadEntitiesWithCount, queryWithCount
  • Ability to abort request via AbortController

0.2.0

  • Added ability to specify custom token endpoint
  • Added searchEntities method (see PL-8727)