Skip to content

Releases: evoluhq/evolu

evolu-server@1.0.19

06 Sep 20:20
cc04967
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [75e6772]
    • evolu@8.0.0

evolu@7.1.0

22 Aug 15:02
c17043e
Compare
Choose a tag to compare

Minor Changes

  • a47544b: React Fast Refresh support

    It also ensures only one instance of Evolu is used.

evolu-server@1.0.18

22 Aug 15:02
c17043e
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [a47544b]
    • evolu@7.1.0

evolu@7.0.0

20 Aug 13:35
43b7e46
Compare
Choose a tag to compare

Major Changes

  • cc1eb76: Remove createdBy. A little breaking change hence a new major version.

    Automatically added column createdBy was an unnecessary DXness.

evolu@6.3.1

20 Aug 11:16
b48a6d3
Compare
Choose a tag to compare

Patch Changes

evolu-server@1.0.17

20 Aug 13:35
43b7e46
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [cc1eb76]
    • evolu@7.0.0

evolu-server@1.0.16

20 Aug 11:16
b48a6d3
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [a3d5524]
    • evolu@6.3.1

evolu@6.3.0

19 Aug 20:42
0ebf01b
Compare
Choose a tag to compare

Minor Changes

  • ac2e396: Schemaless DB schema

    Evolu automatically updates the DB schema on NoSuchTableOrColumnError when applying CRDT messages. It's for a situation when an obsolete client receives messages from a newer one.

    Data are safely stored but only rendered once the obsolete client is updated.

evolu@6.2.4

19 Aug 00:43
c69f826
Compare
Choose a tag to compare

Patch Changes

  • 27ade87: Remove import "client-only";

    It's not well-documented, and nobody is using it. While 'server-only' makes sense because of security, 'client-only' is only for a hint that is detected by React/Next.js anyway.

    Also, update the Electron.js example.

evolu-server@1.0.15

19 Aug 20:42
0ebf01b
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [ac2e396]
    • evolu@6.3.0