Changelog
[3.1.2] 2025-8-03
standardSchema
- require an object.Changelog
[3.1.1] 2025-7-30
standardSchema
implementing the Standard Schema specification. Check Remult Standard Schema for more details.Changelog
[3.1.0] 2025-7-29
initAsyncHooks
without remultApi
express 5
nuxt 4
reflect-metadata
uuid
@paralleldrive/cuid2
18
(with --experimental-global-webcrypto
flag) or 20
(without flag)@Fields.id()
field (using crypto.randomUUID()
under the hood)
@Fields.uuid()
is now deprecated, use @Fields.id()
instead (uuid is the default id factory)@Fields.cuid()
- use @Fields.id()
instead and change the idFactory
to your preferred id algorithm.Changelog
[3.0.6] 2025-7-6
label
option for field and entity that'll gradually replace caption
remultApi
options.remult.context.headers
to access the request headers in a framework-agnostic way.Changelog
[3.0.5] 2025-6-6