Revision history for Perl extension Form::Tiny.

2.00  Sun May 23 23:00:00 2021
	- module rewrite to form metaobject model
	- see Form::Tiny::Manual::Compatibility for a list of incompatible changes

1.14  Wed May 19 21:00:00 2021
	- add module rewrite alert: see Form::Tiny documentation

1.13  Sat May 15 23:00:00 2021
	- improve documentation
	- move documentation on bare-bones to Manual::Internals
	- fix distribution metadata

1.12  Wed Jan 6 20:00:00 2021
	- form_field now accepts coderefs
	- add default value configuration for form fields
	- field coercions now eval errors and add them as form errors
	- build_fields sub is now optional

1.11  Tue Jan 5 14:00:00 2021
	- fix broken release

1.10  Tue Jan 5 13:00:00 2021
	- add syntactic sugar mode with -flag import
	- improve documentation

1.01  Mon Sep 28 19:00:00 2020
	- fix Type::Tiny dependency minimum version
	- fix and improve documentation

1.00  Sun Sep 27 22:00:00 2020
	- first version