Chain.jl Versions Save

A Julia package for piping a value through a series of transformation expressions using a more convenient syntax than Julia's native piping functionality.

v0.6.0

2 months ago

Chain v0.6.0

Diff since v0.5.0

Merged pull requests:

  • Test against correct result (#47) (@jcunwin)
  • catch case with only linenumbernode (#53) (@jkrumbiegel)
  • Simplify chain logic (#54) (@jkrumbiegel)

Closed issues:

  • allowing assignments to variables (#33)
  • Single call inline chain fails (#51)

v0.5.0

1 year ago

Chain v0.5.0

Diff since v0.4.10

Closed issues:

  • @chain one-liner nested in an outer @chain may not work? (#42)

Merged pull requests:

  • Use begin block and allow variable export (#50) (@jkrumbiegel)

v0.4.10

2 years ago

Chain v0.4.10

Diff since v0.4.9

Merged pull requests:

  • fix nested single line chain (#43) (@jkrumbiegel)

v0.4.9

2 years ago

Chain v0.4.9

Diff since v0.4.8

Closed issues:

  • combine with grouped dataframe (#34)
  • Potential incompatibility with Julia LSP? (#40)

Merged pull requests:

  • fix docstring parsing issue (#41) (@jkrumbiegel)

v0.4.8

2 years ago

Chain v0.4.8

Diff since v0.4.7

Closed issues:

  • @aside cuts the chain if the last statement (#32)

v0.4.7

2 years ago

Chain v0.4.7

Diff since v0.4.6

Closed issues:

  • Do we really need begin and end 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

3 years ago

Chain v0.4.6

Diff since v0.4.5

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

3 years ago

Chain v0.4.5

Diff since v0.4.4

Closed issues:

  • Odd behavior with anonymous functions (#20)

Merged pull requests:

  • allow Module.SubModule.func and similar (#21) (@jkrumbiegel)

v0.4.4

3 years ago

Chain v0.4.4

Diff since v0.4.3

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)

v0.4.3

3 years ago

Chain v0.4.3

Diff since v0.4.2

Closed issues:

  • Add one more argument to motivation (#12)