Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
[![npm downloads](https://img.shields.io/npm/dw/@terminusdb/terminusdb-client?color=red&label=npm%20package&logo=npm&style=flat)](https://www.npmjs.com/package/@terminusdb/terminusdb-client)
[![Coverage Status](https://coveralls.io/builds/76119876/badge)](https://coveralls.io/builds/76119876)

> This repository is for the JavaScript client library for TerminusDB and
> TerminusCMS.
> This repository is for the JavaScript client library for TerminusDB

[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database and document store. It allows you to link JSON documents in a powerful knowledge graph all through a simple document API.
[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database and document store. It allows you to link and process structured and unstructured JSON documents in a powerful knowledge graph all through a simple document API.

[terminusdb]: https://terminusdb.org/
[terminusdb-docs]: https://terminusdb.org/docs/
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# TerminusDB Client v12.0.0
## New 🚀
* Add WOQL `slice()`, and `idgen_random()` operators

## Fixes and maintenance
* Update with latest security fixes
* Follow latest release of TerminusDB v12.0.0
* Make `dot()` operator work correctly again
* Fix handling of list-nested WOQL document templates (#346)
* Make VarUnique process correctly

# TerminusDB Client v11.1.2
## Fixes
* Adjust the release process to include version update task
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terminusdb/terminusdb-client",
"version": "11.1.2",
"version": "12.0.0",
"description": "TerminusDB client library",
"main": "index.js",
"types": "./dist/typescript/index.d.ts",
Expand Down