Should have committed earlier
Lots of changes: - Article about IPC - New TUWF release - New ncdu release - Atom feeds for the bug tracker - Bug tracker switch to sqlite
This commit is contained in:
parent
3b837d8564
commit
7cf772d968
33 changed files with 978 additions and 159 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue