Version Cake v2.0.0 Release Notes

Release Date: 2014-02-06 // about 10 years ago
  • Full Changelog

    ๐Ÿ› Bug Fixes:

    • Adjusting view details priorities so that RABL templates that do not have a format are not prioritized over templates that do have a format (issues #14). This is going to go into v2 as it is a breaking change.
    • ๐Ÿš… Looking up a versioned or unversioned layout template was not working (issue #22). The change related to issue #14 resulted in the template format not being identified properly. Monkey patched another Rails (for old and new Rails) method to fix this issue.

    โœจ Enhancements:

    • ๐Ÿ†• New path strategy to support /v3/posts style versioning, thanks Michael Elfassy
    • ๐Ÿ‘Œ Support Rails 4.1, thanks Washington L Braga Jr
    • โž• Added v1->v2 template renaming migration script
    • ๐Ÿ”ง Improving configuration