CHANGELOG in cacheable_flash-0.3.0 vs CHANGELOG in cacheable_flash-0.3.1
- old
+ new
@@ -1,14 +1,22 @@
+0.3.1 - AUG.22.2012
+* Add specs for non stacking use [Peter Boling]
+* Use stackable_flash/test_helpers instead of reinventing the wheel [Peter Boling]
+* Config now works! [Peter Boling]
+* Update to stackable_flash 0.0.7 (working config) [Peter Boling]
+* default to non stacking [Peter Boling]
+
0.3.0 - AUG.21.2012
- Completed integration with stackable_flash (http://github.com/pboling/stackable_flash)
- Test::Unit helpers and Rspec Matchers updated to be stackable
- Expanded test suite
- Cleaned up both Middleware and Around Filter integration points
- Rspec Matchers now have pretty failure messages
- Removed dependency on facets gem
- Allows any data type to be stored in the cookie. Only escapes strings.
- Does not convert flash value to string before storing in cookie if value is a number
- (v0.2.X converted everything to string)
+- the CacheableFlash::Config class is experimental, and no code uses the config settings yet.
0.2.10 - AUG.13.2012
- Split test_helpers from rspec_matchers (test_helpers may be useful in TestUnit
- When using Middleware: Flash Cookies now stay in the cookie until cleared out by the javascript: closer to guaranteed delivery.
- Improved spec suite