Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 3, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@archisquad/[email protected]

Minor Changes

  • 67265ba: Added support for defining indentifier field by user. Indetifier could be a
    field in Entity model, or a function. It could be left undefined, then Entity
    API assumes that developer stick with the default id field.
  • e616e3a: Changed way of schema declaration, allowing to use schema libraries such as zod
    or valibot. Added data validation in runtime during the Entity creation and
    update. Changed way of entity model declaration, introducted the configure
    object and single function invocation instead of previous double. Now, you can
    define function for infer schema type and validator - that way Entity API
    supports your favorite schema library, and still brings no extra dependecies.
    Added possibility to define custom methods on Entity.

Patch Changes

  • e616e3a: Fixed problem with relation types - ealier Entity type was applied with wide
    Relationship type that match every string used on entity object - which gives
    false positive that such key exists on entity.

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from c74657a to 1425d48 Compare December 4, 2023 17:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1425d48 to 568673f Compare December 21, 2023 13:28
@vercel
Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repository-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 3:03am

@github-actions github-actions bot force-pushed the changeset-release/main branch from 568673f to 04c89ff Compare December 24, 2023 03:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from 04c89ff to c0f779a Compare December 28, 2023 00:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from c0f779a to a8fcd2c Compare December 29, 2023 12:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from a8fcd2c to b568ad9 Compare December 29, 2023 12:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from b568ad9 to 7fed9ce Compare December 29, 2023 13:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7fed9ce to 955102e Compare December 29, 2023 13:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 955102e to 44aa87e Compare December 29, 2023 14:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 44aa87e to aa9bc83 Compare December 29, 2023 15:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from aa9bc83 to 15aba02 Compare December 31, 2023 01:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 15aba02 to 991eabc Compare January 1, 2024 00:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from f360a6b to f76ab7e Compare March 8, 2024 03:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from f76ab7e to f11bb40 Compare April 9, 2024 01:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from f11bb40 to 4ed3a6c Compare May 3, 2024 11:52
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4ed3a6c to 9b15d8a Compare May 4, 2024 01:31
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9b15d8a to b959b9a Compare May 8, 2024 00:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from b959b9a to 4f198ea Compare May 10, 2024 00:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4f198ea to 5477888 Compare May 19, 2024 03:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5477888 to fd964e7 Compare May 24, 2024 00:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from fd964e7 to d41367c Compare May 27, 2024 00:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from d41367c to 3ac7326 Compare May 29, 2024 03:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3ac7326 to 0320a4e Compare June 6, 2024 01:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0320a4e to aded4db Compare September 12, 2024 02:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from aded4db to 4b44c40 Compare November 16, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant