Skip to content

Releases: poppinss/validator-lite

ESM only

30 Dec 04:59
Compare
Choose a tag to compare

Breaking changes

  • The package is now ESM-only
  • The types are no longer exported from the main entrypoint. Instead, they are exported from the /types submodule.
  • Slight changes in the wording of error messages (Might be a breaking change, if some part of your codebase relies on exact error message string)

Code Refactoring

  • remove validator package and use internal helpers for validation (164fa9b)

Features

What's Changed

New Contributors

Full Changelog: v1.0.3...v2.0.0

Remove poppinss/utils

15 Mar 04:19
Compare
Choose a tag to compare
  • Refactor/remove poppinss utils (#2) 648b5f0

What's Changed

Full Changelog: v1.0.2...v1.0.3

Fix schema.enum method types

30 Dec 09:42
Compare
Choose a tag to compare

Commits

  • chore: add poppinss and myself as authors cd33935
  • docs(README): fix npm badge url fbcd5f8
  • refactor: make husky files executable 6395e1f
  • docs(README): fix badge url for github workflow 4be30da
  • chore: update dependencies a56989b
  • refactor: fix enum return types and assert for types within tests cc10cb8

What's Changed

  • fix enum return types and assert for types within tests by @thetutlage in #1

New Contributors

Full Changelog: v1.0.1...v1.0.2

Fix wrong `main` entry point

07 Sep 12:12
Compare
Choose a tag to compare
  • fix: update main package entry point 292df86
  • docs: update npm link 9c75dc6

v1.0.0...v1.0.1

Initial release

07 Sep 11:59
Compare
Choose a tag to compare

@poppins/validator-lite was extracted from @adonisjs/env for the primary purpose of re-using it in @julr/vite-plugin-validate-env

See readme for more details.

Full Changelog: https://github.com/poppinss/validator-lite/commits/v1.0.0