Difference between revisions of "Server Changes"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[Engine.PreventDefault]] | [[Engine.PreventDefault]] | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | Resources must now specify a type in the file element. Valid values are "http" or "client". | ||
=== Core Changes === | === Core Changes === | ||
Added URL decoding for query string parsing. | Added URL decoding for query string parsing. |
Revision as of 00:32, 26 December 2014
This page documents any notable changes to new versions of the server.
It may miss out some bug fixes and some changes may not be tracked.
0.2.7
Scripting Functions Added
Resources
Resources must now specify a type in the file element. Valid values are "http" or "client".
Core Changes
Added URL decoding for query string parsing.