Skip to content

Releases: remult/remult

v0.26.13

22 May 13:15
Compare
Choose a tag to compare
  • fix validators with args type-check error in ts 5.4

v0.26.12

16 May 10:45
Compare
Choose a tag to compare
  • Fixed an issue with stack overflow when calling withRemult from within getUser - relevant to next auth - session hook
  • The "static" withRemult will now use the dataProvider provided in the remultServer options by default
  • The "static" withRemult now supports promise of data provider etc...
  • Changed JSON storage to save JSON in a non-formatted way (condensed) and added a formatted option to control it. By default JsonFile storage is formatted
  • Improved error handling in the request lifecycle

v0.26.11

13 May 05:28
Compare
Choose a tag to compare

What's Changed

  • Fixed error in sqlite with reserved column names such as order etc...
  • #427 - Changed the retry on error 500, to 4 times instead of 50 or infinite that was before.
  • Potential breaking change #426 - Fixed to not trigger all relations to one load before saving and around read write json
  • Fixed error when id was not found in ArrayEntityDataProvider to include the entity name
  • Fixed filterToRaw to use the current database wrapIdentifier when none is provided.
  • Fixed endless retry on error 500 - now it'll retry 4 times 500ms apart.
  • Fixed error when sql expression sometimes translated wrongfully to a recursion error
  • Added support for Turso db

Full Changelog: v0.26.9...v0.26.11

v0.26.9

02 May 10:45
Compare
Choose a tag to compare

What's Changed

  • Fix order by error with multiple id columns

Full Changelog: v0.26.8...v0.26.9

v0.26.7

01 May 05:27
Compare
Choose a tag to compare
  • Fixed issue with id being empty in some cases in the saved hook
  • Added describeEntity and describeBackendMethods for better decorator-less support

Full Changelog: v0.26.6...v0.26.7

v0.26.6

29 Apr 06:21
Compare
Choose a tag to compare

What's Changed

  • Minor fix to async_hooks fallback for running on stackblitz
  • [doc] Deployment using ESM module by @sancelot in #418

New Contributors

Full Changelog: v0.26.5...v0.26.6

v0.26.5

28 Apr 08:03
Compare
Choose a tag to compare

What's Changed

  • Breaking change - changed the api of updateMany to receive a set option, instead of second parameter for the set
  • Fixed issue where dbNamesOf in entity sqlExpression did not work

New Contributors

Full Changelog: v0.26.4...v0.26.5

v0.26.4

24 Apr 09:09
Compare
Choose a tag to compare

What's Changed

  • getValueList now supports @Fields.literal & @Fields.enum (on top of ValueListType)

Full Changelog: v0.26.3...v0.26.4

v0.26.3

22 Apr 06:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.2...v0.26.3

v0.26.2

22 Apr 06:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.1...v0.26.2