Releases: framework-one/cfmljure
Release 1.0.0
Sync'd from FW/1 3.5.0 -- see the change log in that repo for details.
Release 0.2.3
Update to include compile
step in Leiningen classpath query.
Release 0.2.2
Now uses a clean, production classpath to load source / libraries. This omits test and dev dependencies which are almost never needed at runtime.
Release 0.2.1
Bug fix: fixes an edge case where _{symbol}() lookup for certain clojure symbols conflicted with methods in cfmljure itself.
Release 0.2.0
Optimized for performance - 10-15% faster than release 0.1.1.
Release 0.1.1
Now compatible with Adobe ColdFusion 11, thanks to Andrew Myers!
cfmljure 0.1.1 is compatible with ColdFusion 11, Lucee 4.5, and Railo 4.2.
cfmljure 0.1.1 relies on Leiningen - which you're going to need if you're writing Clojure code anyway! - to figure out the dependencies and classpath and adds that information to your application's classpath in order to be able to load Clojure code and third parties libraries automatically.
See the README for more details.
Release 0.1.0
The first truly usable version of cfmljure that requires no messing around with your CFML engine's classpaths or configuration!
cfmljure 0.1.0 relies on Leiningen - which you're going to need if you're writing Clojure code anyway! - to figure out the dependencies and classpath and adds that information to your application's classpath in order to be able to load Clojure code and third parties libraries automatically.
See the README for more details.