paloma/CHANGELOG.md

52 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2016-03-25 09:30:00 +00:00
## 5.0.0
* https://github.com/kbparagua/paloma/issues/84 - Easier syntax for creating controllers.
* https://github.com/kbparagua/paloma/issues/56 - Paloma should be started manually using `Paloma.start()`.
* Introduced before callbacks.
- https://github.com/kbparagua/paloma/issues/41
- https://github.com/kbparagua/paloma/issues/30
* Create `controller` and `action` property for Paloma controllers.
* Remove jQuery dependency.
2015-09-01 08:04:18 +00:00
## 4.2.1
* https://github.com/kbparagua/paloma/issues/79 - Rendering "true" string fixed.
* Catch situations where `js` function is called more than once.
2015-05-01 05:43:38 +00:00
## 4.2.0
* https://github.com/kbparagua/paloma/pull/75 - Explicitly insert hook in view.
2015-03-24 14:14:17 +00:00
## 4.1.2
* https://github.com/kbparagua/paloma/issues/73 - Fix `js false` issue.
2014-09-25 15:19:21 +00:00
## 4.1.1
2015-03-24 14:14:17 +00:00
* https://github.com/kbparagua/paloma/pull/57 - Fix Turbolinks Issues.
2014-09-25 15:19:21 +00:00
* https://github.com/kbparagua/paloma/pull/55 - Fix issues when Paloma hook is not found.
## 4.1.0
2014-06-07 11:29:11 +00:00
* Support for Turbolinks.
* `Paloma.executeHook()` to manually run the hook from the DOM.
* Paloma hook will be appended using all `render` calls, except for calls that has the following keys `[:json, :js, :xml, :file]`.
* Restore `Paloma.engine.start()` to start processing queued request.
2014-09-25 15:19:21 +00:00
## 4.0.0
2014-02-15 12:15:19 +00:00
* https://github.com/kbparagua/paloma/issues/26 - Paloma requests are not saved on `session`.
* https://github.com/kbparagua/paloma/issues/26 - Chaining with redirect is removed.
* Routing from javascript is removed.
* Routing from Rails controller is added.
* Ability to have a controller-wide setting.
2014-02-15 12:16:54 +00:00
* https://github.com/kbparagua/paloma/issues/29 - Disable `console.log` and `console.warn` for non-development environments.
2014-02-15 12:15:19 +00:00
2014-09-25 15:19:21 +00:00
## 3.0.2
* Bug Fix: Converting Rails controller name to singular form.
2014-09-25 15:19:21 +00:00
## 3.0.1
2013-10-24 09:43:33 +00:00
* Bug Fix: Can't handle Rails controller with Multi-word name.
* Bug Fix: Paloma Engine is halting when a warning is encountered.
* Don't create Paloma request if rendering js, json, xml, or file.
2014-09-25 15:19:21 +00:00
## 3.0.0
2013-10-24 09:43:33 +00:00
* Rewrite Initial Release