Releases: Availity/availity-ekko
Releases · Availity/availity-ekko
v2.2.1
- Fix 206740e do not redirect if url property is missing from response configuration
- Dev decc469 bump deps
v2.2.0
- Improved: 0cccdf5 bump deps
- Improved: c0d4a27 Refactor logger with provider interface
- Fixed: cba52eb rename to .eslintrc.yaml
v2.1.0
Added
- #39 Allow Ekko to run as Express middleware
v2.0.0
Improved
Fixed
- #37 Removed multiple environment support
Added
Deprecated
Breaking
- Node
v5
or above required
- NPM
v3
required
v2.0.0-beta.1
Improved
- Node
v5
or above required
- NPM
v3
required
- d047f01, 64ac55a Switch to ES6 + ESLint
Fixed
- #37 Removed multiple environment support
Added
- 3fa5cfe Add support for plugins that can contribute routes and mock data
- 04f947c Allow Ekko to run with only plugins and no local routes
Deprecated
v1.3.0
Added
- 11bf3ec added events to requests and responses
v1.2.1
Improved
- 906a6aa update Improve Ekko log messages
v1.2.0
Added
- 04b4051 allow for multiple file paths for route configuration
- ee3b10a allow regex pattern matching for query params
- 5b6ec40, 6594e80 add server information to root path
/
Fixed
- 953e6d6 fix Lodash warning for runaway promise
Dev
- c02e83c, fb636ec remove gulp dependencies and move towards npm scripts
v1.1.0
Added
- a6007ac, b23aa86 support for matching routes by introspecting the request header