Skip to content

0.4.2

Compare
Choose a tag to compare
@technomancy technomancy released this 12 Jul 00:21
· 75 commits to master since this release

0.4.2 / 2020-07-11

  • Fix a bug where multiple include calls would splice locals incorrectly
  • Support varargs in hashfn with $... (#298)
  • Add with-open macro for auto-closing file handles (#295)
  • Add --native-module and --native-library to --compile-binary command
  • Make autogensym symbols omit "#" when appending unique suffix
  • Fix a bug where autogensyms (using #) couldn't be used as multisyms (#294)
  • Add fennel.searchModule function to module API
  • Fix a bug causing include to ignore compiler options
  • Fix a bug causing the repl to fail when $HOME env var was not set