The latest release is 1.3.0.
- Use lein as the build tool and deploy to clojars Deploys with the com.palletops group id.
-
Add indentation metadata to macros This ensures the macros indent properly (at least in ritz).
-
make 1.3 compatible while maintaining 1.2 backwards compatibility
-
Fixed bug with duplicated apply-map->.
-
Added ->> macros These are last argument threading macros.
-
Added
require
dependency for symbol macros. Added documentation and more bindings to-->
; all are now supported, except forapply-map
andlet-with-arg
. -
added -->; similar to ->, but uses symbol macro-let to bind many of the thread-expr functions.
This is the initial standalone release. The library has been extracted from the main pallet repository.