Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 496 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 496 Bytes

v2.0.0 (2017-01-16)

Breaking Changes

  • Node.js >=5 only
  • PR#18: Getting/setting values will now affect the request context only. Existing domains are not used anymore. This breaks if your code accessed values in domains not created by the middleware. See the pull request for further details.

Changes

  • add linting
  • updated docs and README
  • started changelog :)