All Versions
17
Latest Version
Avg Release Cycle
63 days
Latest Release
1605 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
January 19, 2022โก๏ธ Misc. Updates
- โ Add support to M1 processors.
-
v0.7.0 Changes
November 02, 2021โก๏ธ Misc. Updates
- โ Add support to Xcode13.
๐ Bug Fixes
- ๐ Linking fails due to now-missing
libswiftXCTest
-
v0.6.2 Changes
July 24, 2020โก๏ธ 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
-
v0.6.1 Changes
April 30, 2020โก๏ธ Misc. Updates
- โก๏ธ Update nef to use Swift 5.2+
- Add support to Linux. You can
import nefin Linux and use the next modules: NefCommon, NefMarkdown, NefJekyll and NefPlaygroundBook. You can find more information about the API on the nef site.
-
v0.6.0 Changes
March 05, 2020โ only for testing purposes
-
v0.5.2 Changes
January 09, 2020 -
v0.5.0 Changes
December 11, 2019 -
v0.4.0 Changes
November 25, 2019 -
v0.3.2 Changes
October 02, 2019โก๏ธ Misc. Updates
- โก๏ธ Update templates to keep compatibility to Bow version 0.6
-
v0.3.1 Changes
July 15, 2019โก๏ธ Misc. Updates
- ๐ New white version design for the watermark.
๐ Bug Fixes
- ๐ Upgrade CLI carbon to use the website directly and not embedded version. It will keep update nef into future Carbon's releases (tracked in #83)