-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
32 lines (23 loc) · 706 Bytes
/
Copy pathCHANGES
File metadata and controls
32 lines (23 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CHANGES for flutter.
Unreleased:
* update to clojure 1.3.0
v0.0.6:
* option/label fixes
v0.0.5:
* More inline docs and marginalia improvements
* Moved most of the README inline
v0.0.4:
* removed dev dependency on swank-clojure
v0.0.3:
* added :value and :h / :html types
v0.0.2:
* added :text-area type
* split out html4 field types into flutter.html4.* sub-packages
* added wrap-html4-fields & html4-fields convenience functions
* added html5 input types
* added hiccup style shortcuts for class and id
* added more shortcuts to wrap-params
* fixed bug that prevented unrecognized types from throwing exceptions
* added some more documentation and a few simple examples
v0.0.1:
* initial release