Skip to content

v0.25.7

Compare
Choose a tag to compare
@noam-honig noam-honig released this 21 Mar 09:16

What's Changed

  • Fixed typing issue with validators and typescript 5.4
  • Added deleteMany and updateMany
  • When insert is called in the front-end with an array of items, a single POST call is made to the server
  • Renamed addParameterAndReturnSqlToken to param. addParameterAndReturnSqlToken will be deprecated in future versions
  • Default number storage in knex, previously was decimal(8,2) now, decimal(18,2)
  • Fixed issue where exception throws in initRequest or getUser caused server to crash, instead of return a bad request error
  • Changed required to allow 0 as a value - so only null, undefined and empty strings are considered invalid for a required field
  • Fixed an issue where backendPrefilter was not applied to id based update, save or delete in the backend
  • fix typo in the docs of uniqueOnBackend deprecation by @Yedidyar in #369
  • Remult Admin Nested Actions quickfix by @ermincelikovic in #342
  • docs: bun hono monorepo example by @bensos000 in #375

New Contributors

Full Changelog: v0.25.6...v0.25.7