nef v0.6.2 Release Notes
Release Date: 2020-07-24 // almost 5 years ago-
⚡️ Misc. Updates
- ➕ Add Action to bump Homebrew formula when a new tag is pushed
[0-9]+.[0-9]+.[0-9]+
.
🐛 Bug Fixes
👌 Support for inline comments multiline. It fixes bug #162 and completes to support all kind of
comments
. Ex.import Foundation /* Comment */
👍 before, it has not been supported and now nef syntax-analyzer will output the next
AST
:block([NefCore.Node.Code.code("import Foundation\n"), NefCore.Node.Code.comment("/\* Comment \*/\n")])
- ➕ Add Action to bump Homebrew formula when a new tag is pushed
Previous changes from v0.6.1
-
⚡️ Misc. Updates
- ⚡️ Update nef to use Swift 5.2+
- Add support to Linux. You can
import nef
in Linux and use the next modules: NefCommon, NefMarkdown, NefJekyll and NefPlaygroundBook. You can find more information about the API on the nef site.