Releases: Kelin2025/schematic-fluent
Releases · Kelin2025/schematic-fluent
Release list
v0.4 release
Changes
- Switched from
export defaulttomodule.exportsto work in Node - Flags/methods/executors are now optional
- Added
immutableflag - Added static
.extend()method - You can now pass init context by
fluent(schema)(initContext)
BBackward compatibility
Backward compatibility is not broken but you can get unexpected behaviour if you accidentally pass smth to instance creator (how is this possible)