- fix declare types
- Moved repo from apb2006 to quodatum.
- add query.options()
- re-org tests
- remove unnessary items from build #1
- add typescript definitions
- fix default port #29
- removed use of Buffer() see #28
- query bind pass type to server #26
- update
combined-stream
to "1.0.8" - Node version ">=8.0"
- reworked tests
- reworked sample
issue22.js
- session object now emits socketError events - see #9 #21
- min node version set to 4.0
- dependancies updated
- Remove obsolete event watch interface.
- Fix #21 query.execute with error.
- add streaming data to server
- support v8 style authentication
- fix handling for add where doc is invalid (#14)
- fix tests for node 0.10
- applied js-beautify to the code
- fix query array result timing issue (#10)
- fix session.create
- fix authorization bug (#8)
- implement BaseX escape protocol
- switch from Vows to Mocha for tests
- readline fixed
- Major bugs fixed
- Support for BaseX events
- Rewrite of parser
- err set in callbacks
- connection error handling improved
- better reply parsing including iteration
- attempt to create http://vowsjs.org test suite
better response parsing, run against BaseX 7
Fixes.
Query working except bind and iter.
Queue working. Callback working. Query not working
login and simple test working
started.