Sourced from turbo-rails's releases.
v2.0.8
What's Changed
- Create executable bug report Rails application by
@seanpdoyle
in hotwired/turbo-rails#593- remove unused morph tag builder by
@omarluq
in hotwired/turbo-rails#655- Fix deprecation in routing by
@atomaka
in hotwired/turbo-rails#657- Raise ArgumentError when turbo_stream_from helper gets passed blank streamables by
@mwallba
in hotwired/turbo-rails#661- Drop Redis for dev requirement by
@dhh
in hotwired/turbo-rails#675- Do not load ActiveJobs if ActiveJob is not loaded by
@aaronjensen
in hotwired/turbo-rails#602- Add
turbo_stream.refresh
builder method by@seanpdoyle
in hotwired/turbo-rails#595- Add attributes hash as optional arg to replace/update model tag builders by
@omarluq
in hotwired/turbo-rails#658- Revert "Add attributes hash as optional arg to replace/update model tag builders" by
@jorgemanrubia
in hotwired/turbo-rails#676- Add optional method to TagBuilder for morph by
@AlexKovynev
in hotwired/turbo-rails#665- Only pass
:request_id
option to Refresh Stream by@seanpdoyle
in hotwired/turbo-rails#603- Support
targets:
inBroadcastable
methods - Update by@JuannFerrari
in hotwired/turbo-rails#511- Stream Tag Builder: Support
:renderable
arguments by@seanpdoyle
in hotwired/turbo-rails#569- Introduce
Turbo::SystemTestHelper
by@seanpdoyle
in hotwired/turbo-rails#577- Alter Action Cable Element to be morph-compatible by
@seanpdoyle
in hotwired/turbo-rails#650New Contributors
@atomaka
made their first contribution in hotwired/turbo-rails#657@mwallba
made their first contribution in hotwired/turbo-rails#661@AlexKovynev
made their first contribution in hotwired/turbo-rails#665@JuannFerrari
made their first contribution in hotwired/turbo-rails#511Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.8
fa4b60a
Bump version065f798
Bump version034c632
Alter Action Cable Element to be morph-compatible (#650)9f5c846
Introduce Turbo::SystemTestHelper
(#577)1b60474
Merge pull request #569
from seanpdoyle/stream-tag-builder-support-renderable5199904
Support targets:
in Broadcastable
methods -
Update (#511)5038ed8
Stream Tag Builder: Support :renderable
arguments33019f3
Only pass :request_id
option to Refresh Stream (#603)dfabcf7
Add method to TagBuilder (#665)c0c3021
Revert "Add attributes hash as optional arg to replace/update model
tag build...Sourced from dotenv-rails's releases.
3.1.4
What's Changed
- Fix an error when only the
Spring::Client
is loaded by@alpaca-tc
in bkeepers/dotenv#512New Contributors
@alpaca-tc
made their first contribution in bkeepers/dotenv#512Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4
3.1.3
What's Changed
- Only use Spring if already loaded by
@runephilosof-abtion
in bkeepers/dotenv#511- Doc Updates:
- Spell out 'FILENAME' in readme by
@mikegee
in bkeepers/dotenv#505- Provide a 'Changelog' link on rubygems.org/gems/dotenv by
@mark-young-atg
in bkeepers/dotenv#506- README.md: typo "exiting" by
@olleolleolle
in bkeepers/dotenv#508- cleanup: Run standard:fix by
@olleolleolle
in bkeepers/dotenv#509New Contributors
@mikegee
made their first contribution in bkeepers/dotenv#505@mark-young-atg
made their first contribution in bkeepers/dotenv#506@olleolleolle
made their first contribution in bkeepers/dotenv#508@runephilosof-abtion
made their first contribution in bkeepers/dotenv#511Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.3
Sourced from dotenv-rails's changelog.
3.1.4
- Fix an error when only the
Spring::Client
is loaded by@alpaca-tc
in bkeepers/dotenv#512New Contributors
@alpaca-tc
made their first contribution in bkeepers/dotenv#512Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4
3.1.3
- Only use Spring if already loaded by
@runephilosof-abtion
in bkeepers/dotenv#511- Doc Updates:
- Spell out 'FILENAME' in readme by
@mikegee
in bkeepers/dotenv#505- Provide a 'Changelog' link on rubygems.org/gems/dotenv by
@mark-young-atg
in bkeepers/dotenv#506- README.md: typo "exiting" by
@olleolleolle
in bkeepers/dotenv#508- cleanup: Run standard:fix by
@olleolleolle
in bkeepers/dotenv#509New Contributors
@mikegee
made their first contribution in bkeepers/dotenv#505@mark-young-atg
made their first contribution in bkeepers/dotenv#506@olleolleolle
made their first contribution in bkeepers/dotenv#508@runephilosof-abtion
made their first contribution in bkeepers/dotenv#511Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.3
ee3975c
Prepare for 3.1.4 releasefe760d1
Merge pull request #512
from alpaca-tc/fix-spring691f7f9
Make spring specs a little more explicitf75ff89
follow-up bkeepers/dotenv#5111e8dae2
Bump to 3.1.347f5cb6
Prepare for v3.1.34223d1f
Merge pull request #511
from runephilosof-abtion/patch-18c7e460
Fix tests for spring changes54aa1f6
Only use Spring if already loadedb86d9e4
Merge pull request #509
from olleolleolle/run-standard