Versions
1.9.5 (2023-01-06)
Bug Fixes
- Fixed issue with multiple tests not working in string module. (2f245d1)
1.9.4 (2022-11-14)
Bug Fixes
- Fixed issue with numeric giving error when value was empty in string module. (208dbe5)
1.9.3 (2022-10-26)
Bug Fixes
- Added message parameter to schemas not having a message in schemas module. (eb19086)
1.9.2 (2022-10-18)
Bug Fixes
- Fixed issue with pattern naming including special characters in string schema module. (67cbdbd)
1.9.1 (2022-10-07)
Bug Fixes
- Fixed a bug with pattern where multiple patterns would be overriding the previous in string schema module. (9ac3539)
1.9.0 (2022-09-19)
Features
- Added enum to number validation in numberschema module. (83e98d2)
1.8.1 (2022-08-25)
Bug Fixes
- Fixed Fixed issue with extends not removing references in object type schema module. (https://github.com/resourge/schema/commit/5e2d01c19d946008f7fb46e11c8c18d4bf520a69))
- Fixed Fixed phonenumbers generation in phonenumbers module. (9e27ca6)