Releases: EricForgy/Pages.jl
Releases · EricForgy/Pages.jl
Remove PlotlyBase from REQUIRE
Upgrade to HTTP v0.8
- Upgrade to HTTP.jl v0.8.0.
- Revert
HTTP.Router
back to original globalDict
(for dynamic urls). - Add
randomping
example to illustrate inserting event-driven content into a webpage. - Remove d3.js dependency.
Small but important update
I'm working on a new package and ready to submit to METADATA, but I need this small change tagged first 😅
Minor update
Merge pull request #21 from EricForgy/expose_client_id Expose client id Addresses #20
v1.0 stuff and tighter HTTP integration
v0.2.0 REQUIRE 0.6 -> 1.0
Fix query parameters
Update README
Fix GET requests with query parameters
Add GET request example with query parameters
Remove PlotlyJS and DataFrames dependencies
Return nothing
from block
to cleanup REPL output
Migrate HttpServer/WebSockets -> HTTP
Also drops support for Julia < v0.6 so bumping minor version.