JLRoutes v2.0.3 Release Notes

Release Date: 2017-04-06 // about 7 years ago
  • ๐Ÿš€ Release Notes

    • ๐Ÿ›  Fixed a regression where domain names were not properly excluded from the logic that prepends the URL host to the path components (#88).
    • โž• Added a few new methods for querying routes (#49):

      • (NSDictionary <NSString *, NSArray <JLRRouteDefinition *> *> *)allRoutes; - (NSArray <JLRRouteDefinition *> *)routes;
    • โž• Added a new method for registering a route by instance, allowing for subclasses/customization:

      • (void)addRoute:(JLRRouteDefinition *)routeDefinition;
    • โš  Turned on some stricter warning settings, including warnings as errors.

    • ๐Ÿ“š Started improving documentation, more to come on this front.