Skip to content

Commit c359acd

Browse files
committed
v1.3.0
1 parent 64fcb14 commit c359acd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.2.0] - 2016-01-13
5+
## [1.3.0] - 2016-01-15
66
### Added
7+
- A new function `has`, which checks whether a passed object/array contains any keys with prohibited characters.
78

9+
## [1.2.0] - 2016-01-13
10+
### Added
811
- A new option `replaceWith` which can be used to replace offending characters in a key. This is an alternative to removing the data from the payload.
912

1013
## [1.1.0] - 2016-01-13
@@ -15,5 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1518

1619
Initial Release.
1720

21+
[1.3.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.2.0...v1.3.0
1822
[1.2.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.1.0...v1.2.0
1923
[1.1.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.0.0...v1.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-mongo-sanitize",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)