Skip to content

v1.7.1

Choose a tag to compare

@kiki-kanri kiki-kanri released this 24 Oct 02:46
· 311 commits to main since this release

compare changes

💅 Refactors

  • schema-builder: Remove PropsWithRequired type parameter (110e875)
  • Modify Builder type in createBaseSchemaBuilderFactory (ac9ef1f)

📖 Documentation

  • Add comments to several schema builders (6f074af)

🏡 Chore

  • Update release script and add test CI configuration file (0f4e599)
  • Add tsconfig.jest.json (5d6b28c)

✅ Tests

  • Add unit tests for base schema-builder (d2c455d)
  • Modify base schema-builder test unit (25b3d86)
  • Add unit tests for boolean, date and number schema-builders (96bc550)
  • Add unit tests for string schema-builder (2fa5832)

❤️ Contributors

  • kiki-kanri