mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
29 KiB
29 KiB
2.13.1 / 2021-01-04
fixes
- [
b5472f4] - fix: make ESM transpiled CommonJS play nice for TS folks, fix #1513 (#1518) (miwnwski <m@iwnw.ski>) - [
68d97d6] - fix: fixed order of vulnerability disclosure addresses (niftylettuce <niftylettuce@gmail.com>)
others
- [
b4398f5] - correct verb tense in doc (#1512) (Matan Shavit <71092861+matanshavit@users.noreply.github.com>) - [
39e1a5a] - fixed multiple grammatical errors in docs. (#1497) (Hridayesh Sharma <vyasriday7@gmail.com>) - [
aeb5d19] - docs: added niftylettuce@gmail.com to vulnerability disclosure (niftylettuce <niftylettuce@gmail.com>) - [
6e1093b] - docs: remove babel from readme (#1494) (miwnwski <m@iwnw.ski>) - [
38cb591] - docs: update specific for auto response status (AlbertAZ1992 <ziyuximing@163.com>) - [
2224cd9] - docs: remove babel ref. (#1488) (Imed Jaberi <imed_jebari@hotmail.fr>) - [
d51f983] - docs: fix assert example for response (#1489) (Imed Jaberi <imed_jebari@hotmail.fr>) - [
f8b49b8] - chore: fix grammatical and spelling errors in comments and tests (#1490) (Matt Kubej <mkubej@gmail.com>) - [
d1c9263] - deps: update depd >> v2.0.0 (#1482) (imed jaberi <imed_jebari@hotmail.fr>)
2.13.0 / 2020-06-21
features
- [
bbcde76] - feat: support esm (#1474) (ZYSzys <zhangyongsheng@youzan.com>)
others
- [
20e58cf] - test: imporve coverage to 100% (dead-horse <dead_horse@qq.com>) - [
4a40d63] - build: use prepare instead of prepublish (dead-horse <dead_horse@qq.com>) - [
226ba8c] - build: use prepublish instead of prepack (dead-horse <dead_horse@qq.com>)
2.12.1 / 2020-06-13
fixes
- [
e2030c7] - fix: Improve checks for Error in onerror handlers (#1468) (Julien Wajsberg <felash@gmail.com>)
others
- [
5208c5e] - chore: Use single console.error() statement in error handler (#1471) (Mike Vosseller <michael.vosseller@gmail.com>)
2.12.0 / 2020-05-18
features
- [
0d2f421] - feat: error handler treat err.statusCode as the same as err.status (#1460) (Vijay Krishnavanshi <vijaykrishnavanshi@gmail.com>) - [
8d52105] - feat: allow bodyless responses for non empty status codes (#1447) (ejose19 <8742215+ejose19@users.noreply.github.com>)
others
- [
faeaff5] - fox: removeerror-injectand fix error handling (#1409) (Konstantin Vyatkin <tino@vtkn.io>) - [
f7c732f] - docs: fixed incorrect onerror example (#1459) (Paul Annekov <paul.annekov@gmail.com>) - [
143d8f7] - Always use strict equality. (#1225) (Yazan Medanat <medanat@gmail.com>) - [
6b6b0dd] - docs(api): add app.use chainability note (#1449) (Zac Anger <zac@zacanger.com>) - [
8ddab48] - docs: Document response status with empty body (#1445) (Marc-Aurèle DARCHE <152407+madarche@users.noreply.github.com>) - [
7deedb2] - docs: Updating context.md with the latest cookies opts (#1433) (Brad Ito <phlogisticfugu@users.noreply.github.com>) - [
3e97a10] - docs(links): remove Google+ link (#1439) (laffachan <45162759+laffachan@users.noreply.github.com>) - [
eda2760] - build: Drop unused Travis sudo: false directive (#1416) (Olle Jonsson <olle.jonsson@gmail.com>)
2.11.0 / 2019-10-28
features
- [
422e539] - feat: support app.proxyIPHeader and app.maxIpsCount to make ctx.ips more security (Yiyu He <dead_horse@qq.com>) - [
d48d88e] - feat: implement response.has (#1397) (Konstantin Vyatkin <tino@vtkn.io>)
others
- [
4dc56f6] - chore: update ESLint and plugins/configs (#1407) (Konstantin Vyatkin <tino@vtkn.io>) - [
be7d334] - chore: removes code duplication at handling HEAD method (#1400) (Konstantin Vyatkin <tino@vtkn.io>) - [
f155785] - chore: supportwritableEnded(#1402) (Konstantin Vyatkin <tino@vtkn.io>) - [
b968688] - chore: add FUNDING.yml (#1403) (Konstantin Vyatkin <tino@vtkn.io>) - [
4f96829] - chore: remove isJSON in res.length (#1399) (Konstantin Vyatkin <tino@vtkn.io>) - [
8be5626] - build: enable codecov partial coverage and use bash uploader (#1396) (Konstantin Vyatkin <tino@vtkn.io>) - [
ef5c43b] - chore: use rest params (#1393) (Konstantin Vyatkin <tino@vtkn.io>)
2.10.0 / 2019-10-12
features
- [
d7f7f77] - feat: support sameSite=none cookies (bump cookies dependency) (#1390) (Filip Skokan <panva.ip@gmail.com>)
2.9.0 / 2019-10-12
features
- [
2d1c598] - feat: export HttpError from http-errors library (Micheal Hill <micheal.hill@trunkplatform.com>)
others
- [
cf70dbc] - Chore: Use https in readme (#1389) (谭九鼎 <109224573@qq.com>)
2.8.2 / 2019-09-28
fixes
- [
54e8fab] - fix: encode redirect url if not already encoded (#1384) (fengmk2 <fengmk2@gmail.com>)
others
- [
817b498] - test: fix body test (#1375) (Robert Nagy <ronagy@icloud.com>) - [
f75d445] - test: fix end after end (#1374) (Robert Nagy <ronagy@icloud.com>)
2.8.1 / 2019-08-19
fixes
- [
287e589] - fix: make options more compatibility (dead-horse <dead_horse@qq.com>)
2.8.0 / 2019-08-19
features
- [
5afff89] - feat: accept options in the Application constructor (#1372) (Jake <djakelambert@gmail.com>)
fixes
- [
ff70bdc] - fix: typo on document (#1355) (Jeff <jeff.tian@outlook.com>)
others
- [
3b23865] - docs: parameter of request.get is case-insensitive (#1373) (Gunnlaugur Thor Briem <gunnlaugur@gmail.com>) - [
a245d18] - docs: Update response.socket (#1357) (Jeff <jeff.tian@outlook.com>) - [
d1d65dd] - chore(deps): install egg-bin, mm as devDeps not deps (#1366) (Edvard Chen <pigeon73101@gmail.com>) - [
2c86b10] - test: remove jest and use egg-bin(mocha) (#1363) (Yiyu He <dead_horse@qq.com>) - [
219bf22] - docs(context): update link (#1354) (Peng Jie <bivinity.pengzjie@gmail.com>) - [
52a6737] - chore: ignore Intellij IDEA project files (#1361) (Imon-Haque <38266345+Imon-Haque@users.noreply.github.com>) - [
b9e3546] - docs(api): fix keygrip link (#1350) (Peng Jie <bivinity.pengzjie@gmail.com>) - [
d4bdb5e] - chore: update eslint and fix lint errors (dead-horse <dead_horse@qq.com>) - [
12960c4] - build: test on 8/10/12 (dead-horse <dead_horse@qq.com>) - [
00e8f7a] - docs: ctx.type aliases ctx.response, not ctx.request (#1343) (Alex Berk <berkalexanderc@gmail.com>) - [
62f29eb] - docs(context): update cookies link (#1348) (Peng Jie <dean.leehom@gmail.com>) - [
b7fc526] - docs: fix typo in cookie path default value docs (#1340) (Igor Adamenko <igoradamenko@users.noreply.github.com>) - [
23f7f54] - chore: simplify variable (#1332) (kzhang <godky@users.noreply.github.com>) - [
132c9ee] - docs: Clarify the format of request.headers (#1325) (Dobes Vandermeer <dobesv@gmail.com>) - [
5810f27] - docs: Removed Document in Progress note in Koa vs Express (#1336) (Andrew Peterson <andrew@andpeterson.com>) - [
75233d9] - chore: Consider removing this return statement; it will be ignored. (#1322) (Vern Brandl <tkvern@users.noreply.github.com>) - [
04e07fd] - test: Buffer() is deprecated due to security and usability issues. so use the Buffer.alloc() instead (#1321) (Vern Brandl <tkvern@users.noreply.github.com>) - [
130e363] - docs: use 'fs-extra' instead of 'fs-promise' (#1309) (rosald <35028438+rosald@users.noreply.github.com>) - [
2f2078b] - chore: Update PR-welcome badge url (#1299) (James George <jamesgeorge998001@gmail.com>)
2.7.0 / 2019-01-28
features
- [
b7bfa71] - feat: change set status assert, allowing valid custom statuses (#1308) (Martin Iwanowski <martin@iwanowski.se>)
others
- [
72f325b] - chore: add pr welcoming badge (#1291) (James George <jamesgeorge998001@gmail.com>) - [
b15115b] - chore: Reduce unnecessary variable declarations (#1298) (call me saisai <1457358080@qq.com>) - [
ad91ce2] - chore: license 2019 (dead-horse <dead_horse@qq.com>) - [
b25e79d] - Mark two examples as live for the corresponding documentation change in https://github.com/koajs/koajs.com/pull/38. (#1031) (Francisco Ryan Tolmasky I <tolmasky@gmail.com>) - [
d9ef603] - chore: Optimize array split (#1295) (Mikhail Bodrov <connormiha1@gmail.com>) - [
9be8583] - chore: replace ~~ with Math.trunc in res.length (option) (#1288) (jeremiG <gendronjeremi@gmail.com>) - [
7e46c20] - docs: add link to the license file (#1290) (James George <jamesgeorge998001@gmail.com>) - [
48993ad] - docs: Document other body types (#1285) (Douglas Wade <douglas.b.wade@gmail.com>) - [
acb388b] - docs: Add security vulnerability disclosure instructions to the Readme (#1283) (Douglas Wade <douglas.b.wade@gmail.com>) - [
a007198] - docs: Document ctx.app.emit (#1284) (Douglas Wade <douglas.b.wade@gmail.com>) - [
f90e825] - docs: response.set(fields) won't overwrites previous header fields(#1282) (Douglas Wade <douglas.b.wade@gmail.com>) - [
fc93c05] - docs: update readme to add babel 7 instructions (#1274) (Vikram Rangaraj <vik120@icloud.com>) - [
5560f72] - chore: use the ability ofcontent-typelib directly (#1276) (Jordan <mingmingwon@gmail.com>)
2.6.2 / 2018-11-10
fixes
- [
9905199] - fix: Status message is not supported on HTTP/2 (#1264) (André Cruz <andre@cabine.org>)
others
- [
325792a] - docs: add table of contents for guide.md (#1267) (ZYSzys <zyszys98@gmail.com>) - [
71aaa29] - docs: fix spelling in throw docs (#1269) (Martin Iwanowski <martin@iwanowski.se>) - [
bc81ca9] - chore: use res instead of this.res (#1271) (Jordan <mingmingwon@gmail.com>) - [
0251b38] - test: node v11 on travis (#1265) (Martin Iwanowski <martin@iwanowski.se>) - [
88b92b4] - doc: updated docs for throw() to pass status as first param. (#1268) (Waleed Ashraf <waleedashraf@outlook.com>)
2.6.1 / 2018-10-23
fixes
- [
4964242] - fix: use X-Forwarded-Host first on app.proxy present (#1263) (fengmk2 <fengmk2@gmail.com>)
2.6.0 / 2018-10-23
features
- [
9c5c58b] - feat: use :authority header of http2 requests as host (#1262) (Martin Michaelis <code@mgjm.de>) - [
9146024] - feat: response.attachment append a parameter: options from contentDisposition (#1240) (小雷 <863837949@qq.com>)
others
- [
d32623b] - docs: Update error-handling.md (#1239) (urugator <j.placek@centrum.cz>)
2.5.3 / 2018-09-11
fixes
- [
2ee32f5] - fix: pin debug@~3.1.0 avoid deprecated warnning (#1245) (fengmk2 <fengmk2@gmail.com>)
others
- [
2180839] - docs: Update koa-vs-express.md (#1230) (Clayton Ray <iamclaytonray@gmail.com>)
2.5.2 / 2018-07-12
- deps: upgrade all dependencies
- perf: avoid stringify when set header (#1220)
- perf: cache content type's result (#1218)
- perf: lazy init cookies and ip when first time use it (#1216)
- chore: fix comment & approve cov (#1214)
- docs: fix grammar
- test&cov: add test case (#1211)
- Lazily initialize
request.acceptand delegatecontext.accept(#1209) - fix: use non deprecated custom inspect (#1198)
- Simplify processes in the getter
request.protocol(#1203) - docs: better demonstrate middleware flow (#1195)
- fix: Throw a TypeError instead of a AssertionError (#1199)
- chore: mistake in a comment (#1201)
- chore: use this.res.socket insteadof this.ctx.req.socket (#1177)
- chore: Using "listenerCount" instead of "listeners" (#1184)
2.5.1 / 2018-04-27
- test: node v10 on travis (#1182)
- fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
- use this.response insteadof this.ctx.response (#1163)
- deps: remove istanbul (#1151)
- Update guide.md (#1150)
2.5.0 / 2018-02-11
- feat: ignore set header/status when header sent (#1137)
- run coverage using --runInBand (#1141)
- [Update] license year to 2018 (#1130)
- docs: small grammatical fix in api docs index (#1111)
- docs: fixed typo (#1112)
- docs: capitalize K in word koa (#1126)
- Error handling: on non-error throw try to stringify if error is an object (#1113)
- Use eslint-config-koa (#1105)
- Update mgol's name in AUTHORS, add .mailmap (#1100)
- Avoid generating package locks instead of ignoring them (#1108)
- chore: update copyright year to 2017 (#1095)
2.4.1 / 2017-11-06
- fix bad merge w/ 2.4.0
2.4.0 / 2017-11-06
UNPUBLISHED
- update
package.engines.nodeto be more strict - update
fresh@^0.5.2 - fix:
inspect()no longer crashescontext - fix: gated
res.statusMessagefor HTTP/2 - added:
app.handleRequest()is exposed
2.3.0 / 2017-06-20
- fix: use
Buffer.from() - test on node 7 & 8
- add
package-lock.jsonto.gitignore - run
lint --fix - add
request.headerin addition torequest.headers - add IPv6 hostname support
2.2.0 / 2017-03-14
- fix: drop
package.engines.noderequirement to >= 6.0.0- this fixes
yarn, which errors when this semver range is not satisfied
- this fixes
- bump
cookies@~0.7.0 - bump
fresh@^0.5.0
2.1.0 / 2017-03-07
- added: return middleware chain promise from
callback()#848 - added: node v7.7+
res.getHeaderNames()support #930 - added:
err.headerSentin error handling #919 - added: lots of docs!
2.0.1 / 2017-02-25
NOTE: we hit a versioning snafu. v2.0.0 was previously released,
so v2.0.1 is released as the first v2.x with a latest tag.
- upgrade mocha #900
- add names to
application's request and response handlers #805 - breaking: remove unused
app.name#899 - breaking: drop official support for node < 7.6
2.0.0 / ??????????
- Fix malformed content-type header causing exception on charset get (#898)
- fix: subdomains should be [] if the host is an ip (#808)
- don't pre-bound onerror [breaking change] (#800)
- fix
ctx.flushHeaders()to useres.flushHeaders()instead ofres.writeHead()(#795) - fix(response): correct response.writable logic (#782)
- merge v1.1.2 and v1.2.0 changes
- include
koa-convertso that generator functions still work- NOTE: generator functions are deprecated in v2 and will be removed in v3
- improve linting
- improve docs
2.0.0-alpha.8 / 2017-02-13
- Fix malformed content-type header causing exception on charset get (#898)
2.0.0-alpha.7 / 2016-09-07
- fix: subdomains should be [] if the host is an ip (#808)
2.0.0-alpha.6 / 2016-08-29
- don't pre-bound onerror [breaking change]
2.0.0-alpha.5 / 2016-08-10
- fix
ctx.flushHeaders()to useres.flushHeaders()instead ofres.writeHead()
2.0.0-alpha.4 / 2016-07-23
- fix
response.writeableduring pipelined requests
1.2.0 / 2016-03-03
- add support for
err.headersinctx.onerror()- see: https://github.com/koajs/koa/pull/668
- note: you should set these headers in your custom error handlers as well
- docs: https://github.com/koajs/koa/blob/master/docs/error-handling.md
- fix
cookies' detection of http/https - deprecate
app.experimental = true. Koa v2 does not use this signature. - add a code of conduct
- test against the latest version of node
- add a lot of docs
1.1.2 / 2015-11-05
- ensure parseurl always working as expected
- fix Application.inspect() – missing .proxy value.
2.0.0-alpha.3 / 2015-11-05
- ensure parseurl always working as expected. #586
- fix Application.inspect() – missing .proxy value. Closes #563
2.0.0-alpha.2 / 2015-10-27
- remove
coand generator support completely - improved documentation
- more refactoring into ES6
2.0.0-alpha.1 / 2015-10-22
- change the middleware signature to
async (ctx, next) => await next() - drop node < 4 support and rewrite the codebase in ES6
1.1.1 / 2015-10-22
- do not send a content-type when the type is unknown #536
1.1.0 / 2015-10-11
- add
app.silent=<Boolean>to toggle error logging @tejasmanohar #486 - add
ctx.origin@chentsulin #480 - various refactoring
- add
use stricteverywhere
- add
1.0.0 / 2015-08-22
- add
this.reqcheck forquerystring() - don't log errors with
err.expose koanow follows semver!
0.21.0 / 2015-05-23
- empty
request.queryobjects are now always the same instance - bump
fresh@0.3.0
0.20.0 / 2015-04-30
Breaking change if you're using this.get('ua') === undefined etc.
For more details please checkout #438.
- make sure helpers return strict string
- feat: alias response.headers to response.header
0.19.1 / 2015-04-14
- non-error thrown, fixed #432
0.19.0 / 2015-04-05
req.hostandreq.hostnamenow always return a string (semi-breaking change)- improved test coverage
0.18.1 / 2015-03-01
- move babel to
devDependencies
0.18.0 / 2015-02-14
- experimental es7 async function support via
app.experimental = true - use
content-typeinstead ofmedia-typer
0.17.0 / 2015-02-05
Breaking change if you're using an old version of node v0.11! Otherwise, you should have no trouble upgrading.
- official iojs support
- drop support for node.js
>= 0.11.0 < 0.11.16 - use
Object.setPrototypeOf()instead of__proto__ - update dependencies
0.16.0 / 2015-01-27
- add
res.append() - fix path usage for node@0.11.15
0.15.0 / 2015-01-18
- add
this.href
0.14.0 / 2014-12-15
- remove
x-powered-byresponse header - fix the content type on plain-text redirects
- add ctx.state
- bump
co@4 - bump dependencies
0.13.0 / 2014-10-17
- add this.message
- custom status support via
statuses
0.12.2 / 2014-09-28
- use wider semver ranges for dependencies koa maintainers also maintain
0.12.1 / 2014-09-21
- bump content-disposition
- bump statuses
0.12.0 / 2014-09-20
- add this.assert()
- use content-disposition
0.11.0 / 2014-09-08
- fix app.use() assertion #337
- bump a lot of dependencies
0.10.0 / 2014-08-12
- add
ctx.throw(err, object)support - add
ctx.throw(err, status, object)support
0.9.0 / 2014-08-07
- add: do not set
err.exposeto true when err.status not a valid http status code - add: alias
request.headersasrequest.header - add context.inspect(), cleanup app.inspect()
- update cookies
- fix
err.statusinvalid lead to uncaughtException - fix middleware gif, close #322
0.8.2 / 2014-07-27
- bump co
- bump parseurl
0.8.1 / 2014-06-24
- bump type-is
0.8.0 / 2014-06-13
- add `this.response.is()``
- remove
.status=stringandres.statusString#298
0.7.0 / 2014-06-07
- add
this.lastModifiedandthis.etagas both getters and setters for ubiquity #292. See koajs/koa@4065bf7 for an explanation. - refactor
this.response.vary()to use vary #291 - remove
this.response.append()#291
0.6.3 / 2014-06-06
- fix res.type= when the extension is unknown
- assert when non-error is passed to app.onerror #287
- bump finished
0.6.2 / 2014-06-03
- switch from set-type to mime-types
0.6.1 / 2014-05-11
- bump type-is
- bump koa-compose
0.6.0 / 2014-05-01
- add nicer error formatting
- add: assert object type in ctx.onerror
- change .status default to 404. Closes #263
- remove .outputErrors, suppress output when handled by the dev. Closes #272
- fix content-length when body is re-assigned. Closes #267
0.5.5 / 2014-04-14
- fix length when .body is missing
- fix: make sure all intermediate stream bodies will be destroyed
0.5.4 / 2014-04-12
- fix header stripping in a few cases
0.5.3 / 2014-04-09
- change res.type= to always default charset. Closes #252
- remove ctx.inspect() implementation. Closes #164
0.5.2 / 2014-03-23
- fix: inspection of
appandapp.toJSON() - fix: let
this.thrown errors provide their own status - fix: overwriting of
content-typew/HEADrequests - refactor: use statuses
- refactor: use escape-html
- bump dev deps
0.5.1 / 2014-03-06
- add request.hostname(getter). Closes #224
- remove response.charset and ctx.charset (too confusing in relation to ctx.type) [breaking change]
- fix a debug() name
0.5.0 / 2014-02-19
- add context.charset
- add context.charset=
- add request.charset
- add response.charset
- add response.charset=
- fix response.body= html content sniffing
- change ctx.length and ctx.type to always delegate to response object [breaking change]
0.4.0 / 2014-02-11
- remove app.jsonSpaces settings - moved to koa-json
- add this.response=false to bypass koa's response handling
- fix response handling after body has been sent
- changed ctx.throw() to no longer .expose 5xx errors
- remove app.keys getter/setter, update cookies, and remove keygrip deps
- update fresh
- update koa-compose
0.3.0 / 2014-01-17
- add ctx.host= delegate
- add req.host=
- add: context.throw supports Error instances
- update co
- update cookies
0.2.1 / 2013-12-30
- add better 404 handling
- add check for fn._name in debug() output
- add explicit .toJSON() calls to ctx.toJSON()
0.2.0 / 2013-12-28
- add support for .throw(status, msg). Closes #130
- add GeneratorFunction assertion for app.use(). Closes #120
- refactor: move
.is()totype-is - refactor: move content negotiation to "accepts"
- refactor: allow any streams with .pipe method
- remove
nextin callback for now
0.1.2 / 2013-12-21
- update co, koa-compose, keygrip
- use on-socket-error
- add throw(status, msg) support
- assert middleware is GeneratorFunction
- ducktype stream checks
- remove
nextisapp.callback()
0.1.1 / 2013-12-19
- fix: cleanup socker error handler on response