UNPKG

@nearform/trail-hapi-plugin

Version:

Hapi plugin for the audit trail logging service

35 lines (26 loc) 2.92 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # 6.0.0 (2021-05-03) ### Bug Fixes * API page parameter minimum value is 0. Fixes [#9](https://github.com/nearform/trail/issues/9). [[#9](https://github.com/nearform/trail/issues/9)] [[#9](https://github.com/nearform/trail/issues/9)] ([a9eaae5](https://github.com/nearform/trail/commit/a9eaae5493a7928b2f2328ade7a67eb1bdf6a787)) * audit fix, upgrade inert ([4a6a0de](https://github.com/nearform/trail/commit/4a6a0de254e1ea59a3f8b543730d32c3fe35e0ba)) * code formatting ([ab8d9d5](https://github.com/nearform/trail/commit/ab8d9d5bd3abcd7670048495b37fb505ca27888c)) * config upgrade ([f53e34c](https://github.com/nearform/trail/commit/f53e34ce575ce95afd5e7e131e581c36b96318c6)) * custom validation error messages ([ea71b09](https://github.com/nearform/trail/commit/ea71b09b081da20e65a21065751333285de9ce3c)) * dependency issues, upgrade boom ([861bc15](https://github.com/nearform/trail/commit/861bc15f58739b168bf74cccdb770c2ebf864916)) * fix schema generation for swagger ([af892c5](https://github.com/nearform/trail/commit/af892c55c0bf42052ee3827185e1dc8efcd288b6)) * formatting ([70e5e5a](https://github.com/nearform/trail/commit/70e5e5afa1dc567ab9b5c7e82c37e13bb215728e)) * plugin config for unit tests ([ff8f330](https://github.com/nearform/trail/commit/ff8f33029a9fc446e3ff805981552af96b614a59)) * readme indentation ([36d4f97](https://github.com/nearform/trail/commit/36d4f97245b64a6b908e1fe0f6556a02b3310f3b)) * Removed coveralls since does not support lerna monorepos. ([1abebc8](https://github.com/nearform/trail/commit/1abebc8ace790b2c3370faebcff186bacb80197a)) * Removed useless async. ([911a0f8](https://github.com/nearform/trail/commit/911a0f806f66e2c7c8c1b8f6a7e607daab63ec46)) * required node version ([455af9e](https://github.com/nearform/trail/commit/455af9ecda089fb6d5c303c1039d16102f32e7c7)) * Return 200 with empty array for searches with no results. ([2e96b0b](https://github.com/nearform/trail/commit/2e96b0b898f5890db95362394910bf6e0b18ac06)) * root package dependency upgrades ([595ad4e](https://github.com/nearform/trail/commit/595ad4e965522a478461be5704a017e79b771e40)) * undo indentation ([471075d](https://github.com/nearform/trail/commit/471075da9b425a2080dd3c7aefcf3769a97f82b2)) * use strict ([fb67c49](https://github.com/nearform/trail/commit/fb67c49407d91c2a9f9cab62fd07fd70069d02f9)) * **ci:** Fix depcheck false positive. ([bb53ffc](https://github.com/nearform/trail/commit/bb53ffc44932f32b03de936e90c9721012f67884)) ### Features * **test:** Switched to lab+code+sinon for testing. ([2fef169](https://github.com/nearform/trail/commit/2fef1693b983f323b6035459caf8735dc4aef342)) * Add enumeration API to trail-hapi-plugin. ([c1fb32c](https://github.com/nearform/trail/commit/c1fb32c19ce96584182c72d40c0aaee0f21c691a))