Releases: JuliaWeb/Hyperscript.jl
Releases · JuliaWeb/Hyperscript.jl
v0.0.5
Hyperscript v0.0.5
Merged pull requests:
- Use
show
instead ofrepr
. (#29) (@MichaelHatherly) - Make flat accept AbstractArray (#31) (@schneiderfelipe)
- Add example of writing html-file (#38) (@tp2750)
- Add
fr
CSS unit (#39) (@fonsp) - kebab function fix (#41) (@algunion)
Closed issues:
v0.0.4
Hyperscript v0.0.4
Closed issues:
- Invalid call to validateattrs (#15)
- let
Hyperscript.Node
be used for anHTTP.Response
(#22) - consider using PrettyPrinting to improve output display (#23)
- Fails to build on 1.6: type piracy? (#24)
Merged pull requests:
- Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
- Remove experimental concise node specification support (#25) (@yurivish)
v0.0.3
v0.0.3 (2019-07-19)
Closed issues:
- Adding attributes without values (#16)
- Raw string rendering (#14)
- Error: does not support v0.6.3 (#10)
- Odd error with include (#7)
- Broader use of :name => "something" (#5)
- Pretty rendering (#4)
- Using Symbols as attribute values (#3)
- Error tagging new release (#1)
Merged pull requests:
- use the correct uuid, to not confuse Pkg thoroughly (#17) (SimonDanisch)
- [RFC] For DOM children, use
repr\(MIME\("text/html", x\)\)
(#12) (tshort) - List
pt
as supported unit in the README (#11) (ninjin) - Try out a Pretty wrapper for pretty-printing (#9) (yurivish)
- Add pretty rendering options (#6) (tshort)
- Documenting attributes with Julia keyword names (#2) (ninjin)
Hyperscript 0.0.2
Initial release.