Hyperscript.jl Versions Save

Hyperscript: A lightweight DOM representation for Julia

v0.0.5

6 months ago

Hyperscript v0.0.5

Diff since v0.0.4

Merged pull requests:

  • Use show instead of repr. (#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:

  • Thoughts about a templating language? (#21)
  • display to text/plain (#28)
  • flat should accept AbstractArray (#30)
  • Release 0.0.5 (#43)

v0.0.4

3 years ago

Hyperscript v0.0.4

Diff since v0.0.3

Closed issues:

  • Invalid call to validateattrs (#15)
  • let Hyperscript.Node be used for an HTTP.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

4 years ago

v0.0.3 (2019-07-19)

Diff since 0.1

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)

v0.0.2

6 years ago

Initial release.