summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
committerYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
commit331ceb1fe4b4f950a3e561d9a760abb4744e32f4 (patch)
treea652e5df6486775708e6e6cdcdb264f2f7c68420 /ChangeLog
parentf2e445b2ebce05b544c0682219e3f42db97ea94f (diff)
Year + Version bump for 1.2v1.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfb7203..ffdc83b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+1.2 - 2018-02-18
+ - Add tuwf() exported function as alias to $self or $TUWF::OBJ
+ - Add TUWF::get/put/post/etc() as better alternative to TUWF::register()
+ - Add TUWF::hook() as better alternative to (pre|post)_request_handler
+ - Add capture() to access route captures
+ - Add standandlone HTTP dev server (requires HTTP::Server::Simple)
+ - Add pass() and done() methods to prematurely abort the current handler
+ - Add 'import_modules' setting
+ - TUWF::Request: Add reqJSON()
+ - TUWF::Request: Disallow control characters in HTTP request data
+ - TUWF::Response: Add resJSON()
+ - TUWF::Response: Add resBinary()
+ - TUWF::Response: Add resFile() + mime_types/mime_default settings
+ - TUWF::Response: Allow setting headers before resRedirect()
+ - TUWF::Response: resRedirect() now sets a relative 'Location' HTTP header
+ - TUWF::DB: Add DB query logging and profiling to non-TUWF database functions
+ - TUWF::DB: Add dbVal()
+ - TUWF::XML: Add functional-style DSL
+ - TUWF::XML: Add HTML5 support
+ - TUWF::XML: Add different naming convention support
+ - TUWF::XML: Add 'mkclass' utility function
+ - Improved error pages
+ - Various documentation improvements
+
1.1 - 2017-11-26
- Disallow exclamation mark in email address validation
- Add reqProtocol() method