Skip to content

Commit 1a87de5

Browse files
committed
version 0.8.0
1 parent a5f14c2 commit 1a87de5

20 files changed

Lines changed: 154 additions & 1097 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To install with npm:
2121
$ mkdir myproject
2222
cd myproject
2323
$ npm install basex
24-
basex@0.6.0 ./node_modules/basex
24+
basex@0.8.0 ./node_modules/basex
2525
```
2626

2727
Once BaseX is installed and the BaseX server is running, test it.
@@ -39,7 +39,7 @@ Once BaseX is installed and the BaseX server is running, test it.
3939
## Installing BaseX
4040
1. Java is required
4141
1. [Download](http://basex.org/products/download/all-downloads/) and install BaseX
42-
(tested against version 7.9)
42+
(tested against version 8.6)
4343
1. Run `basexserver -S`
4444
4545
## API specification
@@ -53,7 +53,7 @@ There is a test suite using [mocha](http://visionmedia.github.com/mocha/)
5353
[sinon](http://sinonjs.org/).
5454
5555
```bash
56-
mocha -R spec test/test-commands.js
56+
mocha -R spec test/
5757

5858

5959
Execute info command

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## v0.8.0 - 2017-03-14
2-
-
2+
- Remove obsolete event watch interface.
3+
- Fix #21 query.execute with error.
4+
35
## v0.7.0 - 2014-12-30
46
- add streaming data to server
57
- support v8 style authentication

debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* example functions for use as test callbacks
3-
* andy bunce 2011-2014
3+
* andy bunce 2011-2017
44
**/
55

66
/**

docs/Session.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ <h5>Returns:</h5>
240240
</div>
241241

242242
<nav>
243-
<h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Session.html">Session</a></li></ul><h3>Global</h3><ul><li><a href="global.html#add">add</a></li><li><a href="global.html#callback">callback</a></li><li><a href="global.html#close">close</a></li><li><a href="global.html#create">create</a></li><li><a href="global.html#execute">execute</a></li><li><a href="global.html#md5">md5</a></li><li><a href="global.html#onData">onData</a></li><li><a href="global.html#parser">parser</a></li><li><a href="global.html#parseResInfo">parseResInfo</a></li><li><a href="global.html#parser2">parser2</a></li><li><a href="global.html#parseStatus">parseStatus</a></li><li><a href="global.html#parsewatch">parsewatch</a></li><li><a href="global.html#parsewatch2">parsewatch2</a></li><li><a href="global.html#query">query</a></li><li><a href="global.html#replace">replace</a></li><li><a href="global.html#reset">reset</a></li><li><a href="global.html#send">send</a></li><li><a href="global.html#send_command">send_command</a></li><li><a href="global.html#sendQueueItem">sendQueueItem</a></li><li><a href="global.html#setBlock">setBlock</a></li><li><a href="global.html#socketError">socketError</a></li><li><a href="global.html#store">store</a></li><li><a href="global.html#unwatch">unwatch</a></li><li><a href="global.html#watch">watch</a></li></ul>
243+
<h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Session.html">Session</a></li></ul><h3>Global</h3><ul><li><a href="global.html#add">add</a></li><li><a href="global.html#close">close</a></li><li><a href="global.html#create">create</a></li><li><a href="global.html#execute">execute</a></li><li><a href="global.html#md5">md5</a></li><li><a href="global.html#onData">onData</a></li><li><a href="global.html#parseByte">parseByte</a></li><li><a href="global.html#parser">parser</a></li><li><a href="global.html#parser2">parser2</a></li><li><a href="global.html#parseResInfo">parseResInfo</a></li><li><a href="global.html#query">query</a></li><li><a href="global.html#replace">replace</a></li><li><a href="global.html#reset">reset</a></li><li><a href="global.html#send_command">send_command</a></li><li><a href="global.html#sendQueueItem">sendQueueItem</a></li><li><a href="global.html#setBlock">setBlock</a></li><li><a href="global.html#socketError">socketError</a></li><li><a href="global.html#store">store</a></li><li><a href="global.html#write">write</a></li></ul>
244244
</nav>
245245

246246
<br clear="both">
247247

248248
<footer>
249-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Apr 08 2014 23:16:59 GMT+0100 (GMT Summer Time)
249+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Wed Mar 15 2017 10:13:15 GMT+0000 (GMT Standard Time)
250250
</footer>
251251

252252
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)