mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
650 B
650 B
Changelog
Version 1.0.0
AddGenerator
changed fromrails g paloma:add controller/action
torails g paloma:add controller action
Version 0.0.8
- Bug Fix: _callback.js cannot find _local.js
Version 0.0.7
- Fix A Major Bug that copies the _local.js template instead of _callbacks.js
Version 0.0.6
SetupGenerator
moved frompaloma_generator.rb
topaloma/generators/setup_generator.rb
AddGenerator
moved frompaloma_generator
topaloma/generators/add_generator.rb
- Refactored both generators
- Test for both generators
Version 0.0.5
- Callbacks are executed after the DOM is ready
Version 0.0.4
- First release