Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add page_helpers and form_helpers from hiccup #1

Merged
merged 3 commits into from
Mar 19, 2012

Conversation

emezeske
Copy link
Contributor

I added support for pretty much everything that hiccup has to offer. The only things I didn't port over were the various html macros, which wouldn't be useful in a ClojureScript context anyway.

I have tested most of the form and page helpers, as well as the more advanced features like with-group and with-base-url, and everything seems to work.

For me, this is a huge win, because I can now do everything in crate as conveniently as I can do it in hiccup.

@emezeske
Copy link
Contributor Author

Note that I bumped the version to 0.2.0, because this is not backwards-compatible with 0.1.0. The difference is that everything in the crate.tags namespace was moved to crate.form-helpers and crate-page-helpers, to mirror the hiccup layout.

@ibdknox ibdknox merged commit 7eedd7b into ibdknox:master Mar 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants