Skip to content

Commit 89e3dcd

Browse files
committed
Bump major. No breaking changes
1 parent fcfaf43 commit 89e3dcd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
### [1.0.0] - 2016-09-20
6+
7+
#### Modified
8+
* Refactored validator and entry point.
9+
* Only generate search query once.
10+
511
### [0.4.1] - 2016-06-25
612

713
#### Modified
@@ -74,6 +80,7 @@ All notable changes to this project will be documented in this file. This projec
7480
* Options validation
7581
* Non alphanumeric string replacement
7682

83+
[1.0.0]: https://github.com/dycodedev/mongo-datatable/compare/0.4.1...1.0.0
7784
[0.4.1]: https://github.com/dycodedev/mongo-datatable/compare/0.4.0...0.4.1
7885
[0.4.0]: https://github.com/dycodedev/mongo-datatable/compare/0.3.1...0.4.0
7986
[0.3.1]: https://github.com/dycodedev/mongo-datatable/compare/0.3.0...0.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-datatable",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "NodeJS module for server-side processing using jquery datatables and mongodb native driver.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)