Skip to content

Latest commit

 

History

History
69 lines (29 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

69 lines (29 loc) · 2.41 KB

Change Log

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

2.2.1 (2019-03-28)

Note: Version bump only for package Mimic

2.2.0 (2019-03-28)

Features

  • Added CodeEditor component for rich code editing (#26) (d017107)

2.1.0 (2018-12-13)

Bug Fixes

  • mimic-cli: added mimic-graphql dependency (#19) (658251c), closes #15
  • mimic-graphql: fixed interface and union definitions (#21) (e85e6a0)
  • mimic-thrift: fixed incorrect exception encoding in response (83e02fd)
  • fix keys with the same name in tree-view (#22) (4764ba4), closes #11

Code Refactoring

  • return exception when mimic response is not found (911a69d)

BREAKING CHANGES

  • The behavior has been altered to raise an exception when a call to an unregistered method is placed to a mimic service.

2.0.3 (2018-10-25)

Bug Fixes

2.0.2 (2018-10-24)

Bug Fixes