Camping v1.6 Release Notes

    • ๐Ÿšš Camping::Apps removed, it wasn't reliable.
    • bin/camping server kinds splitted in various files.
    • NotFound and ServerError controllers changed to methods :

    r404 : called when a controller was not found r500 : called on uncaught exception r501 : called on undefined method

    All of those can be overridden at your taste.

    • Markaby no longer required. Like AR, is it autoloaded on (Mab) usage.
    • Camping::H is now inheriting from Hash instead of HashWithIndifferentAccess.
    • ๐Ÿšš Which made possible to remove the last strict dependency : active_support
    • ๐Ÿšš #errors_for removed, it wasn't really used
    • ๐Ÿ› Bug fixes !