Skip to content

Releases: rm-hull/monet

Clojure 1.8 / Clojurescript 1.8.51 dependencies

20 May 20:22
Compare
Choose a tag to compare

Update dependencies

18 Mar 23:06
Compare
Choose a tag to compare
0.2.2

Bump versions

Fix warnings about undeclared methods - fixes #7

13 Sep 23:03
Compare
Choose a tag to compare

0.2.0

13 Sep 13:12
Compare
Choose a tag to compare
  • BREAKING CHANGE: removed deprecated rect method.
  • BREAKING CHANGE: circle now no longer strokes by default; it is
    the callers responsibilty to call circle and then fill or stroke
  • Fixed issue #6: added arc and ellipse methods.
  • Added clip method to canvas.

Updated clojurescript version

01 Feb 18:03
Compare
Choose a tag to compare
  • Updated clojurescript version (b2156) and lein-cljsbuild (1.0.1)
  • Updated README.md docs (@joakin)
  • Added clojars/pom section