Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 431 Bytes

CHANGELOG.md

File metadata and controls

9 lines (5 loc) · 431 Bytes

v2.0.0

  • The documentation now uses uppercase http verbs instead of lowercase ones (r:match('GET', ...) instead of r:match('get', ...))
  • The shortcut methods now define uppercase http verbs. In other words, r:get(...) is equivalent to r:match('GET', ...) instead of r:match('get', ...). This is a backwards-incompatible change, hence the version bump.

v2.0.1

  • Throws an error when an unknown verb gets received