From 98c0bac8be50c3da924e967b646cce0ae4dbddd1 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Sun, 1 Jun 2025 19:30:16 -0400 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 8 +++++++- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e6a4d..59f9f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Nothing yet. + +## [1.0.3] - 2025-06-01 + ### Fixed - Allow `0` numerical values as validator arguments. This is technically a _breaking change_, but is not _change_ per say because it should have been done since the beginning. - Empty strings are now valid in every rule validating strings, except `required`. This is technically a _breaking change_, but is not _change_ per say because it should have been done since the beginning. +- NPM upgrade. ## [1.0.2] - 2025-04-28 @@ -30,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implemented Validator, message formatting and validation rules. -[unreleased]: https://github.com/Logitar/js/compare/v1.0.2...HEAD +[unreleased]: https://github.com/Logitar/js/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/Logitar/js/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/Logitar/js/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/Logitar/js/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Logitar/js/releases/tag/v1.0.0 diff --git a/package-lock.json b/package-lock.json index c19544b..3cedac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logitar-validation", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logitar-validation", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "logitar-js": "^1.0.1" @@ -2005,18 +2005,18 @@ } }, "node_modules/vite": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz", - "integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==", + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", + "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.25.0", - "fdir": "^6.4.3", + "fdir": "^6.4.4", "picomatch": "^4.0.2", "postcss": "^8.5.3", "rollup": "^4.34.9", - "tinyglobby": "^0.2.12" + "tinyglobby": "^0.2.13" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index 32e4953..f20c65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logitar-validation", - "version": "1.0.2", + "version": "1.0.3", "description": "JavaScript validation library distributed by Logitar.", "keywords": [ "logitar",