All Versions
9
Latest Version
Avg Release Cycle
42 days
Latest Release
1651 days ago
Changelog History
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)