Skip to content

Releases: a-type/verdant

@verdant-web/[email protected]

18 Feb 22:45
5ef5c2b
Compare
Choose a tag to compare

Minor Changes

  • cb886d5: [CLI] Fixed named type generation for File fields; was "string", now "EntityFile." Fixed named type generation for nullable fields; previously named types would include | null union, now they only describe the defined shape and the | null is properly applied to Init/Destructured parent objects to specify when a null value is allowed or expected. The named types should now be more helpful for describing the actual defined value of the field in question!

@verdant-web/[email protected]

17 Feb 02:18
414dac0
Compare
Choose a tag to compare

Patch Changes

  • 4312c3f: Server: fixed bug with demo server loading files with spaces in filenames. Store: Fixed a bug which caused files not immediately uploaded to end up on the server with a filename "blob" instead of the original filename.
  • ef5fa50: New Store feature: query keep-alives. Keep a query in memory based on its key. Also new in CLI, the Client is now generated with more JSDocs applied, and exposes the .queries property required to use the keep-alive feature.

@verdant-web/[email protected]

17 Feb 02:18
414dac0
Compare
Choose a tag to compare

Patch Changes

  • 4312c3f: Server: fixed bug with demo server loading files with spaces in filenames. Store: Fixed a bug which caused files not immediately uploaded to end up on the server with a filename "blob" instead of the original filename.

@verdant-web/[email protected]

17 Feb 02:18
414dac0
Compare
Choose a tag to compare

Patch Changes

@verdant-web/[email protected]

17 Feb 05:04
0e4dfcb
Compare
Choose a tag to compare

Patch Changes

  • 7ff0f6a: Adjust auto scroll restoration logic

@verdant-web/[email protected]

17 Feb 02:18
414dac0
Compare
Choose a tag to compare

Patch Changes

  • ef5fa50: New Store feature: query keep-alives. Keep a query in memory based on its key. Also new in CLI, the Client is now generated with more JSDocs applied, and exposes the .queries property required to use the keep-alive feature.

@verdant-web/[email protected]

19 Jan 21:39
21897a2
Compare
Choose a tag to compare

Patch Changes

  • 8db2e33: Remove unused dependencies
  • be750c7: Make document index saving a little more failure tolerant to prevent full app lock-outs due to single document corruption

@verdant-web/[email protected]

02 Jan 14:39
d75eeb6
Compare
Choose a tag to compare

Patch Changes

  • be58ddf: Add 'main' field to store package

@verdant-web/[email protected]

19 Dec 17:21
88c7170
Compare
Choose a tag to compare

Patch Changes

  • 541ee73: Revert to suspend-react due to hook errors with use(Promise)

@verdant-web/[email protected]

16 Dec 21:53
aef2934
Compare
Choose a tag to compare

Minor Changes

  • cacc5b0: Observe accessed keys of watched entities and only re-render the component when accessed keys change