v0.1.2
Full Changelog: v0.1.1...v0.1.2
- new
- StaticFileService searches multiple registered locations for static files
- make route methods of RouteManager available trough the RouteHelper class
- bug fixes
- when setting a json object with a path as key the last key is used and not the full path when inserting the value into the object
- StaticFileService and SessionService are initialized after the preStart method was called
- hasKey of a Json object checks all types
- remove loops in Json objects when calling toString
- the last integer is paresed correctly in a Json object