Skip to content

Commit 213a94f

Browse files
committed
v1.3.1
1 parent ec8ed15 commit 213a94f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.3.1] - 2017-01-12
6+
### Fixed
7+
- Fixed an issue with objects containing prohibited keys nested inside other objects with prohibited keys. #2
8+
- Added a more robust check for plain objects.
9+
510
## [1.3.0] - 2016-01-15
611
### Added
712
- A new function `has`, which checks whether a passed object/array contains any keys with prohibited characters.
@@ -18,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1823

1924
Initial Release.
2025

26+
[1.3.1]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.0...v1.3.1
2127
[1.3.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.2.0...v1.3.0
2228
[1.2.0]: https://github.com/fiznool/express-mongo-sanitize/compare/v1.1.0...v1.2.0
2329
[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.3.0",
3+
"version": "1.3.1",
44
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)