Releases: siberiacancode/mock-config-server
Releases · siberiacancode/mock-config-server
@4.0.3
Bugs
- Undefined port if port not set in flat config (#225)
- request.context not set for GraphQL requests (#226)
@4.0.2
Bugs
- First element in flat config always seperate (#219)
@4.0.1
Bugs
- Crush if send empty body in POST request (#216)
@4.0.0
Features
- Experimental: Flat config (#187)
- Add 'oneOf' parameter into descriptor (#134)
- Logger for rest and graphl routes (#102)
- Get database orm in interceptor (#151)
- Add new eslint 9 package (#185)
- Polling for files (#158)
- Response interceptor: get request headers (#179)
Bug
- Remove array as graphql variables possible value (#196)
- Correctly handle empty/errored body (#195)
Other
- Move validation to create functions (#192)
- Delete pages from source code (#106)
@3.7.1
Bug
- Context middleware throw error on non-GET/POST requests (#204)
@3.7.0
Feature
- Logger for rest and graphl routes (#102)
@3.6.1
Bug
- Requests with url params can overwrite similar requests without params (#184)
@3.6.0
Features
- Migrate to vitest from jest (#172)
- Request interceptor for routes (#176)
Bug
- It crashes when you combine pagination and sorting (#173)
- Filter returns nothing if value is an array (#178)
@3.5.0
Features
- using swc instead of babel (#164)
Bug
- init error: templatePath is valid only for development (#165)
@3.4.1
Bugs
Config BaseURL (#161)