update docu and change log

This commit is contained in:
Sefa Ilkimen
2018-02-09 10:45:03 +01:00
parent b68cbcd157
commit f691d09eb0
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ var pluginId = module.id.slice(0, module.id.lastIndexOf('.'));
var cookieHandler = require(pluginId + '.cookie-handler');
var messages = require(pluginId + '.messages');
var validSerializers = ['urlencoded', 'json', 'utf8' ];
var validSerializers = [ 'urlencoded', 'json', 'utf8' ];
module.exports = {
b64EncodeUnicode: b64EncodeUnicode,