Skip to content

Commit

Permalink
docs: created a changelog with changes for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed May 29, 2023
1 parent 784ac79 commit 8e8241b
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 2.1.0 (May 29, 2023)

### Features

- #### feat: implemented a factory for a high performance validator ([#157](https://github.com/ncpa0/Dilswer/pull/157))

Added a new factory function - `compileFastValidator`. Validation function produced by this factory are much more performant than all the other ones provided by Dilswer. `compileFastValidator` leverages JIT compilation via `eval()` to generated a highly optimized code specially for the given Data Type.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"repository": {
"url": "https://github.com/ncpa0cpl/Dilswer"
"url": "https://github.com/ncpa0/Dilswer"
},
"author": {
"name": "Szymon Bretner (ncpa0cpl)",
Expand Down Expand Up @@ -53,6 +53,7 @@
"git-hook-tasks": "ncpa0cpl/git-hook-tasks",
"husky": "^8.0.3",
"jest": "^29.5.0",
"pr-changelog-gen": "^1.1.0",
"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^5.0.4"
Expand Down
Loading

0 comments on commit 8e8241b

Please sign in to comment.