Skip to content

v0.7.0

Latest

Choose a tag to compare

@adaptive-shield-matrix adaptive-shield-matrix released this 06 Dec 08:28

[0.7.0] - 2025-12-06

🚀 Features

  • (dateSchemas) Add nonEmpty validation step for better error messages
  • (date) Add date time local schema useful for html input datetime-local
  • (num) Add formatNumber function with caching of the formatter
  • (date) Add date time format

🚜 Refactor

  • (num/format) To follow subject-first naming pattern
  • (obj) Rename to objectValues
  • (date) Rename formatDate to dateFormat, subject first

🧪 Testing

  • (intSchema) Add test for int schema