Skip to content

v1.0.0-dev.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@async3619 async3619 released this 07 Dec 15:42
· 48 commits to dev since this release

1.0.0-dev.6 (2022-12-07)

Features ✨

  • core: implement --database cli option that can specify database path (98cdcf6)
  • core: implement --drop-database cli option that deletes database file (8e9adb5)

Internal 🧰

  • core: remove saving watcher states feature (4112e49)
  • core: use correct log level when no watcher configuration provided (c491476)
  • github: make urql client use node-fetch instead of built-in one (754c706)

Bug Fixes 🐞

  • core: fix a bug that application could not catch errors during collection followers (1b3cb39)
  • core: fix a bug that could not catch violating minimum value of config.watchInterval (9600827)