Skip to content

Commit 6f479fd

Browse files
committed
Version 1.1.0 released
1 parent 8090cd4 commit 6f479fd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
## [unreleased]
55
- TODO
66

7+
## [1.1.0] - 2022-03-06
8+
### Fixed
9+
- Schema checker bug solved where name/type fields were being overwritten in the case of a sub-schema.
10+
711
## [1.0.0] - 2022-03-05
812
### Added
913
- Initial implementation of the library

elvalidator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elvalidator",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Validate and Sanitize JSON objects.",
55
"main": "index.js",
66
"type": "module",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's heavily inspired from the familiar Mongoose schema format with a few more f
1010

1111
* 0 dependencies
1212
* Easy to use
13-
* Lightweight (8.7Kb minified)
13+
* Lightweight (8.51Kb minified)
1414

1515
# Installation
1616
```bash

0 commit comments

Comments
 (0)