- Fix error when
:static-paths
is provided without:static-props
- Move static route transforms to
static-pages
- Omit bootstrap data if
main-cljs-bundle-path
returnsnil
- Fix #20: Hydration template
- Fix #7: Fill in docstrings
- Fix #23: Remove
rain.re-frame/event
macro - Removed
rain.core/href
- Use
rain.re-frame/href-alpha
instead
- Use
- Removed
rain.re-frame/event
- Use plain functions for event handlers instead
- Renamed
rain.re-frame/href
torain.re-frame/href-alpha
- Use this function temporarily until we implement
rain.re-frame/href
with an implicitrouter
argument.
- Use this function temporarily until we implement
This version includes changes necessary to implement the SSG and hydration examples.
Examples:
- SSG: https://github.com/rads/rain.examples.ssg (fix #1)
- Hydration: https://github.com/rads/rain.examples.todomvc (fix #5)
Changes:
- Add
rain.re-frame/href
- Fix set-page
- Update README
- Add
rain.re-frame/f
- Update Usage
- Add
.html
suffixes (fix #11) - Add
rain.core/href
- Remove
.json
routes for now - Remove
io.github.rads/xtrace
fromdeps.edn
- First release