We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46208e commit 10d865cCopy full SHA for 10d865c
CHANGELOG.md
@@ -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,6 +1,6 @@
{
"name": "express-mongo-sanitize",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Sanitize your express payload to prevent MongoDB operator injection.",
"main": "index.js",
"scripts": {
0 commit comments