All Versions
15
Latest Version
Avg Release Cycle
33 days
Latest Release
1512 days ago

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")])
    
  • 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

    โšก๏ธ Misc. Updates

    Swift Playgrounds with support for 3rd-party libraries on iPads (tracked in #92, #102, #103, #104)

    It needs to use Swift Playground app version 3.x

  • v0.5.0 Changes

    December 11, 2019

    โšก๏ธ Misc. Updates

    Swift Playgrounds with support for 3rd-party libraries on iPads (tracked in #92, #102, #103, #104)

    It needs to use Swift Playground app version 3.x

  • v0.4.0 Changes

    November 25, 2019

    โšก๏ธ Misc. Updates

    • Improvements in nef Playground system. (tracked in #97)
    • Adds a new dependency manager, Carthage (tracked in #87 #88 #89 #90 #91 #99)
    • Opens nef features to developers. (tracked in #80 #81 #82 #84 #98)
    • Upgrade Xcode Editor Extension to nef 0.4. More information in the repository.
  • 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 and Markdown 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)