1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
paloma/Changelog.md

26 lines
522 B
Markdown
Raw Normal View History

2012-12-21 01:12:22 -05:00
Changelog
=
2012-12-21 01:13:57 -05:00
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
2012-12-21 15:00:43 -05: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 01:13:57 -05:00
Version 0.0.5
-
* Callbacks are executed after the DOM is ready
Version 0.0.4
-
* First release