v2.0.0
What's Changed
- Refactor/630 pure esm by @chantouchsek in #631
Breaking
- This package is now pure ESM. Please read this.
- Remove default export.
Before
import Validator from '@chantouchsek/validatorjs'Now
import { Validator } from '@chantouchsek/validatorjs'Full Changelog: v1.4.5...v2.0.0