Skip to content

Releases: JuliaGizmos/JSExpr.jl

v0.5.4

14 Jun 08:20
a929851
Compare
Choose a tag to compare

JSExpr v0.5.4

Diff since v0.5.3

Merged pull requests:

v0.5.3

12 May 12:23
921a33b
Compare
Choose a tag to compare

JSExpr v0.5.3

Diff since v0.5.2

Closed issues:

  • Compat for JSON (#35)
  • Add Math. to known math function calls (#36)
  • Missing 1.0.x ? can't install 1.0.x (#38)
  • getting to 1.0 ? (#39)

Merged pull requests:

v0.5.2

23 Mar 17:04
Compare
Choose a tag to compare

JSExpr v0.5.2

Diff since v0.5.1

Closed issues:

  • WebIO dependency (#2)
  • Way to iterate over hash inside @js macro (#6)
  • Interpolating into @js breaks for nested field access (#10)
  • Parse named tuples into JS object properties (#19)
  • Formalize the adhoc parsing in jsexpr (#21)
  • Add RPC syntax (#24)
  • Change scope.id to scopeid(scope) (#26)

Merged pull requests:

  • Create next branch (#30) (@travigd)
  • JSExpr Rewrite (AST formalization) (#31) (@travigd)
  • Install TagBot as a GitHub Action (#33) (@JuliaTagBot)
  • Add support for Observables v0.3 to the v0.5 release series. (#34) (@fredrikekre)

v1.0.1

22 Dec 00:21
v1.0.1
edab723
Compare
Choose a tag to compare

v1.0.0

21 Dec 23:56
v1.0.0
805c177
Compare
Choose a tag to compare

v1.0.0 (2019-12-21)

Diff since v0.5.1

Closed issues:

  • Change scope.id to scopeid\(scope\) (#26)
  • Add RPC syntax (#24)
  • Formalize the adhoc parsing in jsexpr (#21)
  • Parse named tuples into JS object properties (#19)
  • Interpolating into @js breaks for nested field access (#10)
  • Way to iterate over hash inside @js macro (#6)
  • WebIO dependency (#2)

Merged pull requests:

v0.5.1

10 Sep 08:10
v0.5.1
4939116
Compare
Choose a tag to compare

v0.5.1 (2019-09-09)

Diff since v0.5.0

Merged pull requests:

v0.5.0

21 Dec 16:23
Compare
Choose a tag to compare
revert changes for rewrite

v0.4.0

15 Nov 11:45
830d5b2
Compare
Choose a tag to compare
Update to new WebIO (#23)

* Update how observable values are updated/fetched to match new WebIO.

* fixed deps

* fix tests

v0.3.1

22 Aug 08:22
de68f57
Compare
Choose a tag to compare
Merge pull request #18 from JuliaGizmos/pv/abstract

support abstractobservable in interpolation

v0.3.0

19 Aug 17:02
3691247
Compare
Choose a tag to compare
Merge pull request #17 from JuliaGizmos/pv/travis

don't checkout webio master on travis