Skip to content

Releases: badrap/libapp

v0.10.2

30 Jan 02:16
8023e23

Choose a tag to compare

Patch Changes

  • eb65e4d: Make API#listInstallation options argument optional

v0.10.1

30 Jan 02:02
53ec0ac

Choose a tag to compare

Patch Changes

  • b7fe53c: Add size, readOnly, minLength and maxLength props to TextField
  • 5cbc516: Add (client-side) filtering by status to API#listInstallations

v0.10.0

28 Jan 06:57
c8fa97b

Choose a tag to compare

Minor Changes

  • 7864510: Remove removed flag from installation objects. Use the status property instead.

v0.9.3

23 Jan 04:07
33e3464

Choose a tag to compare

Patch Changes

  • c6e53a8: Fix listInstallations types

v0.9.2

23 Jan 03:57
f0b62ca

Choose a tag to compare

Patch Changes

  • de852d9: Add status property for installations

    The status property can have three different values: "active", "paused" and "uninstalled".

    The old removed is now marked as deprecated and will be removed in a future release. For the time being the flag will still be kept around for now for backwards compatibility. Its value will be true when status is "uninstalled", otherwise false.

v0.9.1

23 Dec 15:02
b5c2813

Choose a tag to compare

Patch Changes

  • be39216: Set default KvEntry value type to unknown

v0.9.0

23 Dec 14:14
a04ec2c

Choose a tag to compare

Minor Changes

  • 73cb6e6: Bump Node.js requirement to v20
  • 727d438: Change the format for KV.list selector
  • 7ea9b58: Switch to ESM-only

Patch Changes

v0.8.7

07 Dec 17:41
840ebeb

Choose a tag to compare

Patch Changes

  • e502d95: feat: Stricter type inference for getMany

v0.8.6

01 Dec 19:35
d7bbf72

Choose a tag to compare

Patch Changes

  • 0b3735a: Include error codes for API errors
  • 9aac85a: Add support for reverse ordering and batchSize for KV list operations

v0.8.5

20 Oct 14:14
177b669

Choose a tag to compare

Patch Changes

  • abd0522: Add RelativeTime component