Skip to content

Version 1.7.3

Choose a tag to compare

@skipperbent skipperbent released this 15 Apr 21:15
· 882 commits to master since this release
  • Fixed getIp in HttpRequest class sometimes not picking up local-ip.
  • Fixed get-parameters as array (param[id]=value) causing array-to-string notice.
  • Made setDefaultNamespace method in RouterBase chainable.
  • Simplified SimpleRouter class.
  • Added Input classes from Pecee-framework to enable easy access of input-parameters from custom controllers.
  • Updated documentation to reflect new changes.