Skip to content

Releases: remult/remult

v0.21.0

22 Jun 08:03
Compare
Choose a tag to compare
  • Major improvements to the GraphQL support:
    • Better Query support
    • Mutation Support
    • Improved compatibility to standard GraphQL structures
    • Breaking Change Note that the GraphQL Schema has changed, and client code needs to be adjusted. If you run into any issues, please open a github issue or reach out to us on discord.
  • Improved SQL Log to Console see PR #204,

Big Thanks

  • to jycouet for his first two pull requests, and his help forming the GraphQL Schema according to best practices
  • to talmosko for his help and improvements for the tutorials and documentation

Full Changelog: v0.20.5...v0.21.0

v0.20.6

19 Jun 15:52
Compare
Choose a tag to compare
  • Fixed an issue when apiPrefilter was an arrow function; it did not affect the get of a specific resource

Full Changelog: v0.20.5...v0.20.6

v.0.20.5

11 Jun 14:12
Compare
Choose a tag to compare
  • fixed issue #200 transactions on mongo db

Full Changelog: v0.20.4...v0.20.5

v0.20.4

05 Jun 16:58
Compare
Choose a tag to compare
  • fixed issue with columns in postgres with casing in the db - sa createdAt
  • Issue #196 fixed - load options in live query
  • Fixed issue with apiReadAllowed:false when apiUpdateAllowed is set to undefined

Full Changelog: v0.20.3...v0.20.4

v0.20.3

23 May 05:52
Compare
Choose a tag to compare

What's Changed

  • Improved Open API Support

Full Changelog: v0.20.2...v0.20.3

v.0.20.2

22 May 08:31
Compare
Choose a tag to compare
  • createdAt & updatedAt are by default allowApiUpdate false
  • Added apiPrefix to BackendMethod options to allow more control over backend method routes. #189

v0.20.1

17 May 08:42
Compare
Choose a tag to compare
  • Improved support for compound id entity
  • Minor bug fixes
  • Improved memory usage

v0.20.0

08 May 16:17
Compare
Choose a tag to compare
  • Simple wrapper function for using Remult inside Next.js API routes - docs
  • Sveltekit integration - docs
  • Next.js App Router integration - docs

v0.19.3

14 Apr 05:32
Compare
Choose a tag to compare

v0.19.2

09 Apr 08:24
Compare
Choose a tag to compare
  • Fixed #177
  • Added live query support for Fastify