2012-07-25 21:48:21 +00:00
|
|
|
# CHANGELOG
|
|
|
|
|
2012-08-03 13:39:08 +00:00
|
|
|
## 0.1.2
|
2012-07-26 14:37:09 +00:00
|
|
|
* Add RablRails#render method (see README or source code)
|
2012-07-26 14:44:51 +00:00
|
|
|
* Fix fail when JSON engine is not found. Now fallback to MultiJson.default_adapter
|
2012-08-03 13:39:08 +00:00
|
|
|
* Warning message printed on logger when JSON engine fail to load
|
2012-07-26 14:37:09 +00:00
|
|
|
|
2012-07-25 21:48:21 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Add CHANGELOG
|
|
|
|
* Remove unnused test in loop
|
|
|
|
* Speed up rendering by not double copying variable from context
|
2012-07-25 21:52:42 +00:00
|
|
|
* Rename private variable to avoid name conflict
|
|
|
|
* Remove sqlite3 development dependency
|