summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b614397..999709a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+1.0 - 2015-09-17
+ - !! Some backwards-imcompatible changes, marked * !!
+ - kv_validate() improvements:
+ - Fix maxcount option
+ - Fix non-array argument to 'func'
+ - Added some default templates: num, int, uint, ascii, email, weburl
+ - * Removed 'min' and 'max' options, these now require the num template
+ - Add 'inherit' option for template definitions
+ - Allow templates to provide default values for 'required', 'default',
+ 'rmwhitespace', 'multi', 'mincount' and 'maxcount'
+ - Add tests
+ - * reqPath() now includes the leading slash
+ - * reqGet(), reqPost(), reqParam(), reqUploadMIME() and reqUploadRaw()
+ now only work in scalar context.
+ - * Add plural versions of the above methods (reqGets() etc) that only
+ work in list context.
+ - Add reqQuery()
+ - Fix warning with Perl 5.22
+
0.2 - 2012-01-19
- Fixed bug with in-place utf8_decode() in recent Perls
- Lowered minimum Perl version to 5.8.0