All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.16.3 (2020-05-14)
0.16.2 (2020-05-14)
- skip Nuntio processing for streams (5b5478b)
0.16.1 (2020-03-14)
- prefix queryString with '?' (231fe3f)
0.16.0 (2020-03-14)
- page.{prev,next} type has changed from string to object w/ shape
{ url, query, queryString }
- return url, query & queryString for page.{prev,next} (521945b)
0.15.0 (2020-03-08)
- deps: bump handlebars from 4.1.2 to 4.5.3 (ad27504)
- return relative URLs for better linking (6f0007c)
0.14.0 (2020-03-08)
- return relative URLs for better linking (059b6a0)
0.13.2 (2019-12-11)
- log all errors when option enabled (1d82915)
0.13.1 (2019-12-11)
0.13.0 (2019-12-11)
- add default error message (0e24748)
- deps: bump lodash.template from 4.4.0 to 4.5.0 (493bd4b)
- add toJSON method to nuntio errors (3b49d18)
0.12.0 (2019-10-18)
- support calling Nuntio.error w/ status code only (7b45441)
0.11.1 (2019-10-12)
- better message support for Nuntio.end() (dad45b5)
0.11.0 (2019-10-12)
- default Nuntio.end data to null. (597e38b)
0.10.0 (2019-10-12)
- allow setting body in static end(). (d108005)
0.9.1 (2019-10-12)
- skip nuntio wrapper during end (6dbc4dd)
0.9.0 (2019-10-12)
- add static end fn (aa022cf)
0.8.0 (2019-09-06)
- only use middleware to wrap success body for JSON responses (7bf9769)
0.7.0 (2019-07-19)
0.6.0 (2019-05-31)
- add files config to package.json (6d07f8b)
0.5.0 (2019-05-29)
- auto-build next/prev based on ctx/ctx.page (a24ada7)
0.4.0 (2019-05-29)
- add option to catch non-nuntio errors, expose them (4ba266f)
0.3.1 (2019-05-29)
0.3.0 (2019-05-29)
- add koa as peer dep (644bfa1)
- rename harald as nuntio (fc24952)
- add commitlint, prettier & standard-version (252f071)
- initial commit for harald in index.js (480de72)