Sinatra v2.0.8 Release Notes

Release Date: 2020-01-01 // about 4 years ago
    • ๐Ÿ›  Lookup Tilt class for template engine without loading files #1558. Fixes #1172 by Jordan Owens

    • โž• Add request info in NotFound exception #1566 by Stefan Sundin

    • โž• Add .yaml support in Sinatra::Contrib::ConfigFile #1564. Fixes #1563 by Emerson Manabu Araki

    • ๐Ÿ‘ Allow multiple hashes to be passed in merge and merge! for Sinatra::IndifferentHash #1572 by Shota Iguchi

    • โœ‚ Remove only routing parameters from @params hash #1569. Fixes #1567 by Jordan Owens, Horacio

    • ๐Ÿ‘Œ Support capture and content_for with Hamlit #1580 by Takashi Kokubun

    • โš  Eliminate warnings of keyword parameter for Ruby 2.7.0 #1581 by Osamtimizer