Releases: invenia/ExprTools.jl
Releases · invenia/ExprTools.jl
v0.1.10
ExprTools v0.1.10
Merged pull requests:
- Accommodate JuliaSyntax in tests (#38) (@c42f)
- Resolve signature issue (#40) (@willtebbutt)
v0.1.9
ExprTools v0.1.9
Merged pull requests:
- Fix typos in docstrings of def_tools.jl (#34) (@pitmonticone)
- Remove Docs Redundancy (#35) (@willtebbutt)
- removed deprecated parameter to Base.kwarg_decl (#36) (@vtjnash)
v0.1.8
v0.1.7
ExprTools v0.1.7
Merged pull requests:
- Add test for varadic tuples in signature (#24) (@oxinabox)
- Link to juliacon video (#26) (@oxinabox)
- MassInstallAction: Install the BlueStyleFormatter workflow on this repository (#27) (@mattBrzezinski)
- splitdef: handle invalid
Expr(:function, :(f(x)))
(#31) (@rfourquet)
v0.1.6
v0.1.5
ExprTools v0.1.5
Closed issues:
- signature doesn't work for callable structs (#16)
Merged pull requests:
- Allow callable structs in argument_names (#21) (@bgroenks96)
v0.1.4
ExprTools v0.1.4
Merged pull requests:
- MassInstallAction: Install the GitHubActions workflow on this repository (#13) (@fchorney)
- Clean up CI (#14) (@fchorney)
- Fix CI Tests and Artifact Cache Issues (#15) (@fchorney)
- add arg_tuple_expr (#17) (@oxinabox)
- add signature from type tuple (#18) (@oxinabox)
- make parameters part of public API (#19) (@oxinabox)
v0.1.3
v0.1.2
ExprTools v0.1.2
Merged pull requests:
v0.1.1
ExprTools v0.1.1
Closed issues:
splitdef
doesn't work on block expressions (#4)- combinedef bug with a single kwarg with default value (#8)
Merged pull requests:
- Add code to generate signature from Method (#1) (@oxinabox)
- Fix typo (#3) (@willtebbutt)
- Deal with (x; y=0) -> ... pattern (#9) (@pablosanjose)