File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ### [ 1.0.0] - 2016-09-20
6
+
7
+ #### Modified
8
+ * Refactored validator and entry point.
9
+ * Only generate search query once.
10
+
5
11
### [ 0.4.1] - 2016-06-25
6
12
7
13
#### Modified
@@ -74,6 +80,7 @@ All notable changes to this project will be documented in this file. This projec
74
80
* Options validation
75
81
* Non alphanumeric string replacement
76
82
83
+ [ 1.0.0 ] : https://github.com/dycodedev/mongo-datatable/compare/0.4.1...1.0.0
77
84
[ 0.4.1 ] : https://github.com/dycodedev/mongo-datatable/compare/0.4.0...0.4.1
78
85
[ 0.4.0 ] : https://github.com/dycodedev/mongo-datatable/compare/0.3.1...0.4.0
79
86
[ 0.3.1 ] : https://github.com/dycodedev/mongo-datatable/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongo-datatable" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " NodeJS module for server-side processing using jquery datatables and mongodb native driver." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments