v4.0.0
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)