Releases: siberiacancode/mock-config-server
Releases · siberiacancode/mock-config-server
@3.1.1
Bug
- Missing index.ts file in application bundle (#87)
@3.1.0
Features
- Create mock database from config (#53)
- Add code minify (#65)
Bug
- Routes which contains headers with upper case characters does not work (#83)
@3.0.1
Bugs
- No dist directory in deploy processing bug (#78)
@3.0.0
Features
- Reduce size of images for 404 page enhancement (#75)
- Add conditions for entities (#59)
@2.4.0
Features
- Change default methods for cors (#70)
- Pretty view for not found page (#37)
- Add error handling (#66)
@2.2.0
Bug
- setDelay does not work (#36)
- Unexpected server interceptor behavior (#49)
Features
- Add api interceptor level (#41)
- New CLI option: path to config (#47)
- Restart server on config file change (#43)
Documentation Changes
- Add license and security policy (#38)
- Collision with existing package on start server via npx (#51)
@2.1.0
Core Changes
- Change file structure (#22)
- Shortcut command for start mock server (#34)
- Add support OPTIONS rest method (#30)
- Add support for data functions (#32)
- Helpers functions for response interceptors: cache and cookie (#26)
Analyzes
- Request caching (#24)
@2.0.2
Bugs
- Url suggestions do not work if less than two base urls are used (#19)
@2.0.1
Bugs
- Views directory does not exist in build (#13)
- Tests might fail if path.join return string with backslashes, fix path join for windows (#7)
@2.0.0
Core Changes
- Support GraphQL (#1)
- Start config error handling (#2)
- Handling errors when data is missing (#3)
Documentation Changes
- Updare ReadMe for [email protected] (#8)
Bugs
- Fix CORS middleware (#9)