Sinatra v1.4.3 Release Notes

Release Date: 2013-06-07 // almost 11 years ago
    • Running a Sinatra file directly or via run! it will now ignore an empty $PORT env variable. (noxqsgit)

    • Improve documentation. (burningTyger, Patricio Mac Adden, Konstantin Haase, Diogo Scudelletti, Dominic Imhof)

    • Expose matched pattern as env["sinatra.route"]. (Aman Gupta)

    • Fix warning on Ruby 2.0. (Craig Little)

    • Improve running subset of tests in isolation. (Viliam Pucik)

    • Reorder private/public methods. (Patricio Mac Adden)

    • Loosen version dependency for rack, so it runs with Rails 3.2. (Konstantin Haase)

    • Request#accept? now returns true instead of a truthy value. (Alan Harris)