koa-json-success
Version:
JSON API response format for KOA 2
34 lines (24 loc) • 790 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.2] - 2024-07-18
- Fixed status message
## [1.3.1] - 2019-01-25
- Fixed possible CORB issue when use JSONP
## [1.3.0] - 2018-10-15
- Now all method returns response object
## [1.2.2] - 2018-03-07
- Improved JSONP options
## [1.2.1] - 2017-09-08
- Updated dependencies
## [1.2.0] - 2017-09-08
- Added quick status code methods
## [1.1.0] - 2017-09-01
- Added JSONP support
## [1.0.0] - 2017-09-01
- Added `ctx.successIf`
- Added `ctx.successIfNotEmpty`
- Added API documentation
## [0.1.0] - 2017-08-31
- First release