Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
173 lines (78 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

173 lines (78 loc) · 7.17 KB

Changelog

1.6.1 (2023-09-29)

Bug Fixes

  • allow mock test kit api to bind to 0.0.0.0 in docker container (37ec80b)

1.6.0 (2023-01-18)

Features

  • add support for public route with static files that can be redirected to (539268e)

1.5.3 (2022-11-01)

Bug Fixes

  • reverting to support for amd only (e464f41)

1.5.2 (2022-11-01)

Bug Fixes

  • add matrix for multi arch builds (e749191)

1.5.1 (2022-11-01)

Bug Fixes

  • only support amd and arm in base image (2821282)

1.5.0 (2022-11-01)

Features

  • only support amd and arm (db8286f)

1.4.0 (2022-11-01)

Features

  • add multi architecture builds (0ec77d1)

1.3.0 (2022-10-31)

Features

  • add proxy functionality (27281a1)

1.2.0 (2022-10-19)

Features

  • add function expression base64Encode (8eeecf8)

1.1.1 (2022-10-12)

Bug Fixes

  • handle buffers in websocket msg and do not default reply (37261b1)

1.1.0 (2022-10-11)

Features

  • add websocket support (1391ecf)
  • docs: update README.md to use v1 specs (b436160)

1.0.1 (2022-09-13)

Bug Fixes

  • failed to build on publish (81e68ad)

1.0.0 (2022-09-13)

⚠ BREAKING CHANGES

  • update to use expressions in utils and add headers

Features

  • add mock-test-kit-core package (95b0024)

Code Refactoring

  • update to use expressions in utils and add headers (3afbee5)

0.4.0 (2022-08-27)

Features

  • development: add linting (b3ade11)
  • development: add prettier (e60c817)

Bug Fixes

  • update peerDeps and build with production to produce smaller docker image in mock-test-kit-api (a6e1239)

0.3.0 (2022-08-27)

Features

  • add ability to read all json files recursively in target directory (b7636f9)

0.2.0 (2022-08-27)

Features

  • add watch mode to mock-test-kit-api (9b07f7f)

0.1.4 (2022-08-25)

Bug Fixes

  • remove sha label from api docker image (1e6fc1a)

0.1.3 (2022-08-25)

Bug Fixes

  • add latest tag to API docker image (b43f610)

0.1.2 (2022-08-25)

Bug Fixes

  • adjust permissions in release-please (69edb96)
  • update dockerfiles (0d06ee8)

0.1.1 (2022-08-25)

Bug Fixes

  • update publish workflows to use correct tags (119967c)

0.1.0 (2022-08-25)

Features

  • Add substitutions, functions jwt and now, tests, and docs (bde7083)
  • Initial commit (996612e)

Bug Fixes

  • Naming in dockerfile (2118679)
  • retry v0.0.1 (018451c)
  • Try another solution for building base image (68946c9)