Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.95 KB

5.0.0

  • #84 - Easier syntax for creating controllers.
  • #56 - Paloma should be started manually using Paloma.start().
  • Introduced before callbacks.
  • Create controller and action property for Paloma controllers.
  • Remove jQuery dependency.

4.2.1

  • #79 - Rendering "true" string fixed.
  • Catch situations where js function is called more than once.

4.2.0

  • #75 - Explicitly insert hook in view.

4.1.2

  • #73 - Fix js false issue.

4.1.1

  • #57 - Fix Turbolinks Issues.
  • #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.

4.0.0

  • #26 - Paloma requests are not saved on session.
  • #26 - Chaining with redirect is removed.
  • Routing from javascript is removed.
  • Routing from Rails controller is added.
  • Ability to have a controller-wide setting.
  • #29 - Disable console.log and console.warn for non-development environments.

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