All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.1.1 - 2018-05-20
- Example for mongodb native driver v3
- Internal naming of reference to
asyncmodule so that it would not conflict withasynckeyword. - Using strict mode in MongoDataTable.js
- Updated lodash version
1.1.0 - 2017-09-15
- Support for case insensitive search through
caseInsensitiveSearchoption.
1.0.1 - 2016-09-20
- Fixed left curly braces
1.0.0 - 2016-09-20
- Refactored validator and entry point.
- Only generate search query once.
0.4.1 - 2016-06-25
- Upgrade lodash to version 4.13.1. (See #2)
0.4.0 - 2015-10-20
- Support for showing all rows using -1 page length configuration. See length menu.
0.3.1 - 2015-10-20
- jquery datatables now display error when showAlertOnError is true
0.3.0 - 2015-10-19
customQueryoption.- Specific column search in global search input element.
showAlertoption changed toshowAlertOnError.- Using lodash to process request data.
- Express-based example app is no longer using
bin/wwwto start app. - Express-based example app uses newly added feature.
emptyOnErroroption as this module will always return empty data when error occurs.
0.2.1 - 2015-09-05
- Revised README.md
- Treat numeric search value differently.
0.2.0 - 2015-07-13
- Added
emptyOnErrorandshowAlerttooptions.
0.1.2 - 2015-07-11
- Express-based app to test this module
.npmignoreto ignore that test app
.gitignoreignores log files- Revised README.md
- Throws error if
dbobject is undefined or null
0.1.1 - 2015-07-09
- Revised README.md
- Removed
console.log
- README.md
- Multiple columns search
- Columns sorting
- Options validation
- Non alphanumeric string replacement