mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Update Changelog.md
This commit is contained in:
parent
640bbfb1d5
commit
dbd4b0d155
1 changed files with 9 additions and 5 deletions
14
Changelog.md
14
Changelog.md
|
@ -1,11 +1,15 @@
|
|||
## Version 4.1.0
|
||||
## 4.1.1
|
||||
* https://github.com/kbparagua/paloma/pull/57 - Fix Turbolinks Issues.
|
||||
* https://github.com/kbparagua/paloma/pull/55 - Fix issues when Paloma hook is not found.
|
||||
|
||||
## 4.1.0
|
||||
* 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.
|
||||
|
||||
|
||||
## Version 4.0.0
|
||||
## 4.0.0
|
||||
* 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.
|
||||
|
@ -14,15 +18,15 @@
|
|||
* https://github.com/kbparagua/paloma/issues/29 - Disable `console.log` and `console.warn` for non-development environments.
|
||||
|
||||
|
||||
## Version 3.0.2
|
||||
## 3.0.2
|
||||
* Bug Fix: Converting Rails controller name to singular form.
|
||||
|
||||
|
||||
## Version 3.0.1
|
||||
## 3.0.1
|
||||
* 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.
|
||||
|
||||
|
||||
## Version 3.0.0
|
||||
## 3.0.0
|
||||
* Rewrite Initial Release
|
||||
|
|
Loading…
Add table
Reference in a new issue