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