- #74: Remove bundler as a dependency - @nikolalsvk.
- #69: Adding CHANGELOG.md - @gil27.
- #66: Adding support for Turbolinks 5+ - @eclemens.
- #65: Invalid jQuery Promise method name - @eclemens.
- #64: Document new features - @nikolalsvk.
- #63: Configure gem - @nikolalsvk.
- #62: Handle request errorss - @nikolalsvk.
- #61: Add option to pass in container_class and container_id - @nikolalsvk.
- #60: Support event creation in IE - @nikolalsvk.
- #58: Tune different method requests - @nikolalsvk.
- #52: Configurable AJAX method, headers and body - @reneklacan.
- #54: Add recipe for using with respond_to/format.js - @filipewl.
- #50: Add Turbolinks usage note- @richardvenneman.
- #49: Pass in html_element_name - @nikolalsvk.
- #48: Move JS code to a partial - @nikolalsvk.
- #47: Trigger request when document is ready - @nikolalsvk.
- #36: Update README with instructions for nested async - @SaladFork.
- #41: Only bother when the dom is actually ready to be changed - @krainboltgreene.
- #43: [ci skip] Get more Open Source Helpers - @schneems.
- #42: Integration tests - @nikolalsvk.
- #40: Replace render_async's container with the response data - @nikolalsvk.
- #35: Fix async without jQuery - @SaladFork.
- #33: Don't html-escape the path when outputting JS - @elsurudo.
- #31: Allow
render_async_cache
to take a placeholder - @elsurudo.
- #29: Use jQuery if available - @nikolalsvk.
- Fix event name explanation - @nikolalsvk.
- #22: Dispatch JS Event when AJAX is finished- @nikolalsvk.
- #28: Make vanilla JS more readable - @nikolalsvk.
- #25: Convert to vanilla js - @sasharevzin.
- #27: Add turbolinks recipe - @colinxfleming.
- #23: Test placeholder - @nikolalsvk.
- #21: Add specs for render_async_cache - @nikolalsvk.
- #20: Rename block to placeholder - @nikolalsvk.
- #19: Fix replace with - @nikolalsvk.
- #18: Use replaceWith instead of html - @nikolalsvk.
- #17: Prepare and test caching - @nikolalsvk.
- #16: Improvements and fixes for cached view - @nightsurge.
- #15: Add all contributors - @nikolalsvk.
- #14: Add view caching support - @nightsurge.
- #10: Adjust to use javascript_tag and take html_options - @colinxfleming.
- #9: Use commit history from kaspergrubbe/render_async - @nikolalsvk.
- #7: Update README badges - @nikolalsvk.
- #5: Update README.md - @nikolalsvk.
- #4: Update installation info - @nikolalsvk.
- #3: Allow push to rubygems.org - @nikolalsvk.
- #2: Remove railtie and engine files - @nikolalsvk.
- #1: Use commit history from kaspergrubbe/render_async - @nikolalsvk.
- It is now safe to call the method render_async instead of render_asynk (Billetto namespace issue) - @kaspergrubbe
- Add a webpage description to the Gemspec - @kaspergrubbe