Skip to content

Releases: quickcase/node-toolkit

v0.8.2

10 Jul 16:35

Choose a tag to compare

Add not clause to query DSL

0.8.0

05 May 17:00

Choose a tag to compare

Changes

  • Build with Babel instead of ESM [#53]

0.7.1

29 Apr 09:07

Choose a tag to compare

Fixes

  • Align to document-store contract: Pass metadata as metadata property

0.7.0

27 Apr 21:59

Choose a tag to compare

Changes

  • Store access token on request when extracted as part of oauth2Guard middleware [#48]

New features

  • middlewareFactory to create ExpressJS middlewares [#49]

0.6.1

27 Apr 21:58

Choose a tag to compare

Fixes

  • Vulnerability issues linked to Jest and others

0.6.0

17 Mar 09:06

Choose a tag to compare

Features

  • Cache: useCache(config)
  • OAuth2: oauth2Guard(config)(req, res, next)
  • Definition: fetchCaseType(httpClient)(caseTypeId)()
  • Document: createDocument(httpClient)(metadata)
  • Document: getDocument(httpClient)(docId)

Dependencies

  • Fix advisory 1488

0.5.0 Redis Gateway

11 Mar 15:38

Choose a tag to compare

  • Redis Gateway: publishBatchMessage

0.4.0 Case Identifier Conversion

09 Mar 10:49

Choose a tag to compare

Features

  • Case: idTo36
  • Case: idFrom36
  • Case: isCaseIdentifier36

0.2.0 Case helpers and extended Search DSL

06 Feb 20:55

Choose a tag to compare

Features

  • Case: fetchCase
  • Case: isCaseIdentifier
  • Case: fieldExtractor
  • Field: isYes
  • Field: isNo
  • Search: new matchers:
    • is
    • contains
    • dateRange
    • equalsIgnoreCase
    • equalsAny
    • equalsAnyIgnoreCase

0.1.0

01 Feb 17:21

Choose a tag to compare

Features

  • Basic support for Search API v2, with:
    • and
    • or
    • equals
    • sortAsc
    • sortDesc
  • HttpClient module built on top of Axios with support for GET and POST

Documentation

  • Search module
  • HttpClient module