1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
paloma/Changelog.md
2015-05-01 13:43:38 +08:00

1.4 KiB

4.2.0

4.1.2

4.1.1

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.

4.0.0

3.0.2

  • Bug Fix: Converting Rails controller name to singular form.

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.

3.0.0

  • Rewrite Initial Release