List view
Major cumulative update with some breaking changes.
No due date•4/4 issues closed- No due date•7/7 issues closed
This milestone will include full support for named parameters, i.e. injecting values from an object, using its properties as variable names. Example: ```javascript db.query("select * from users where active=${active} and created<${created}", { active: true, created: some-date-value; }); ```
Due by April 9, 2015•1/1 issues closedFocus is on adding support for nested transactions. Re-targeting the milestones from 0.6.0 to 0.5.6, because even though a number of changes were added to accommodate nested transactions support, no breaking changes were made.
Due by March 29, 2015•1/1 issues closedPlanned maintenance.
Due by March 22, 2015* Improving support for alternative promise libraries * Code refactoring + documentation.
Due by March 15, 2015•2/2 issues closedSome major features will include: 1. Comprehensive testing added to the project; 2. Support for native query formatting; 3. Support for promise library overrides.
Due by March 15, 2015•1/1 issues closedAs was suggested by @Emilio, some good testing is a must for any library, so, hopefully with his help we will add some sort of test framework, plus status update on the project page. Also, any issues that maybe encountered during testing are to be fixed, of course.
Due by March 16, 2015•1/1 issues closedThis release is to contain at least one breaking change: support for multiple databases. That's why the version will be incremented to 0.2.0
Due by March 9, 2015•1/1 issues closed