Skip to content

v0.1.2

Choose a tag to compare

@KlnSdr KlnSdr released this 27 Feb 21:54
· 85 commits to main since this release

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