Skip to content

v3.23.0

Compare
Choose a tag to compare
@Olical Olical released this 09 Oct 11:31
· 96 commits to master since this release
  • More Fennel updates! Keeping in sync with their main branch as they track to the stable v1.0 release. Exciting!
  • Fix the dynamic module macros firing during compile time. The module macros have a kind of static compilation and dynamic eval mode, some users were seeing the dynamic code ending up in their static files which breaks horribly. I've now added a "static" mode to the compilation to avoid this ever happening again.

A small but essential update! Sorry about the instability, it's mostly caused by Neovim, Fennel and myself making large changes all at once. That coincidence has made it REALLY hard to keep track of what's compatible with what and test all the cases. Thank you for your patience ❤️