- #148: Polish retry count header feature - @nikolalsvk.
- #147: Add support for retry count header - @reneklacan.
- #146: Add comment when we check if container is present - @nikolalsvk.
- #145: Wrap html_options for turbolinks - @yhirano55.
- #144: Avoid TypeError if container has already disappear - @yhirano55.
- #142: Update Turbolinks docs - @nikolalsvk.
- #141: Add Support for Turbo - @MBuckley0.
- #139: Fix readme configuration-options anchor - @richardvenneman.
- #138: Add Rails 6 base app as a fixture - @nikolalsvk.
- #137: Rename config - @nikolalsvk.
- #134: Add config option for setting nonce - @nikolalsvk.
- #132: Refresh render_async with an event - @nikolalsvk.
- #131: Start to poll on page load with toggle - @nikolalsvk.
- #130: Set up control events after document loaded - @nikolalsvk.
- #127: Update README.md, to reflect correct turbolinks configuration value - @villu164.
- #125: Implement retry after some time feature - @nikolalsvk.
- #124: Add more info on how to control polling - @nikolalsvk.
- #123: Simplify calling of start and stop event when interval is defined - @nikolalsvk.
- #119: Add polling control start/stop events - @vanboom.
- #120: Fine tune custom content_for feature - @nikolalsvk.
- #117: Allow a custom content_for name - @vanboom.
- #114: Call render_async logic if document state is ready or interactive - @nikolalsvk.
- #113: Remove interval after Turbolinks visit event - @nikolalsvk.
- #112: Add X-Requested-With header in Vanilla JS - @nikolalsvk.
- #110: Remove preventDefault, and load toggle in stream - @vanboom.
- #105: Load toggle listeners after page loads - @nikolalsvk.
- #104: Attach container to dispatched events - @nikolalsvk.
- #103: Add generic "load" and "error" events - @lipsumar.
- #98: Bump nonce pattern in the README to follow Rails CSP standard - @colinxfleming.
- #95: Use double quotes for displaying error message - @nikolalsvk.
- #93: Fix: "Uncaught ReferenceError: _interval" #92 - @fffx.
- #89: Bump version to 2.1.2 - @nikolalsvk.
- #82: When toggle true, do not fire
_renderAsyncFunc
onturbolinks:load
- @ThanhKhoaIT.
- #85: Rename main JS function and support toggle feature with other features - @nikolalsvk.
- #82: Add toggle selector and event to render - @ThanhKhoaIT.
- DEPRECATION WARNING - html_options is now a hash that you pass to render_async instead of an argument. If you passed for example a nonce: '21312aas...', you will need to pass html_options: { nonce: '21312aas...' }
- #77: Call render_async logic every N seconds - @nikolalsvk.
- #76: Retry render_async on failure - @nikolalsvk.
- #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