Releases: elek-io/shared
Releases · elek-io/shared
v0.7.0
Minor Changes
- 3b3df53: Projects now return git information like the remote origin URL
v0.6.2
Patch Changes
- 3c6caa3: Fixed "TypeError: Cannot read properties of undefined (reading '_parseSync')" because of circular dependency / recursive types
v0.6.1
Patch Changes
- 08deff7: Potential fix for "TypeError: Cannot read properties of undefined (reading '_parseSync')"
v0.6.0
Minor Changes
- 22770fd: Instead of not setting keys at all, the user / Core / Client should set them as null to specify a value that is purposefully not set
- 7af2bb2: References to Assets and Entries are now translateble
- a14b2ea: Only string and reference based values can be unique
v0.5.1
Patch Changes
- 25c34f1: fix: boolean and range Values are always required
v0.5.0
Minor Changes
- 6f4f735: - Value definitions now have labels instead of names
- Projects have to have a name and description
- The defaultValue for range inputs is now required
- Now exporting reference based values as types
- Updated zod to 3.23 for support of date() and time() methods
- Removed SharedValue schema and types for now (this is a later feature)
- Added Entry references
- Resolved Value references hold the resolved object directly without the additional reference
- Direct Values can now all be translated directly without the need for multiple Entries for each translation
v0.4.7
Patch Changes
- e0cef8e: Removed locale schema and added exports for infered types as well as some translatable schema validation messages
v0.4.6
Patch Changes
- 38cb706: Exporting some type definitions for specific Value definitions
v0.4.5
Patch Changes
- 645b006: fix: folder name for shared Values is now "shared-values"
v0.4.4
Patch Changes
- 87cde27: fix: no need for shared Value definitions to carry a full definition schema for the reference