Skip to content

Releases: joebobmiles/zustand-middleware-yjs

v1.3.1

09 Jun 15:42
Compare
Choose a tag to compare

1.3.1 (2023-06-09)

Bug Fixes

v1.3.1-rc.1

09 Jun 15:40
Compare
Choose a tag to compare
v1.3.1-rc.1 Pre-release
Pre-release

1.3.1-rc.1 (2023-06-09)

Bug Fixes

v1.3.0-rc.4

09 Jun 15:34
Compare
Choose a tag to compare
v1.3.0-rc.4 Pre-release
Pre-release

1.3.0-rc.4 (2023-06-09)

Bug Fixes

  • strings properly mapped to YText (be0abe6)

v1.3.0

02 Jun 13:55
Compare
Choose a tag to compare

1.3.0 (2023-06-02)

Bug Fixes

  • added jsdom for jest (ad84bec)
  • added string diff to getChanges (82f156a)
  • array diffs handle insert at head (530596c)
  • avoid strings with no common subsequences (4782766)
  • clone old state to avoid pass by reference (30593fb)
  • diff ignores functions in objects on deletion (9a287de)
  • diff indices not being offset after adds (b4d3d9b)
  • diff now handles complicated change sequences properly (baa3c01)
  • downgraded typescript and added @types/jest (fa5e548)
  • refactored patchStore to use new getChanges (bef2732)
  • removed excess logic for when a or b are empty strings (31d93d0)
  • simplified object and array diff with helper (5e4a5f4)
  • tested string to YText conversion (8f60467)

Features

  • added string patching for store (0c0ffe1)
  • added string to YText mapping (d65f5a0)
  • added YText patching (d21b785)
  • array diff now nests string diffs (7f85523)
  • implemented base text diff algorithm (2e833bf)
  • object diff now handles string values (459b88f)
  • text support #40 (f571511)
  • updated basic diff algorithm to produce change lists (df45cfb)

v1.3.0-rc.3

01 Jun 17:23
Compare
Choose a tag to compare
v1.3.0-rc.3 Pre-release
Pre-release

1.3.0-rc.3 (2023-06-01)

Bug Fixes

  • clone old state to avoid pass by reference (30593fb)

v1.3.0-rc.2

04 Apr 21:38
Compare
Choose a tag to compare
v1.3.0-rc.2 Pre-release
Pre-release

1.3.0-rc.2 (2023-04-04)

Bug Fixes

  • added jsdom for jest (ad84bec)
  • downgraded typescript and added @types/jest (fa5e548)

v1.3.0-rc.1

14 Mar 17:11
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

1.3.0-rc.1 (2023-03-14)

Bug Fixes

  • added string diff to getChanges (82f156a)
  • array diffs handle insert at head (530596c)
  • avoid strings with no common subsequences (4782766)
  • diff ignores functions in objects on deletion (9a287de)
  • diff indices not being offset after adds (b4d3d9b)
  • diff now handles complicated change sequences properly (baa3c01)
  • refactored patchStore to use new getChanges (bef2732)
  • removed excess logic for when a or b are empty strings (31d93d0)
  • simplified object and array diff with helper (5e4a5f4)
  • tested string to YText conversion (8f60467)

Features

  • added string patching for store (0c0ffe1)
  • added string to YText mapping (d65f5a0)
  • added YText patching (d21b785)
  • array diff now nests string diffs (7f85523)
  • implemented base text diff algorithm (2e833bf)
  • object diff now handles string values (459b88f)
  • text support #40 (f571511)
  • updated basic diff algorithm to produce change lists (df45cfb)

v1.2.8

03 Nov 15:58
Compare
Choose a tag to compare

1.2.8 (2022-11-03)

Bug Fixes

  • #37 added transact to shared type updated to prevent double update (b2572c7)

v1.2.8-rc.1

03 Nov 15:57
Compare
Choose a tag to compare
v1.2.8-rc.1 Pre-release
Pre-release

1.2.8-rc.1 (2022-11-03)

Bug Fixes

  • #37 added transact to shared type updated to prevent double update (b2572c7)

v1.2.7-rc.2

03 Nov 15:51
Compare
Choose a tag to compare
v1.2.7-rc.2 Pre-release
Pre-release

1.2.7-rc.2 (2022-11-03)

Bug Fixes

  • #37 added transact to shared type updated to prevent double update (b2572c7)