Skip to content

Commit 10d865c

Browse files
committed
v1.1.0
1 parent c46208e commit 10d865c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [1.1.0] - 2016-01-13
6+
### Added
7+
- The middleware also now sanitizes keys with a `.`. This is in line with Mongo's reserved operators.
8+
9+
## 1.0.0 - 2015-11-11
10+
11+
Initial Release.
12+
13+
[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.0.0",
3+
"version": "1.1.0",
44
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)