All Versions
17
Latest Version
Avg Release Cycle
63 days
Latest Release
1605 days ago

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