Releases: a-type/verdant
Releases · a-type/verdant
@verdant-web/[email protected]
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]
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]
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]
Patch Changes
- Updated dependencies [4312c3f]
- @verdant-web/[email protected]
@verdant-web/[email protected]
Patch Changes
- 7ff0f6a: Adjust auto scroll restoration logic
@verdant-web/[email protected]
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]
@verdant-web/[email protected]
Patch Changes
- be58ddf: Add 'main' field to store package
@verdant-web/[email protected]
Patch Changes
- 541ee73: Revert to suspend-react due to hook errors with use(Promise)
@verdant-web/[email protected]
Minor Changes
- cacc5b0: Observe accessed keys of watched entities and only re-render the component when accessed keys change