Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 2.44 KB

Changelog

0.1.8

0.1.7

0.1.6

0.1.5

  • Fix #7: Fill in docstrings
  • Fix #23: Remove rain.re-frame/event macro
  • Removed rain.core/href
    • Use rain.re-frame/href-alpha instead
  • Removed rain.re-frame/event
    • Use plain functions for event handlers instead
  • Renamed rain.re-frame/href to rain.re-frame/href-alpha
    • Use this function temporarily until we implement rain.re-frame/href with an implicit router argument.

0.1.4

0.1.3

This version includes changes necessary to implement the SSG and hydration examples.

Examples:

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 from deps.edn

0.1.2

0.1.1

0.1.0

  • First release