Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 1.15 KB

Release Notes

  • Fixed validation messages in English
  • Fixed bundling issues
  • The dayjs library with date-fns. You MUST replace the date formats:
    • YYYY-MM-DD => yyyy-MM-dd
  • Security fix
  • Fixed bundling issues
  • Reduced library size.
  • Fixed custom rule registration issue #43

Breaking changes

Before:

import { validate, setLocales } from "robust-validator";
import en from "robust-validator/dist/i18n/en.json";

After:

import { validate, setLocales, en } from "robust-validator";

Fixed

  • Fixed module target
  • Initial version