Skip to content

fnx 0.1.0

Compare
Choose a tag to compare
@gbaptista gbaptista released this 26 Mar 18:01
· 12 commits to main since this release

Support for new standard paths:

  • /?/init.lua
  • /?/init.fnl
  • /?/init-macros.fnl

Debug command improvements:

  • Better visualization.
  • Bootstrap support.
fnx debug
fnx debug -b

New DSL to debug inside Fennel code:

(local fnx (require :fnx))

(fnx.debug.injections)
(fnx.debug.packages)
(fnx.debug.dot-fnx-path)

Improvements in circular dependency protection.