Skip to content

Releases: nurmanhabib/navigator

Added method matchExact() for pattern exact activator

01 May 11:44
b3b6c63

Choose a tag to compare

Allows the url index link to be inactive while opening child paths.

For example

Home (has path => /)

when you are on another path, then Home will always be considered active.

Usually tricked in a way

Home (has path => /home)

With the exact pattern feature, when accessing the Home page (/) it will only be active when you are in the root path "/"

Change default pattern is array

29 Oct 00:38
7c11b48

Choose a tag to compare

Merge pull request #8 from nurmanhabib/feature/nav-pattern-array

Change default pattern nav is array

Fix some issue

23 Sep 14:57
a06f166

Choose a tag to compare

  • Fix issue default Request URI when used on unit or feature test
  • Fix issue empty pattern nav item

Improvement Pattern Link Activator

28 Aug 04:32
1f5dbe6

Choose a tag to compare

  • Set default link activator pattern only path name
  • Added trailing slash on link activator

Added method addArray and addArrays

05 Jul 14:49
97a2f15

Choose a tag to compare

Merge pull request #5 from nurmanhabib/feature/factory

Added method addArray and addArrays on NavCollection

Added Array Factory

05 Jul 13:41
468b943

Choose a tag to compare

Added Array Factory Pre-release
Pre-release
  • Support factory from array

Support PHP Native - Hotfix

31 May 03:36
8da663c

Choose a tag to compare

  • Support PHP Native (PHP 5, PHP 7)
  • Improvement Activator (support wildcard)

Support PHP Native

31 May 02:47
b829097

Choose a tag to compare

  • Support PHP Native (PHP 5, PHP 7)
  • Improvement Activator (support wildcard)