Skip to content

Releases: elek-io/shared

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:31
7f5ee39

Minor Changes

  • 3b3df53: Projects now return git information like the remote origin URL

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:11
f16086e

Patch Changes

  • 3c6caa3: Fixed "TypeError: Cannot read properties of undefined (reading '_parseSync')" because of circular dependency / recursive types

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 10:28
51b0623

Patch Changes

  • 08deff7: Potential fix for "TypeError: Cannot read properties of undefined (reading '_parseSync')"

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:44
3991ebc

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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 19:41
5fa06c9

Patch Changes

  • 25c34f1: fix: boolean and range Values are always required

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:55
2c21217

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

Choose a tag to compare

@github-actions github-actions released this 30 Apr 15:24
363f5bd

Patch Changes

  • e0cef8e: Removed locale schema and added exports for infered types as well as some translatable schema validation messages

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 07 Apr 18:36
7c5d196

Patch Changes

  • 38cb706: Exporting some type definitions for specific Value definitions

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 05 Apr 12:23
5964418

Patch Changes

  • 645b006: fix: folder name for shared Values is now "shared-values"

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 05 Apr 12:04
577e921

Patch Changes

  • 87cde27: fix: no need for shared Value definitions to carry a full definition schema for the reference