Skip to content

Releases: framework-one/fw1-clj

Release 0.5.2

22 Mar 23:55
Compare
Choose a tag to compare

fw1/start now accepts a map as well as inline parameters.

Release 0.5.1

08 Mar 19:37
Compare
Choose a tag to compare

Enhancements since 0.5.0:

  • #26 Provide a way to get a fake servlet-request for Java interop (that needs to call .getParameter()).
  • #25 Support remote IP address: remote-addr returns the value Ring obtains.
  • #24 Support request / response headers: header is two-arity for reading / writing header values.

Bug fixes since 0.5.0:

  • Overhaul of error handling / reporting and layout cascading #27 and #28

Release 0.5.0

04 Mar 01:52
Compare
Choose a tag to compare

Now uses Boot instead of Leiningen.

Lots of internal changes around how configuration is managed. No external changes.

Release 0.4.0

04 May 03:00
Compare
Choose a tag to compare

Mostly a code clean up release to use FW/1 0.4.0 and Clojure 1.6.0. This drops Enlive support.

Release 0.3.3

08 Feb 23:01
Compare
Choose a tag to compare
  • Handle flash scope more intuitively (as part of RC)
  • Handle exceptions more elegantly

Release 0.3.2

08 Feb 04:47
Compare
Choose a tag to compare
  • Fix event scope config item

Release 0.3.1

08 Feb 03:22
Compare
Choose a tag to compare
  • Selmer is now the default renderer (hence the bump from 0.2.x to 0.3.x)
  • Middleware wrapping now works properly(!)
  • Session storage can be memory or cookie
  • Add event scope (containing action, section, item, and config)

Release 0.2.4

07 Feb 18:52
Compare
Choose a tag to compare
  • Added verb support to routes
  • Ensure UTF-8 output
  • Add :middleware support
  • Fix JSON MIME type
  • Update dependencies

Release 0.2.3

20 Aug 06:12
Compare
Choose a tag to compare

Upgrades Ring to 1.0.3 to fix security issue.

Release 0.2.2

20 Aug 06:03
Compare
Choose a tag to compare

Add support for render-json, render-text, render-xml.