CHANGELOG.md in plezi-0.12.17 vs CHANGELOG.md in plezi-0.12.18

- old
+ new

@@ -1,8 +1,18 @@ #Change Log *** +Change log v.0.12.18 + +**Feature**: Auto-dispatching allows, when enabled, to automatically map JSON websocket messages to controller methods, according to their `event` property. Also, when using the auto-dispatch, Plezi will automatically send the returned value for dispatch methods that return a String (just like when using Http). This means that unifying Websocket and RESTful APIs is now easier than ever. + +**Change**: the `json` format is now automatically assumed when a websocket connection is established - allowing `render` calls to automatically prefer `json` format templates. + +**Change**: The warning shown when using the Identity API without Redis will now only appear once, instead of repeating itself. + +*** + Change log v.0.12.17 **Fix**: error template format would (and should) fallback to 'html' if the originally requested format (i.e. 'json') was missing. An issue with nested template rendering (when the error template would call `render` to render a partial or other template) caused the fallback to revert to the original (missing) format when searching for the nested template. This issue is now fixed, by instructing ErrorCtrl to set the global format rather than the local one. **Update**: when the `ENV["ENV"]` or `ENV["ENV"]` are set to `"production"`, the SASS asset render engine will be set to compress the css (minify), for smaller transfers. \ No newline at end of file