Open
Conversation
Contributor
Author
|
Sorry, but the merge failed with:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ jbuilder (2.13.0 → 2.14.1) · Repo · Changelog
Release Notes
2.14.1
2.14.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
Prepare for 2.14.1Merge pull request #601 from flavorjones/flavorjones/fix-encode-argumentsEnsure that Jbuilder.encode properly forwards arguments to .newPrepare for 2.14.0Merge pull request #591 from moberegger/moberegger/optimize_options_mergesSmall _set_inline_partial optimizationStop mutating options in partial! methodStop mutating options in set! methodRemove _partial micro-optimizationMerge pull request #574 from pixeltrix/fix-warnings-and-version-constantFix constant redefinition warningFix method redefinition warningAdd Rails 7.2 to the Appraisals fileUse the correct path for the env commandFix warning about routes.rb not existingAdd devcontainerStop mutating options in array! methodMerge branch 'main' into moberegger/optimize_options_mergesMerge pull request #594 from affinity/remove_rails_6_supportMerge pull request #600 from affinity/moberegger/method_missingOptimize method_missing via alias_methodMerge branch 'main' into remove_rails_6_supportUpdate lib/jbuilder/railtie.rbMerge pull request #575 from excid3/fix-caching-with-api-controllersMerge pull request #598 from affinity/moberegger/optimize_extractMerge pull request #597 from affinity/moberegger/optimize_key_formatterMerge pull request #593 from affinity/moberegger/optimize_key_methodMerge pull request #599 from affinity/moberegger/add-frozen-string-literalMerge pull request #590 from moberegger/moberegger/optimize_is_collectionAdd frozen_string_literalSave on call to ::Kernal.block_given?Cleanup initializerInvert options nil checkRepurpose test to validate default formatter cache is usedOptimize jbuilder initializationUse mutex for thread safetyBack to fetchOptimize extract to save on memory allocationSave on some memory allocation during initializationReuse key cache across template rendersOptimize key formatterCleanup one more spot in testsRefactor CollectionRenderer for Rails 7+ supportCleanup test cases for Ruby 3.0Cleanup Railtie for Rails 7Cleanup test cases for Rails 7Update gemspec for Ruby 3.0Update gemspec for Rails 7Prevent memory allocation on symbolized keysSave memory allocation when calling renderSave on more mergesPut template_lookup_options to avoid possible breaking changeCall _set_value directlyOptimize options mergingOptimize _is_collection? methodMerge pull request #578 from ienders/force-close-final-template-statementMerge pull request #583 from excid3/update-see-otherMerge pull request #576 from richardvenneman/readme-headingsMerge pull request #582 from excid3/fix-logger-rails-7-0Test against Rails 8 and fix Rails 7 logger dependencyAdd status: :see_other to update actionEnsure cache helpers existsForce close final statement in templates (enables Hash Shorthand / punning on final statement)Add headings to READMERelease Notes
0.5.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
v0.5.1Exclude dependabot updates from release note[DOC] Doc for CGI.parse[DOC] Correct env nameBump step-security/harden-runner from 2.13.2 to 2.13.3[DOC] Revise some examples (#81)Bump step-security/harden-runner from 2.13.1 to 2.13.2Bump actions/checkout from 5 to 6Bump rubygems/release-gem from 1.1.1 to 1.1.2Merge pull request #93 from nobu/c90Fix mixed declarations and codeMerge pull request #92 from nobu/testsSkip unless `CGI::EscapeExt` methods are implementedUse the synonym and globals instead of constantsStrip trailing spaces and add a newline at EOF[DOC] Missing documentsAdd a workflow to sync commits to ruby/ruby (#84)[DOC] Enhanced doc for CGI.new (#80)Merge pull request #78 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.1Bump step-security/harden-runner from 2.13.0 to 2.13.1Bump actions/checkout from 4 to 5Update session.rbMerge pull request #74 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.0Bump step-security/harden-runner from 2.12.2 to 2.13.0Bump step-security/harden-runner from 2.12.1 to 2.12.2Bump step-security/harden-runner from 2.12.0 to 2.12.1Commits
See the full diff on Github. The new version differs by 15 commits:
Branching minitest to version 5.27.0! Adding post install message announcing the EOL for minitest 5.REVERTED: Removed obsolete conditional for prerecord. For now... Wait for MT6.- Removed obsolete guards around Warning.- Removed obsolete version guards for pattern matching assertions.- Removed obsolete conditional for prerecord+ Use Kernel#warn uplevel argument for nicer warnings. (byroot)Fixed reporter test shape variation warning. (havenwood)+ Removed TestTask::Work#initialize since Queue can now initialize with an Enumerable! AMAZING!- Switched all internal requires to require_relative.- Cleaned up option aliasing a tad.Switched to vim-test in readmeAdded minitest website to readmeanother tweak to GHA config to fix task namesCleaned up GHA configDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands