Skip to content

Version 0.2.0

Choose a tag to compare

@Riimu Riimu released this 29 Jun 13:11
· 16 commits to master since this release

Added

  • Added internal function split_segments()
  • Added internal function string_split()
  • Added configuration for sami based API documentation

Changed

  • HttpMethod::isValidMethod() renamed to HttpMethod::isValid()
  • HttpMethod::getHttpMethods() renamed to HttpMethod::getAll()
  • Dynamic segments are now indicated by / rather than #.
  • The signature and name of RouteDefinitionProvider::getStaticRoutes() was changed to
    RouteDefinitionProvider::getRoutesByStaticPath($path)
  • The signature and name of RouteDefinitionProvider::getSegmentCounts() was changed to
    RouteDefinitionProvider::getRoutesBySegmentCount($count)
  • The signature and name of RouteDefinitionProvider::getSegmentValues() was changed to
    RouteDefinitionProvider::getRoutesBySegmentValue($segment, $value)
  • Addressed numerous code quality and static analysis issues