Skip to content

Latest commit

 

History

History
73 lines (63 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

73 lines (63 loc) · 4.35 KB

0.0.3

New Modules

Miscellaneous

New Contributors

Full Changelog: https://github.com/jacob-alford/schemata-ts/compare/0.0.1...0.0.3

0.0.1

Initial NPM release! 🎉

  1. Add date > SafeDate
  2. Add number > Int
  3. Add number > Natural
  4. Add number > NegativeInt
  5. Add number > PositiveInt
  6. Add string > EmailAddress
  7. Add string > IntString
  8. Add string > ISODateString
  9. Add string > NaturalString
  10. Add string > NegativeIntString
  11. Add string > NonemptyString
  12. Add string > PositiveIntString
  13. Add string > UUID
  14. Add Decoder
  15. Add Eq
  16. Add Guard
  17. Add index common namespace exports
  18. Add SchemableExt
  19. Add SchamaExt
  20. Add TaskDecoder
  21. Add Type
  22. Add tests