All Versions
9
Latest Version
Avg Release Cycle
42 days
Latest Release
1499 days ago

Changelog History

  • v0.1.8 Changes

    March 12, 2020
    • ๐Ÿ›  fix regression in 0.1.6 and 0.1.7: do not filter "*/" files
    • more careful filter handling of '/'
    • filter infix '#'
  • v0.1.7 Changes

    January 24, 2020
    • โฌ‡๏ธ drop </> since it conflicts with filepath
    • ๐Ÿ—„ deprecates 0.1.6
  • v0.1.6 Changes

    January 24, 2020
    • filter relative/paths and relative?queries
    • โž• add url </> file
    • โž• add trailingSlash for url and noTrailingSlash for filename
  • v0.1.5 Changes

    June 22, 2019
    • also filter "..", "#" and ":" from httpDirectory
    • export Manager
    • โž• add isHttpUrl
    • โœ… testsuite added
  • v0.1.4 Changes

    June 07, 2019
    • โž• add httpRawDirectory
    • httpDirectory now filters out absolutes hrefs and sort links
    • โž• add httpDirectory' and httpRedirect' variants with own Manager
  • v0.1.3 Changes

    June 04, 2019
    • โž• add httpExists
  • v0.1.2 Changes

    May 07, 2019
    • โž• add httpManager convenient function
    • ๐Ÿ–จ print url when result not 200
    • โž• add an example
  • v0.1.1 Changes

    April 14, 2019
    • โž• add httpLastModified
  • v0.1.0 Changes

    April 11, 2019
    • ๐ŸŽ‰ initial release with httpDirectory, httpFileSize, and httpRedirect(s)