Skip to content

Releases: juy/ActiveMenu

1.1.3

16 Mar 16:20

Choose a tag to compare

  • Add CLI control to ServiceProvider
  • Auto register Facade on ServiceProvider

1.1.2

23 Dec 12:55

Choose a tag to compare

  • Add extra control to "Convert to array"
  • Remove blade facede, use "blade.compiler" service container
  • Add .gitattributes, .editorconfig files
  • Small improvements

1.1.1

23 Sep 19:51

Choose a tag to compare

  • Move config folder outside src directory
  • Change config name to config.php
  • Service provider optimizations

1.1.0

18 Sep 19:37

Choose a tag to compare

  • Change $this->currentRoute to $this->currentRouteName
  • Remove compareDotArrays() completely and use laravel str_is()
  • Change function param $route to $routePattern
  • Move active class css name to a config file
  • Add custom blade directive @ifActiveRoute

1.0.7

02 Aug 15:53

Choose a tag to compare

  • Modify README, change installation directives
  • Add laravel 5.3 support to composer.json

1.0.6

05 Apr 23:14

Choose a tag to compare

  • Modify README, remove comma from composer.json part
  • Fix wrong ServiceProvider name on README

1.0.5

03 Apr 23:31

Choose a tag to compare

  • Modify README
  • Fix description on composer.json
  • Change require section on composer.json
  • Change method sequence on ServiceProvider file

1.0.4

25 Mar 20:30

Choose a tag to compare

  • Add custom class name to helper function

1.0.3

22 Jan 00:56

Choose a tag to compare

  • Modify README, add real life usage
  • Test on laravel 5.2 and add laravel 5.2 badge

1.0.2

18 Jan 14:04

Choose a tag to compare

  • Change helper function active_class() to active_route()