Here is a list of the features I plan to work on for the next release:
1. Plugins
2. Controller Interceptors
3. Defining Actions (instead of functions as actions) which will be
necessary for controller interceptors.
4. Reload of all controllers, helpers, models, and views when in
development mode. (use ring.middleware.reload)
5. Switch to Log4j
6. Update to the latest version of the included libraries.
7. Fix select boxes. Currently, option order is not preserved.
8. Fix checkboxes. Currently, html-options are added to both the
checkbox and the hidden field.
Not actually Conjure code, but I would like to add the following to
other libraries:
1. Have clj-html automatically escape all strings. Add a special raw
tag if you don't want it escaped.
2. Add a function to clj-record to run call backs on a seq of records
passed to it. This will allow the use of clojureQL without much change
to clj-record.
3. Add a function to run clj-record calls in a transaction. Currently
the transaction is open and closed within each call to a clj-record
function.
If you have any other suggestions, post them as a reply. I would like
to keep the feature list low for the next release so I can get it out
faster this time. If you want to be sure something gets in, you can
always do it yourself.
-Matt Courtney
-Matt Courtney
Cheers.
César.
-Matt Courtney
> To unsubscribe from this group, send email to clojure-conjure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
>
Everything seems to check out, so I'm thinking of posting a release
candidate soon.
-Matt Courtney