1. Fix bug in management UI resource editor 2. Proper support for query string written in `path` option
0.8
1. [Management API/UI](Management.md) Improvements: 1. Overall visual look tuning 1. change config editor component in management UI 1. YAML format for unhandled requests 1. allow editing resource files via mgmt API/UI 1. traffic log API & viewer 1. mgmt UI change config global section didn't work 1. report error in case config apply fails 1. add UI for /tag management API 1. Improve stats display
1. `fallbackTo` [option for service](Configuring.mdfallback-to) to help generate configuration 1. "Hello. I'm Mockintosh" in `x-mockintosh-prompt` header as sign of mock involved 1. use proper `async` style for Tornado functions 1. get rid of default config that runs with no params `mockintosh` command 1. ctrl+c to produce debug message only
0.7
1. [Management API](Management.md) to get/set config, see stats, quick trying 1. [Performance/Chaos Profiles](Configuring.mdperformancechaos-profiles) 1. [Tagging responses](Configuring.mdtagged-responses) of endpoint 1. referencing multipart/urlencoded fields in matchers and templates
0.6.2
1. Series of bugfixes
0.6.1
1. Document template helpers: random, dates, names, addresses etc 1. Better error reporting for wrong templates 1. Polish and document `faker` usage 1. Allow overriding port via env var `MOCKINTOSH_FORCE_PORT`
0.5.1
1. Dataset support 1. SSL support 1. Ability to match request body by regexp 1. Counter functions 1. `random.*` templates 1. keep unsupported templates as-is 1. Support for running single service from config, selected by its comment 1. respond 400/405 if path matched, but method/header/qstr/body did not match 1. How do I do jsonPath extraction from request body?