All Versions
15
Latest Version
Avg Release Cycle
33 days
Latest Release
1512 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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 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.
-
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)
-
v0.3.0 Changes
July 09, 2019โก๏ธ Misc. Updates
- Carbon integration (tracked in #40)
- Improve nef compiler (tracked in #54)
- Added option to CLI for checking the nef version (tracked in #72)
- Creates the microsite (tracked in #46, #51, #52)
๐ Bug Fixes
- โ Remove unuseful folders after initialising a project using
nef playground
(tracked in #63) - if you copy-paste, an existing playground in an existing nef project, the
logic tree for Xcode
project gets absolute paths instead of relative (tracked in #69) - ๐ If the project name input is the same as the playground page, then
Jekyll
andMarkdown
options remove the project folder and fails (tracked in #70)
-
v0.2.2 Changes
June 17, 2019๐ Bug Fixes
๐ Fix bug in
nef playground
- the project isn't being generated correctly (solved in #63)