nikolalsvk / render_async

render_async lets you include pages asynchronously with AJAX
https://rubygems.org/gems/render_async/
MIT License
1.08k stars 75 forks source link

Adding CHANGELOG.md #69

Closed gil27 closed 6 years ago

gil27 commented 6 years ago

This PR addresses Issue #44

My idea here was to get all Pull Requests between two releases and list them with who opened the pull request

nikolalsvk commented 6 years ago

Thanks @gil27!

Everyhing you did so far is amazing. Can you also check versions from 0.4.0 to 2.0.0 please? :) I don't see them in your changes.

gil27 commented 6 years ago

@nikolalsvk, for sure I can. I just looked at releases tab. My fault.

nikolalsvk commented 6 years ago

Awesome @gil27, thank you so much for this! 🍰

alainravet commented 6 years ago

@gil27 @nikolalsvk Any breaking changes from 1.2.0 -> 1.3.0 -> 2.0 ?

nikolalsvk commented 6 years ago

Hey @alainravet, there is one possible breaking change if you are dependent on jQuery.

POSSIBLE BREAKING CHANGE

render_async now renders the usual, non-jQuery JavaScript code to fetch your AJAX requests and show content on the page.

If you for some reason need jQuery part of render_async, you must configure render_async:

RenderAsync.configure do |config|
  config.jquery = true
end