Skip to content

Releases: koajs/csrf

v5.0.1

02 Jul 05:14
v5.0.1
0b87e99
Compare
Choose a tag to compare

v5.0.0

02 Jul 04:13
v5.0.0
6c6ca10
Compare
Choose a tag to compare
  • feat: removed invalidTokenMessage and invalidTokenStatusCode, added errorHandler function option 495bf75
  • feat: added ctx.state._csrf, removed ctx.csrf, ctx._csrf, and ctx.response.csrf (fixes #50) db4df33

v4.0.1...v5.0.0

v4.0.1

02 Jul 01:55
v4.0.1
8265e53
Compare
Choose a tag to compare
  • fix: removed ctx.state support due to getter issues d0586c1

v4.0.0...v4.0.1

v4.0.0

01 Jul 23:45
v4.0.0
1a1d5cc
Compare
Choose a tag to compare
  • feat: add support for ctx.state.csrf (backwards compatible), modernize repo, require node >=14 4b41239
  • Refactor to koa middleware style (#61) 3d5a2dc
  • Bump trim-off-newlines from 1.0.1 to 1.0.3 (#73) 9219e70
  • Bump node-fetch from 2.6.1 to 2.6.7 (#74) 29db739
  • Bump ajv from 6.10.2 to 6.12.6 (#72) 6218639
  • Bump tar from 4.4.15 to 4.4.19 (#71) 7465d7d
  • Bump path-parse from 1.0.6 to 1.0.7 (#70) 3d55f6a
  • Bump tar from 4.4.10 to 4.4.15 (#69) 9e84d35
  • Bump hosted-git-info from 2.8.4 to 2.8.9 (#65) 5ad3c0b
  • Bump browserslist from 4.7.0 to 4.16.6 (#67) 6bf7469
  • Bump normalize-url from 4.3.0 to 4.5.1 (#68) 4007035
  • Bump handlebars from 4.5.3 to 4.7.7 (#64) fc122a8
  • Bump ini from 1.3.5 to 1.3.7 (#60) b39bfe7
  • Bump y18n from 4.0.0 to 4.0.1 (#62) c1266f6
  • Bump node-fetch from 2.6.0 to 2.6.1 (#59) 51f7967
  • Bump codecov from 3.6.5 to 3.7.1 (#58) 5c43778
  • Bump acorn from 6.3.0 to 6.4.1 (#53) 4ac3e14
  • Bump handlebars from 4.2.0 to 4.5.3 (#51) a057d8f
  • Bump codecov from 3.5.0 to 3.6.5 (#52) 9611c00

v3.0.8...v4.0.0

v3.0.8

09 Sep 20:59
v3.0.8
23e3d41
Compare
Choose a tag to compare
  • fix: fixed yarn.lock per #48 1baca4c
  • Remove auto-bind dependency. (#48) 7dc7b2d
  • docs: fixed typo d798482
  • fix: dleeted old .eslintrc file in test folder from mocha 1c4de53
  • fix: removed node v6 from travis tests 7f9d224

v3.0.7...v3.0.8

v3.0.7

13 Jan 11:27
v3.0.7
3cbc46b
Compare
Choose a tag to compare

Patches

  • Add missing import: #42
  • Added some jsdocs: #43
  • Feat: refactoring, added support for ctx argument to messages: 6fc2c39
  • Fix: fixes options (closes #44 and closes #45): 2603f32

Credits

Huge thanks to @ASplayer9119 and @evert for helping!