Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 791 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 791 Bytes

Release Notes

  • 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