Skip to content

Releases: Olical/aniseed

v3.33.0

26 Feb 15:18
Compare
Choose a tag to compare

Full Changelog: v3.32.0...v3.33.0

  • Updated to Fennel 1.3.0
  • Added support for import-macros in module
  • Merged #135, includes autocmd related macros

v3.32.0

07 Jan 17:17
Compare
Choose a tag to compare

v3.31.0

31 Aug 17:42
Compare
Choose a tag to compare

Full Changelog: v3.30.0...v3.31.0

v3.30.0

07 Aug 13:32
411d817
Compare
Choose a tag to compare

What's Changed

  • Add when-let as a core macro by @NoahTheDuke in #124
  • Added if-let as well as when-let, mimicking Clojure's macros.

New Contributors

Full Changelog: v3.29.0...v3.30.0

v3.29.0

14 May 11:14
bfaefa1
Compare
Choose a tag to compare

FIxed #117, I think. So now you can rely on macro files stored in deps you're embedding into your plugin with embed.sh. The seed should set things up correctly for this to work now. There's a new env var you need to pass to compile.sh in this case though. See the seed and the compile.sh script contents for more.

Added support for associative tables in the aniseed.core count function. This means things like empty? also work on associative tables now!

Full Changelog: v3.28.1...v3.29.0

v3.28.1

02 May 10:35
618c211
Compare
Choose a tag to compare

Fixed #116, so now module macro destrcturing works as expected in all cases. I've also included some examples in the README to show you the various syntax you can rely on.

Full Changelog: v3.28.0...v3.28.1

v3.28.0

24 Apr 14:58
0c82834
Compare
Choose a tag to compare

What's Changed

  • elaborate docs about require-macros by @Liverm0r in #113

New Contributors

  • @Liverm0r made their first contribution in #113

  • Destructuring in module macros

  • Fennel 1.1.0

  • AniseedEval and AniseedEvalFile in Neovim 0.7+

Full Changelog: v3.27.5...v3.28.0

v3.27.5

09 Apr 14:14
c55d487
Compare
Choose a tag to compare

Full Changelog: v3.27.4...v3.27.5

v3.27.4

30 Mar 22:42
68ad878
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.27.3...v3.27.4

v3.27.3

21 Mar 18:33
bd79727
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.27.2...v3.27.3