Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

78 lines (43 loc) · 4.83 KB

Changelog

1.6.0 (2024-09-06)

Features

  • add sort possibility to the table (8a6a5d4)
  • improve delete game without questions (d8b88d9)
  • make improvements in the new game view (332648e)
  • make provisional delete, post without questions and nice to have date default (94e7e27)

1.5.0 (2024-08-23)

Features

  • add icon handler with svelte (a683d71)
  • add search questions in edit game (ff00f78)
  • improve views and make everything consistent to german language (ce9a806)
  • refactor and several additions like client error validation (2bf8acf)

1.4.0 (2024-08-21)

Features

  • add some queries to handle db properly (855bfc0)

1.3.0 (2024-08-21)

Features

  • add pagination to the dashboard table (7a45b68)

1.2.0 (2024-08-21)

Features

  • create store a la svelte 5 (de48d35)
  • fake edit and delete views (518dbd6)

1.1.0 (2024-08-21)

Features

  • add right tailwind classes and alias to the config (f2b6fb0)
  • add some functionalities for table search with fake data (3a761e9)

1.0.1 (2024-08-20)

Bug Fixes

1.0.0 (2024-08-20)

Features

  • add header and better handling of newGameState (60f3884)
  • add initial commit with superforms installed (aa22453)
  • add possibility of reading csv (ca54432)
  • add release please action (be455ad)
  • add tailwind and table with the result from csv parsed (cb81163)
  • add toast and improve code quality (afbc2c6)
  • create readme (9de25b8)
  • improve svelte5 code and improve styling (ce708b0)
  • start to handle the submit of the second form on the same page (202c084)

Bug Fixes

  • improve reactivity when onmount of addgametable (55482ea)