- Initial release
- Bugfix
- Support wildcard in rules
- Bugfix
- Allow content-type with charset
- Support dynamic rules
- BugFix
- Allow null and undefined in pattern rule
- Add SKIP_TEST option
- Add VERBOSE option
- Add requiredAllowEmptyString rule
- Support function in request params
- Bugfix
- date and datetime type doesn't work, if its format isn't default.
- Add badRequestAll method
- Add verbose log
- Bugfix of embeded parameter in endpoint.
- Bugfix of cookie handling
- Add list rule
- Mod login handling
- Mod some error message
- Bugfix: When the field value is object, datatype check was not correct.
- Add DataType: any
- Mod debug log
- Add httpClient#headers method
- Bugfix of 204 NoContent handling
- Add default headers/params support
- Some bugfix
- Support headers definition in request.
- Promisify request methodd
- Mod error messages
- Bugfix of content-length of non-ascii body
- Add forbidden method
- Add embedded rules in type.
- Bugfix of cookie handling
- Support mutlipart/form-data test
- Bugfix of array handling in mutlipart/form-data
- Add text/csv to ContentType
- Completely rewrite with TypeScript
- Reduce test output
- Remove unused features
- Add input parameter validation
- Add testCoverage method
- Support rails style arrayFormat