Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:33
· 259 commits to master since this release
f6e6c1c

1.4.0 (2024-07-23)

Features

  • 🎸 add ability to iterate through dirty items (128c012)
  • 🎸 add sync loop methods (52b273c)
  • 🎸 allow new block creation through block.upd (8061945)
  • 🎸 cleanup local code (2d86cee)
  • 🎸 cleanup server remote (0450510)
  • 🎸 create local core (927a570)
  • 🎸 create local history deps (a68b26a)
  • 🎸 early exit syncing when not connected (c7abb23)
  • 🎸 handle timeout in local.create() (75eac3c)
  • 🎸 start synchronization when connection appears (bf593ab)
  • 🎸 synchronize SESSION.GLOBAL patches (2c60d52)
  • 🎸 use one path for updates and creates (e9c3fe0)

Performance Improvements

  • ⚡️ find first patch using binary search (bb3dc86)