Skip to content

Commit

Permalink
Changelog for immediate release of 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pupeno committed Oct 24, 2016
1 parent b2d4864 commit 842908a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,14 @@ or [inline](http://free-form-examples.pupeno.com/reagent/bootstrap-3-inline) for

## Changelog

### Next version.
- Allow marking a field as invalid when another one is invalid with :extra-keys
### v0.4.0 - 2016-10-24
- Tested Free-form with re-frame 0.8.0 and Reagent 0.6.0.
- Allow marking a field as invalid when another one is invalid with :extra-keys.
- Added error messages to Bootstrap inline and horizontal forms.
- Correctly specify dependencies on Clojure and ClojureScript to avoid fixing to a single version.
- When there's no validation error, don't return the form template (invalid HTML), return nil instead.
- After a form with Bootstrap has been processed, remove the option to trigger that processing (it's invalid HTML).
- Show a JavaScript console error if there are any Free-form leftovers after all processing is done.

### v0.3.0 - 2016-08-16
- Changed namespace from com.carouselapps to com.pupeno
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; Copyright © 2015, 2016 José Pablo Fernández Silva, All rights reserved.

(defproject com.pupeno/free-form "0.3.1-SNAPSHOT"
(defproject com.pupeno/free-form "0.4.0-SNAPSHOT"
:description "Library for building forms with Reagent or Re-frame."
:url "https://github.com/pupeno/free-form"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 842908a

Please sign in to comment.