Releases: evoluhq/evolu
evolu-server@1.0.19
Patch Changes
- Updated dependencies [75e6772]
- evolu@8.0.0
evolu@7.1.0
Minor Changes
-
a47544b: React Fast Refresh support
It also ensures only one instance of Evolu is used.
evolu-server@1.0.18
Patch Changes
- Updated dependencies [a47544b]
- evolu@7.1.0
evolu@7.0.0
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
Patch Changes
- a3d5524: Update Effect
evolu-server@1.0.17
Patch Changes
- Updated dependencies [cc1eb76]
- evolu@7.0.0
evolu-server@1.0.16
Patch Changes
- Updated dependencies [a3d5524]
- evolu@6.3.1
evolu@6.3.0
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
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
Patch Changes
- Updated dependencies [ac2e396]
- evolu@6.3.0