Skip to content

0.6.1

Latest
Compare
Choose a tag to compare
@FoHoOV FoHoOV released this 09 Nov 19:37
· 3 commits to master since this release

What's Changed

Yaay! Upgraded deps to stable svelte-5 release

other changes/fixes:

  • fix: prevent using a shared store in server by @FoHoOV in #15
  • fix: an alternative to using a static StorageTypes instance in server-side by @FoHoOV in #16
  • update dependencies and fix tests by @FoHoOV in #19
  • refactor: make backend api restfull by @FoHoOV in #22
  • Refactored the backend test suite by @FoHoOV in #23
  • removed redundant is_done property on todo-item table, because t could be derived from another column by @FoHoOV in #24
  • ci: custom build for preview and prod by @FoHoOV in #28
  • ci: add deployment urls by @FoHoOV in #29
  • Fix all linting issues by @FoHoOV in #27
  • ci: remove creating unnecessary comment by @FoHoOV in #30
  • ci: on_workflow event only works on default branch, so basically its useless, reverting that change by @FoHoOV in #31
  • feat: use Pipfile and pipenv to manage dependencies for backend by @FoHoOV in #32
  • refactor: remove svelte-4 specific code and upgrade svelte by @FoHoOV in #33
  • fix: resolved some linting issues and migrated to new eslint config format by @FoHoOV in #34