Releases: jkrumbiegel/Chain.jl
Releases · jkrumbiegel/Chain.jl
v0.6.0
Chain v0.6.0
Merged pull requests:
- Test against correct result (#47) (@jcunwin)
- catch case with only linenumbernode (#53) (@jkrumbiegel)
- Simplify chain logic (#54) (@jkrumbiegel)
Closed issues:
v0.5.0
Chain v0.5.0
Closed issues:
Merged pull requests:
- Use begin block and allow variable export (#50) (@jkrumbiegel)
v0.4.10
v0.4.9
v0.4.8
v0.4.7
Chain v0.4.7
Closed issues:
- Do we really need
begin
andend
in the expression? (#17) - Easier way to make anonymous functions (#25)
- I introduced some ugly behavior with multi-arg version (#27)
Merged pull requests:
- enable keyword arguments for macros (#31) (@jkrumbiegel)
v0.4.6
Chain v0.4.6
Closed issues:
- Incorrect handling of qualified function calls (#19)
- Any syntax for
f()
evaluated with no arguments? (#22)
Merged pull requests:
- no begin (#24) (@jkrumbiegel)
v0.4.5
Chain v0.4.5
Closed issues:
- Odd behavior with anonymous functions (#20)
Merged pull requests:
- allow Module.SubModule.func and similar (#21) (@jkrumbiegel)
v0.4.4
Chain v0.4.4
Closed issues:
- Allow no begin and end block for single row chaining (#5)
- Auto-gen release notes (#11)
- Passing an empty args list (#13)
Merged pull requests:
- README: more informative intro sentence (#14) (@waldyrious)