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.