Skip to content

Releases: rawmodel/framework

1.32.0

14 Apr 10:06
Compare
Choose a tag to compare
  • Fixing fakeValue bug.
  • Upgrading dependencies.
  • Readme update.
  • Removing dist folder from repository.

1.31.0

20 Jan 23:48
Compare
Choose a tag to compare
  • Adding ETH address validator.

1.30.0

20 Jan 14:45
Compare
Choose a tag to compare
  • Implementing field nullValue recipe option.
  • Minor type casting refactoring.

1.29.0

19 Jan 15:41
Compare
Choose a tag to compare
  • Validators now properly handle array values.
  • Upgrading dependencies.

1.28.0

19 Jan 15:40
Compare
Choose a tag to compare
  • Upgrading dependencies.

1.27.0

29 Oct 14:48
Compare
Choose a tag to compare
  • Improved model type casting.
  • Upgrading tests.

1.26.0

29 Oct 13:28
Compare
Choose a tag to compare

1.25.0

26 Oct 21:00
Compare
Choose a tag to compare
  • Better MongoDB uniqueness error handler (now supports different MongoDB versions).

1.24.0

24 Oct 22:26
Compare
Choose a tag to compare
  • Methods serialize() and filter() now respect field data types. Values will not be automatically normalized anymore (e.g. field of type ObjectId wiill not be converte to String).

1.23.0

24 Oct 20:38
Compare
Choose a tag to compare
  • Default values are now automatically converted to the right data type.