Skip to content

Releases: evoluhq/evolu

evolu-server@1.0.14

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

Patch Changes

  • Updated dependencies [27ade87]
    • evolu@6.2.4

evolu@6.2.3

18 Aug 22:16
f242c25
Compare
Choose a tag to compare

Patch Changes

  • 5f9f10b: Replace micro-aes-gcm with @noble/ciphers

evolu@6.2.2

18 Aug 13:56
2e064a9
Compare
Choose a tag to compare

Patch Changes

  • a5c90b6: Fix undefined window bug, refactor index.ts

evolu@6.2.1

18 Aug 08:22
acead07
Compare
Choose a tag to compare

Patch Changes

  • b285da4: Update Effect to 2.0.0-next.26

evolu-server@1.0.13

18 Aug 22:16
f242c25
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5f9f10b]
    • evolu@6.2.3

evolu-server@1.0.12

18 Aug 13:56
2e064a9
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [a5c90b6]
    • evolu@6.2.2

evolu-server@1.0.11

18 Aug 08:22
acead07
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b285da4]
    • evolu@6.2.1

evolu@6.2.0

17 Aug 17:04
95d3bb9
Compare
Choose a tag to compare

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

17 Aug 17:04
95d3bb9
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bcf25b6]
    • evolu@6.2.0

evolu@6.1.4

05 Jul 12:12
9d9ddf2
Compare
Choose a tag to compare

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.