Releases: evoluhq/evolu
Releases · evoluhq/evolu
evolu-server@1.0.14
Patch Changes
- Updated dependencies [27ade87]
- evolu@6.2.4
evolu@6.2.3
Patch Changes
- 5f9f10b: Replace micro-aes-gcm with @noble/ciphers
evolu@6.2.2
Patch Changes
- a5c90b6: Fix undefined window bug, refactor index.ts
evolu@6.2.1
Patch Changes
- b285da4: Update Effect to 2.0.0-next.26
evolu-server@1.0.13
Patch Changes
- Updated dependencies [5f9f10b]
- evolu@6.2.3
evolu-server@1.0.12
Patch Changes
- Updated dependencies [a5c90b6]
- evolu@6.2.2
evolu-server@1.0.11
Patch Changes
- Updated dependencies [b285da4]
- evolu@6.2.1
evolu@6.2.0
Minor Changes
-
bcf25b6: Prepare for React Native, update deps
The API is the same, but the whole code base was refactored to leverage the Effect Layer making the source code much more testable and ready for React Native version.
evolu-server@1.0.10
Patch Changes
- Updated dependencies [bcf25b6]
- evolu@6.2.0
evolu@6.1.4
Patch Changes
-
ad8fa27: Remove murmurhash dependency, update deps
NPM murmurhash has a hard-coded dependency on TextEncoder that we don't use and is missing in React Native.