Nef Versions Save

💊 steroids for Xcode Playgrounds

0.7.1

2 years ago

Misc. Updates

  • Add support to M1 processors.

0.7.0

2 years ago

Misc. Updates

  • Add support to Xcode13.

Bug Fixes

  • Linking fails due to now-missing libswiftXCTest

0.6.2

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

0.6.1

4 years ago

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.

0.6.0

4 years ago

Misc. Updates

This version finishes the modularization we started in nef 0.4.

  • nef ♡ FP Functional Programming encourages us to write modular and testable code, improving maintainability; In the end, it leads us to write robust and trustworthy code. Following this goal, and taking advantage of Bow, we have rewritten nef using a functional approach from the core to the UI.
  • API Reference this version provides multiple APIs. You can go to new API section in the site for more information.
  • Official integration with Homebrew nef has been included in the main repository 🎉

0.5.2

4 years ago

Misc. Updates

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

It needs to use Swift Playground app version 3.x

0.4.0

4 years ago

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.

0.3.2

4 years ago

Misc. Updates

  • Update templates to keep compatibility to Bow version 0.6

0.3.1

4 years ago

Misc. Updates

  • New white version design for the watermark.

Bug Fixes

0.3.0

4 years ago

Misc. Updates

Bug Fixes