-*- mode: markdown; mode: visual-line; mode: adaptive-wrap-prefix; -*-
- Bumped dependencies:
net.loadbang.scripting 1.1.2,clojure 1.6.0. - Fixed up some broken JavaDoc links.
-
Finally implemented clean-up functions. A call like
(.addCleanup max/engine (fn [] ....))will stack a function to be called when the MaxObject proxy is wound down, or when the engine's
clear()function is called. Bothmax/engineandmax/maxObjectare available as bindings in the callback (although the MaxObject cannot do much if it is being deleted).
- Nudged dependency on
net.loadbang.libandnet.loadbang.scripting. Packaging tools inpom.xml. Now depending on Clojure 1.4.
-
Fix-up for Clojure 1.3.0 (explicit annotation of
max/maxObjectas a dynamic var).Merry Christmas.
- First reconstruction for Maven. Fixed up the unit tests.