Skip to content

Releases: framework-one/cfmljure

Release 1.0.0

26 Dec 23:10
Compare
Choose a tag to compare

Sync'd from FW/1 3.5.0 -- see the change log in that repo for details.

Release 0.2.3

11 May 23:55
Compare
Choose a tag to compare

Update to include compile step in Leiningen classpath query.

Release 0.2.2

18 Apr 01:17
Compare
Choose a tag to compare

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

02 Mar 17:42
Compare
Choose a tag to compare

Bug fix: fixes an edge case where _{symbol}() lookup for certain clojure symbols conflicted with methods in cfmljure itself.

Release 0.2.0

28 Feb 03:12
Compare
Choose a tag to compare

Optimized for performance - 10-15% faster than release 0.1.1.

Release 0.1.1

31 Jan 00:01
Compare
Choose a tag to compare

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

24 Jan 00:57
Compare
Choose a tag to compare

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.