Skip to content

Releases: Bartmr/not-me

Version 4.3.1

25 Sep 13:46
Compare
Choose a tag to compare

Union type no longer disrupts object nullability

Version 4.3.0

22 Sep 21:07
Compare
Choose a tag to compare

Bump the typescript target in order to get a less "polyfilled" code

Version 4.2.0

03 Sep 11:19
Compare
Choose a tag to compare
  • Remove redundant getErrorMessagesFromField
  • remove lodash from dependencies

Version 4.1.0

01 Sep 11:13
Compare
Choose a tag to compare

Array length is now limited my less/greater than or equal

Version 4.0.4

26 Aug 10:27
Compare
Choose a tag to compare

Readme update

Version 4.0.3

25 Aug 16:57
Compare
Choose a tag to compare

Improved getDeeperTypesafeObjectFieldPath

Version 4.0.2

25 Aug 11:20
Compare
Choose a tag to compare

Improve error messages tree structure

Version 4.0.1

24 Aug 03:32
Compare
Choose a tag to compare

abortEarly will no longer activated by default in NodeJS environments

Version 4.0.0

12 Jul 13:36
Compare
Choose a tag to compare

Nulls are now considered default nullable types and will be treated as undefined till the required or notNull is called

Version 3.2.0

01 Jul 21:12
Compare
Choose a tag to compare

required() can now be called before other schema specific validation methods