Releases: terminusdb/terminusdb-client-js
Releases · terminusdb/terminusdb-client-js
TerminusDB Javascript Client v12.0.5
TerminusDB client v12.0.3
- Client is now renamed to simple
terminusdbas of version 12.0.3.
Documentation:
- Fix documentation generation for 12 onwards by @hoijnet in #353
- Add documentation link to group_by predicate by @hoijnet in #356
Features:
- Rdf list operators library by @hoijnet in #357
- Add prefix management by @hoijnet in #360
- Add range queries with triple_slice/slice_rev/next/previous by @hoijnet in #366
- Add WOQL
collectpredicate by @hoijnet in #367
Maintenance:
- Security update for development dependency by @hoijnet in #359
- Workaround for failed coveralls by @hoijnet in #370
- Bump diff by @dependabot[bot] in #361
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #362
- Bump webpack from 5.99.6 to 5.105.0 by @dependabot[bot] in #363
- Bump axios from 1.12.0 to 1.13.5 by @dependabot[bot] in #364
- Bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #365
Full Changelog: v12.0.1...v12.0.3
TerminusDB Client v12.0.1
New 🚀
- Add WOQL predicates:
set_difference(operates on a set, takes lists)set_intersection(operates on a set, takes lists)set_union(operates on a set, takes lists)set_member(operates on a set, takes set, prepare with list_to_set)list_to_set(converts a list to a set)
Fixes and maintenance
- bump latest packages with security fixes
TerminusDB Client v12.0.0
New 🚀
- Add WOQL
slice(), andidgen_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)
Full Changelog: v11.1.2...v12.0.0
TerminusDB Client v11.1.2
TerminusDB Client v11.1.2
Fixes
- Adjust the release process to include version update task
- Fix typescript generation and add ci tests to prevent similar errors in the future.
TerminusDB Client v11.1.1.1
Pushing an extra patch to publish it. It's the same client as 11.1.1!
New 🚀
- Enable string-based CSV resources (not only from local files)
- Increased test coverage from 30% to 59%
- Deprecated Node 18, lowest supported is now Node 20
- Handling of remotes is now supported in the client
- New:
vars_unique()produces unique variables, complement tovars() - Add evaluate() to fluent style WOQL queries
Fixes 🚧
- Update dependencies follow-redirects, webpack-dev-middleware, axios, braces, semver, micromatch, cross-spawn, word-wrap, on-headers, compression, form-data
- Fixes axios upgrade issues, incl. content-type casing error, buffer
- Fixes inconsistency with removed_quad keyword (DeleteQuad in WOQL)
- Fluent vs functional style inconsistency with from() fixed
- Clean up code and improve test suites
- Documentation fixes and updates
- Fix variable name mismatches in from() and length() methods
- Verified xsd:double handled correctly in conjunction with terminusdb server
New Contributors
- @alexander-mart made their first contribution in #314
Full Changelog: v.10.0.33...v11.1.1
TerminusDB Client v11.1.1
New 🚀
- Enable string-based CSV resources (not only from local files)
- Increased test coverage from 30% to 59%
- Deprecated Node 18, lowest supported is now Node 20
- Handling of remotes is now supported in the client
- New:
vars_unique()produces unique variables, complement tovars() - Add evaluate() to fluent style WOQL queries
Fixes 🚧
- Update dependencies follow-redirects, webpack-dev-middleware, axios, braces, semver, micromatch, cross-spawn, word-wrap, on-headers, compression, form-data
- Fixes axios upgrade issues, incl. content-type casing error, buffer
- Fixes inconsistency with removed_quad keyword (DeleteQuad in WOQL)
- Fluent vs functional style inconsistency with from() fixed
- Clean up code and improve test suites
- Documentation fixes and updates
- Fix variable name mismatches in from() and length() methods
- Verified xsd:double handled correctly in conjunction with terminusdb server
New Contributors
- @alexander-mart made their first contribution in #314
Full Changelog: v.10.0.33...v11.1.1
v10.0.33
v.10.0.32: Merge pull request #288 from terminusdb/fix-type
Make AccessControl manageCapability scopeType param optional