JLRoutes v2.1 Release Notes
Release Date: 2017-12-28 // over 6 years ago-
๐ Release Notes
JLRoutes 2.1 has the following new features and improvements:
๐ New
- 0๏ธโฃ It is now possible to change the default route definition class using
+[JLRoutes setDefaultRouteDefinitionClass:]
- ๐ Much more of the
JLRRouteDefinition
API is exposed in the header and intended to be overridden in subclasses (see README for more details). - ๐ A new class,
JLRRouteHandler
, has been added to provide helper methods for creating route handler blocks that are routed to classes or object instances (see README for more details).
๐ Improvements
- The initializer for
JLRRouteDefinition
no longer requires a scheme parameter to be provided JLRRouteResponse
now holds on to the final parameters passed to the handler block, via aparameters
propertyJLRRouteResponse
andJLRRouteDefinition
now conform toNSCopying
- Many miscellaneous API improvements
- Significant code cleanup
- 0๏ธโฃ It is now possible to change the default route definition class using
Previous changes from v2.0.5
-
๐ Release Notes
- ๐ Significantly improved documentation.
- Minor code cleanup.