2012-12-20 22:12:22 -08:00
|
|
|
Changelog
|
|
|
|
=
|
2012-12-21 14:13:57 +08:00
|
|
|
|
2013-01-03 16:39:41 +08:00
|
|
|
Version 1.1.0
|
|
|
|
-
|
|
|
|
* Handle namespaced controllers: `rails g paloma:add namespace/controller action`
|
|
|
|
|
2013-01-03 15:14:40 +08:00
|
|
|
Version 1.0.0
|
|
|
|
-
|
|
|
|
* `AddGenerator` changed from `rails g paloma:add controller/action` to `rails g paloma:add controller action`
|
|
|
|
|
2013-01-02 23:02:50 +08:00
|
|
|
Version 0.0.8
|
|
|
|
-
|
|
|
|
* Bug Fix: _callback.js cannot find _local.js
|
|
|
|
|
2013-01-02 22:46:13 +08:00
|
|
|
Version 0.0.7
|
|
|
|
-
|
|
|
|
* Fix A Major Bug that copies the _local.js template instead of _callbacks.js
|
|
|
|
|
2012-12-22 04:00:43 +08:00
|
|
|
Version 0.0.6
|
|
|
|
-
|
|
|
|
* `SetupGenerator` moved from `paloma_generator.rb` to `paloma/generators/setup_generator.rb`
|
|
|
|
* `AddGenerator` moved from `paloma_generator` to `paloma/generators/add_generator.rb`
|
|
|
|
* Refactored both generators
|
|
|
|
* Test for both generators
|
|
|
|
|
2012-12-21 14:13:57 +08:00
|
|
|
Version 0.0.5
|
|
|
|
-
|
|
|
|
* Callbacks are executed after the DOM is ready
|
|
|
|
|
|
|
|
Version 0.0.4
|
|
|
|
-
|
|
|
|
* First release
|