Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 15:01
0df20f1

1.0.0 (2024-01-28)

⚠ BREAKING CHANGES

  • min node version -> 16, only works on es modules

Features

  • 💄 add custom loggger option (cbd4dfe)
  • 💄 add get List route (8f52771)
  • 🚀 add create route (d6e790b)
  • 🚀 add getOne route (f8b7ae9)
  • ✨ add content-range header on getList routes (6805c8f)
  • ✨ add custom routes feature (073a25b)
  • ✨ add delete route (8f5beb4)
  • ✨ add middleware function for getList (66b9833)
  • ✨ add Update route (7b162ec)
  • ✨ add option to use findOne instead of findByPk (#33) (375797e)
  • add custom middleware functionallity (b9d25b8)
  • add default values to crudOptions (3537deb)

Bug Fixes

  • 🐛 export all types in root module (dd88046)
  • 🐛 fix transaction override issue (ts) (bcbb88d)
  • 🐛 transaction issue in update route (07d9529)
  • 🐛 undefine issue in query params (d04e6af)
  • 🔒 add transaction feature to create, update & delete routes (e742256)
  • path key issues (45e72c4)

Performance Improvements

  • ✅ add unit tests using vitest (54fe88b)
  • ⚡ better error handling (f7f7939)

Miscellaneous Chores

Code Refactoring