Changelog
1.0.0 (2024-11-12)
fromString
in URLPath
to infallibly parse all strings.URL
origin in toURL
in URLPath
, fixing origin retention.fromStringO
and toURLO
from URLPath
.omit
in ReadonlyRecord
to readonly.Changelog
0.19.1 (2024-04-08)
fromString
in URLPath
failing to parse absolute URLs.fromURL
in URLPath
incorrectly retaining alternative origins.Changelog
0.19.0 (2024-04-06)
clone
to URLPath
.unsafeExpect
in Option
in an Error
object.fromString
in URLPath
incorrectly retaining alternative origins.isolatedModules
.Changelog
0.18.0 (2023-10-26)
until
to Monad
, IO
, and Task
.toString
, isStringlyURL
, getHash
, getParams
, getPathname
, modifyHash
, modifyParams
, modifyPathname
, setHash
, setParams
, setPathname
, getOrigin
and getHostname
, and an Eq
instance to URL
.Eq
instance to URLPath
.singleton
, appendAt
, upsertAt
, deleteAt
, lookup
, lookupFirst
, toLeadingString
, keys
, values
, size
, concatBy
, fromMap
and toMap
, and Eq
, Semigroup
and Monoid
instances to URLSearchParams
.integerFromString
to Number
.dropPrefix
, dropSuffix
, and fromBool
to String
.fromString
in Number
not parsing floats.getParam
, getAllForParam
, and setParam
in URLSearchParams
.