Skip to content

Releases: JustSteveKing/uri-builder

Fragments

12 Oct 08:29
Compare
Choose a tag to compare

Added the ability to pass a fragment in your URI string into the fromString and the builder methods to manually build with a fragment. Autodetection of the '#' will be ran on adding.

Initial Release

11 Oct 21:49
c97a577
Compare
Choose a tag to compare

The initial release contains 80% of the intended functionality. The remaining functionality includes:

  • JSON:API helpers to build structured URIs
  • Better documentation.