Nickel v0.5.0 Release Notes

Release Date: 2015-05-20 // almost 9 years ago
  • 🔋 Features

    • middleware impl Responder for StatusCode (2797359e)
    • response
      • allow Response::set to be used with MediaType (24e218a0)
      • add generic set method (182517b8)
      • add headers to access current Response headers (41b67346)
    • macro
      • add basic nickel_try! macro (a9705ad3)
      • allow _ pattern for request in macro parameters (227d0828)
      • stop ignoring unused macro parameters (d4e2420e)
      • make router! a recursive macro to increase flexibility (ce218afd)
    • Response Response::send can now take anything implementing ResponseFinalizer (62a118b1)
    • hyper update to hyper 0.4 (f35f7f06)
    • router add convenience methods for OPTIONS and PATCH (471dc1bc, closes #202)
    • travis test the README example in travis builds (c5986a11)