Releases: c42f/Underscores.jl
Releases · c42f/Underscores.jl
v3.0.0
Underscores v3.0.0
Diff since v2.0.0
Closed issues:
- Behavior of
_
is confusing with infix operators (#6)
- Interaction with indexing brackets (#8)
- @_ within the selector Fun part of DataFrames.select (#16)
- Doesn't with ternary operators (#18)
- Broadcasted piping .|> (#20)
Merged pull requests:
- Fix a typo in the rules examples (#9) (@laborg)
- Recurse _ to bypass square brackets, and usually-infix operators (#10) (@mcabbott)
- Recurse _ past ternary operator (#19) (@mcabbott)
- Allow broadcasted pipes (#21) (@mcabbott)
- CI + docs refresh to new julia versions (#23) (@c42f)
v2.0.0
Underscores v2.0.0
Diff since v1.0.0
Merged pull requests:
- Make _ always stand for the first argument (#3) (@c42f)
- Disable use with do syntax, for now. (#5) (@c42f)
v0.1.0
Underscores v0.1.0
Closed issues:
- A way to allow for
filter
, map
piping... (#1)
- Redesign _ -> identity transforms (#2)