Skip to content

Commit 98c0bac

Browse files
committed
Release 1.0.3
1 parent 896256f commit 98c0bac

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Nothing yet.
11+
12+
## [1.0.3] - 2025-06-01
13+
1014
### Fixed
1115

1216
- 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.
1317
- 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.
18+
- NPM upgrade.
1419

1520
## [1.0.2] - 2025-04-28
1621

@@ -30,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3035

3136
- Implemented Validator, message formatting and validation rules.
3237

33-
[unreleased]: https://github.com/Logitar/js/compare/v1.0.2...HEAD
38+
[unreleased]: https://github.com/Logitar/js/compare/v1.0.3...HEAD
39+
[1.0.3]: https://github.com/Logitar/js/compare/v1.0.2...v1.0.3
3440
[1.0.2]: https://github.com/Logitar/js/compare/v1.0.1...v1.0.2
3541
[1.0.1]: https://github.com/Logitar/js/compare/v1.0.0...v1.0.1
3642
[1.0.0]: https://github.com/Logitar/js/releases/tag/v1.0.0

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logitar-validation",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JavaScript validation library distributed by Logitar.",
55
"keywords": [
66
"logitar",

0 commit comments

Comments
 (0)