New Features in 2.x
- improved semantics for at
and from forms.
- Complete support for Enlive style selectors.
- Removed macro shadowing. All transformations are now pure functions with the exception of clone-for.
- Namespaces for effects, events have been broken out.
- Added a set of accelerator/easing functions to the effects namespace.
- Custom transformations are now just simple functions that take a single node; no wrappers needed.
- Major optimization to remote and compiled snippets and templates.
- Added hiccup style emitter for template creation. (Enlive 1.1.0)
- Added replace-vars transform (Enlive 1.1.1)
- Added read-form extractor to serialize forms to clojure maps