Skip to content

Releases: yllieth/angular-url-parser

0.0.3

23 Jun 03:03
Compare
Choose a tag to compare
  • Support multiple query params with the same name
  • Improve html of the demo app

Thanks @mdkitzman

0.0.2 - 2016-07-27

27 Jul 08:08
Compare
Choose a tag to compare

Add the parse() method

0.0.1

24 Jul 05:59
Compare
Choose a tag to compare

First release with following methods:

  • getProtocol([string] url): string
  • getHost([string] url): string
  • getHostname([string] url): string
  • getPort([string] url): string
  • getRoute([string] url): string
  • getRouteAttributes([string] url): array
  • getQuerystring([string] url): string
  • getOption([string] param, [string] url): object|string
  • getHash([string] url): string