Releases: rawmodel/framework
Releases · rawmodel/framework
1.32.0
- Fixing
fakeValue
bug. - Upgrading dependencies.
- Readme update.
- Removing
dist
folder from repository.
1.31.0
- Adding ETH address validator.
1.30.0
- Implementing field
nullValue
recipe option. - Minor type casting refactoring.
1.29.0
- Validators now properly handle array values.
- Upgrading dependencies.
1.28.0
- Upgrading dependencies.
1.27.0
- Improved model type casting.
- Upgrading tests.
1.26.0
- Refactoring value assignments and adding support for population strategies.
1.25.0
- Better MongoDB uniqueness error handler (now supports different MongoDB versions).
1.24.0
- Methods
serialize()
andfilter()
now respect field data types. Values will not be automatically normalized anymore (e.g. field of typeObjectId
wiill not be converte toString
).
1.23.0
- Default values are now automatically converted to the right data type.