CHANGELOG in roda-cj-0.9.6 vs CHANGELOG in roda-cj-1.0.0
- old
+ new
@@ -1,6 +1,22 @@
= HEAD
+* Support adding middleware after the route block has been added (jeremyevans)
+
+* Allow Roda subclasses to use route block from superclass (jeremyevans)
+
+* Have r.multi_route ignore non-String named routes (jeremyevans)
+
+* Pick up newly added named routes while running in the multi_route plugin, useful for development (jeremyevans)
+
+* Add path plugin, for named path support (jeremyevans) (#4)
+
+* Add error_email plugin, for easily emailing an error notification for an exception (jeremyevans)
+
+= 1.0.0 (2014-08-19)
+
+* Don't have :extension hash matcher force a terminal match (jeremyevans)
+
* Add :content option to view method in render plugin to use given content instead of rendering a template (jeremyevans)
* Add :escape option to render plugin for using erb templates where <%= %> escapes and <%== %> does not (jeremyevans)
* Make multi_route plugin route("route_name") method a request method instead of an instance method (jeremyevans)