Skip to content

evolu@8.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 00:49
· 2412 commits to main since this release
917b9d6

Minor Changes

  • 7949c8d: Move create and update from React to Evolu

  • 8f6864b: Add String schema

    String schema represents a string that is not stringified JSON. Using String schema for strings stored in SQLite is crucial to ensure a stored string is not automatically parsed to a JSON object or array when retrieved. Use String schema for all string-based schemas.

Patch Changes

  • c12cffe: Port Kysely ParseJSONResultsPlugin, small refactoring