Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 1.28 KB

This changelog documents changes across multiple projects contained in this monorepo. Each project is released for every SQLSync version, even if the project has not changed. The reason for this decision is to simplify testing and debugging. Lockstep versioning will be relaxed as SQLSync matures.

0.3.2 - Mar 11 2024

  • Fix #54
  • Better reducer errors

0.3.1 - Mar 9 2024

  • Fixed bug that caused errors to be swallowed

0.3.0 - Jan 7 2023

  • Moved the majority of functionality from sqlsync-react to sqlsync-worker to make it easier to add additional JS framework support. (#38)
  • Introduce Reducer trait, allowing non-Wasm reducers to be used with the Coordinator. (#40) Contribution by @matthewgapp.
  • Allow SQLite to be directly modified in the coordinator via a new mutate_direct method. (#43)
  • Solid.js library (#37) Contribution by @matthewgapp.

0.2.0 - Dec 1 2023

  • Reducer can now handle query errors (#29)

0.1.0 - Oct 23 2023

  • Initial release