| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-03 | Rename T.P.Network.HTTP -> T.P.URI. | John MacFarlane | |
| This is still an unexported internal module. Export `urlEncode`, `escapeURI`, `isURI`, `schemes`, `uriPathToPath`. Re-export `escapeURI` and `isURI` from T.P.Shared (as they were exported before); drop exports of `schemes` and `uriPathToPath` [API change]. With this change, T.P.Class no longer depends on T.P.Shared. | |||
| 2022-01-02 | Copyright notices: update for 2022 | Albert Krewinkel | |
| 2021-08-03 | Stop using the HTTP package. (#7456) | mt_caret | |
| We only depend on the urlEncode function in the package, which is also provided by http-types. The HTTP package also depends on the network package, which has difficulty building on ghcjs. Add internal module Text.Pandoc.Network.HTTP, exporting `urlEncode`. | |||
