Skip to content

JLRoutes 2.0.3

Compare
Choose a tag to compare
@joeldev joeldev released this 06 Apr 17:43
· 58 commits to master since this release

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.