Merged
Conversation
stefanb
approved these changes
Jul 7, 2025
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
replfilter by @01mf02 in Implementreplfilter and split up main file 01mf02/jaq#303@uridformat by @wader in Add@uridformat 01mf02/jaq#290bsearchby @01mf02 in Implementbsearch01mf02/jaq#299Behaviour changes
This release changes the behaviour of the recursion operator
..in updates: Previously, this operator could easily cause infinite loops if the right-hand side of an update with..would produce a value that could be iterated over, such as an array or an object. With this release, this is now avoided, by performing..updates from the leafs to the root instead of from the root to the leafs...(recursion) by @01mf02 in New update semantics for..(recursion) 01mf02/jaq#285jointo strings by @01mf02 in Convert inputs ofjointo strings 01mf02/jaq#302Bugs fixed
Miscellaneous
try-catchwithoutlabel $x | ...by @01mf02 in Implementtry-catchwithoutlabel $x | ...01mf02/jaq#297Debugformatload::parse::Deflike a tuple by @01mf02 in MakeDebugformatload::parse::Deflike a tuple 01mf02/jaq#291New Contributors
Full Changelog: 01mf02/jaq@v2.2.0...v2.3.0
View the full release notes at https://github.com/01mf02/jaq/releases/tag/v2.3.0.