Skip to content

Releases: c42f/FastClosures.jl

v0.3.2

23 Oct 02:02
v0.3.2
Compare
Choose a tag to compare

v0.3.2 (2019-10-23)

Diff since v0.3.1

Closed issues:

  • Syntax error type declared in inner scope (#16)

Merged pull requests:

  • Recognize type declarations (#17) (c42f)

v0.3.1

12 Aug 15:40
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-08-12)

Diff since v0.3.0

Closed issues:

Merged pull requests:

  • Allow @ inbounds in closure right hand side expressions (#15) (c42f)

Release 0.3.0

10 Jul 22:31
b199727
Compare
Choose a tag to compare
  • Support do syntax
  • Drop julia-0.6 support

v0.2.1: Julia-1.0 fixes

01 Oct 11:17
Compare
Choose a tag to compare

Minor fixes so that FastClosures is installable on julia-1.0

v0.2.0: Various fixes + drop 0.5 support

02 Sep 21:32
Compare
Choose a tag to compare
* Workaround macro hygine issues with nested macro calls in julia-0.7-DEV
* Better error messages for invalid expansions
* Drop 0.5 support

v0.1.0

03 Aug 12:15
Compare
Choose a tag to compare
Initial code