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.
- Fix #54
- Better reducer errors
- Fixed bug that caused errors to be swallowed
- Moved the majority of functionality from
sqlsync-react
tosqlsync-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.
- Reducer can now handle query errors (#29)
- Initial release