summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: cfb720322fbc8d811ca060d37d38b250681e1be7 (plain)
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
33
1.1 - 2017-11-26
	- Disallow exclamation mark in email address validation
	- Add reqProtocol() method
	- Add reqFCGI() method
	- Remove 'X-Powered-By' header
	- Fix handling of space character in load_recursive()

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

0.1 - 2011-02-07
	Initial version