Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@seancorfield seancorfield released this 03 Oct 07:55
· 47 commits to master since this release

*** BREAKING CHANGES ***

This release switches all the routing to use Compojure. Implicit routing is no longer provided. The entry point for the framework has changed to configure-router. See the README and the examples/usermanager/main.clj file for guidance on the new way to use the framework.

FW/1 now assumes you'll be using Stuart Sierra's Component library as well as Compojure for routing.