Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed May 13, 2021
1 parent c0c397e commit 7403c61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.1.0] - 2021-05-13

### Breaking

- If you define `:keechma.controller/type` as a function, it will receive the deps map directly. Previously it was recevieing value of the `:keechma.controller/params` key.

### Added

- `keechma.next.controller/params` method which will receive controller map and params as its arguments. Use it to validate or coerce params returned from the `:keechma.controller/params` key. If this function returns a falsy value, controller will not be started.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject keechma/next "0.0.11"
(defproject keechma/next "0.1.0"
:description "Data driven state management library for single page apps"
:url "https://github.com/keechma/keechma-next"
:license {:name "MIT License"
Expand Down

0 comments on commit 7403c61

Please sign in to comment.