All Versions
68
Latest Version
Avg Release Cycle
124 days
Latest Release
-

Changelog History
Page 1

  • v4.3.0 Changes

    • ✂ removed warnings from rspec. Thanks mgrunberg.
    • ➕ add compatibility with rails 6.1. Credits to mgrunberg.
    • ⚙ run specs against 6.1. Credits to mgrunberg.
  • v4.2.0 Changes

    • 👌 improvements to generator template. Credits to mgrunberg.
    • 🚅 be able to run 'rake spec:rails-6-0-stable'. Credits to mgrunberg.
  • v4.1.0 Changes

    • 🗄 Delay rails6 initialization using on_load (getting rid of deprecation warnings in rails 6). Credits to Markus Benning.
    • 🛠 Fix link to wiki in README. Thanks to Greg Molnar.
    • 🛠 Fix uninitialized variable @dom_attributes warning. Credits to Johan Tell.
    • 🛠 Fixed tests for rails 5x. Credits to Eugene Gavrilov.
  • v4.0.5 Changes

    March 20, 2017
    • Fix #188 Blank url and highligh_on_subpath = true causes error. Credits to Tristan Harmer (gondalez) and Ilia Pozhilov (ilyapoz).
  • v4.0.4 Changes

    March 07, 2017
    • 🛠 Fix #184 uninitialized constant Rails::Railtie (NameError). Credits to n-rodriguez.
  • v4.0.3 Changes

    April 09, 2015
    • 🛠 Fix #180 Check URL before invoking current_page?
  • v4.0.2 Changes

    April 08, 2015
    • 🛠 fixing current_page? when url is nil
  • v4.0.1 Changes

    April 02, 2015
    • 🛠 fixed padrino adapter
  • v4.0.0 Changes

    April 02, 2015
    • added two new configuration options ignore_query_params_on_auto_highlight and ignore_anchors_on_auto_highlight
    • ✂ Remove dependency on classic-style Sinatra applications and enable use with modular-style apps. Credits to Stefan Kolb.
    • Item can now receive a block as name
    • It's now possible to set a global highlight_on_subpath option instead of adding it to every item
    • 🚚 Creating an Item doesn't remove options anymore
    • Creating an Item no longer changed its container, only adding it to a container does
    • Item#autogenerate_item_ids? has been removed
    • SN.config_file_name, SN.config_file and SN.config_file? have been removed
    • 🔧 ConfigFileFinder and ConfigFile handle the configuration logic
    • 💎 File organization was been changed to reflect the Ruby namespacing
  • v3.14.0

    January 19, 2015