Skip to content

v4.0.0

Compare
Choose a tag to compare
@sdd sdd released this 17 May 19:26
· 20 commits to master since this release

MAJOR VERSION BUMP: due to the change in the minimum supported Node version from 7.6 to 8.

Contains the following changes:

  • corrected typescript definition for path property (@thwonghin)
  • updated typescript definitions, fix types/index.ts, make the type hint support more argument for koa-unless, such as `custom, ext, method (@buuug7)
  • dependency bumps and yarn.lock updates (@niftylettuce)
  • documentation code example typo fix (@Perlover)
  • stale link fixes (@ontouchstart)
  • removal of node 7 support (@3imed-jaberi)
  • A load of long-overdue documentation, config, formatting and CI changes 👍 (@3imed-jaberi)
  • Allow String arrays for Options.issuer (@raman-nbg)
  • koa-unless path supports strings, RegExps and arrays of these (typing issue). (@bmisiak)