Skip to content

Releases: marklogic/mlxprs

v3.1.0

27 Oct 18:06
Compare
Choose a tag to compare
  • fixes: #70. SJS debugging now streams modules if they're not available locally
  • other SJS debugging improvements

v3.0.4

09 Jun 16:37
Compare
Choose a tag to compare

v3.0.3

08 Jun 15:58
Compare
Choose a tag to compare
  • add "MarkLogic: Show module" command
  • fixes: #68. XQuery debugging now streams modules if they're not available locally

v3.0.2

27 May 15:17
Compare
Choose a tag to compare

Bugfix #67

v3.0.1

27 May 12:57
Compare
Choose a tag to compare

Fixes #10 by making repeated (async) efforts to format JSON and XML query results.

Fix for #10

26 May 09:34
Compare
Choose a tag to compare
Fix for #10 Pre-release
Pre-release

Addresses the asynchronous race condition (#10) in the vscode.executeFormatDocumentProvider.

This appears to work correctly now, in that JSON and XML query results are always formatted after they are received. But, since the bug occurred inconsistently, it would be good to get some user testing before releasing it.

XQuery debugging

22 May 17:55
Compare
Choose a tag to compare

Add XQuery debugging.

JavaScript debugging

20 Apr 12:51
Compare
Choose a tag to compare

Adds JavaScript debugging.

JS Debugging requires version 2.0.0+ of the MarkLogic extension and MarkLogic 10.0-4+

v1.2.2

18 Mar 08:39
Compare
Choose a tag to compare

Dependency updates and minor code cleanup

v1.2.1

17 Mar 09:43
Compare
Choose a tag to compare
  • bugfix: #17
  • bugfix: empty results aren't 'pending'