Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
86 lines (68 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

86 lines (68 loc) · 7.08 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

next

  • add TS types

6.0.0 (2021-05-03)

Bug Fixes

  • add env vars to travis config (d04169f)
  • API page parameter minimum value is 0. Fixes #9. [#9] [#9] (a9eaae5)
  • audit fix, upgrade inert (4a6a0de)
  • ci build failing due to dependency issues (9bfd557)
  • code formatting (ab8d9d5)
  • config upgrade (f53e34c)
  • Correctly interpolate queries. (fda0ac3)
  • custom validation error messages (ea71b09)
  • dependency (16043a5)
  • dependency issues, upgrade boom (861bc15)
  • disable leak test on graphql plugin (1df055b)
  • fix schema generation for swagger (af892c5)
  • formatting (70e5e5a)
  • formatting (2845c49)
  • formatting (09a2185)
  • formatting (2a09d8d)
  • json graphql type warning fix (80fe749)
  • Lint fix. (d8c3c1c)
  • linting issues (667d6b4)
  • local testing (ade956a)
  • missing dev dependencies (2481667)
  • move binaries to trail-core (b2643ef)
  • npm audit reported vulnerabilities (7ba67e5)
  • pass ts globals to lab test (f883398)
  • plugin config for unit tests (ff8f330)
  • readme indentation (36d4f97)
  • removed commented code (32a6b56)
  • Removed coveralls since does not support lerna monorepos. (1abebc8)
  • removed debug (6ec613b)
  • Removed useless async. (911a0f8)
  • required node version (455af9e)
  • restore missing plugin tests (ebbd26d)
  • Return 200 with empty array for searches with no results. (2e96b0b)
  • root package dependency upgrades (595ad4e)
  • typo in swagger spec response (65a6653)
  • undo indentation (471075d)
  • unused dependency (0eba2f1)
  • unused dependency (7760b0f)
  • update min versions in readme (7fb8142)
  • update travis node version, bump package version (bec8028)
  • upgrade pino (c40cb2c)
  • use long names for trail graphql resolvers (cc4df72)
  • use new settings (77ff62f)
  • use strict (fb67c49)
  • ci: Fix depcheck false positive. (bb53ffc)
  • ci: Fix run script. (c07e2fb)

Features

  • register migration script as bin (4f9ac36)
  • core: search with case insensitiveness (#12) (f1c60a1)
  • test: Switched to lab+code+sinon for testing. (2fef169)
  • Add enumeration API to trail-hapi-plugin. (c1fb32c)
  • Added the enumerate API to the trail-core module. (2cb1b31)

2019-06-01 / 2.0.0

  • feat(core): Breaking remove the undocumented config property of TrailsManager instances
  • feat(core): search with exact match
  • feat(core): search with case insensitiveness
  • fix(core): do not load config when connection pool is provided
  • fix(core): error when migrating with numerical version
  • fix(core): TrailsManager.get() does not return id

2018-05-21 / 1.0.0

  • Initial version.