- Type-dependent rules validating integers (via the "integer" type rule) now share their validation message with the "numeric" type.
- Added paginators.
- Added
helper.EscapeLike()
. - Performance improvement by caching critical config entries (
protocol
,maxUploadSize
anddefaultLanguage
). This change leads to about 18% more requests per second. However, these entries cannot be dynamically changed anymore: a server restart will be needed.