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

Changelog History
Page 2

  • v0.2.1 Changes

    June 07, 2019

    ๐Ÿ› Bug Fixes

    1 Fix bug in the nef's compiler using statically linked binaries (not supported in Darwin architectures). Compiles the user dependencies (Playground/Sources/*) together with the page.swift and using the options

    • -F to determinate where Apple frameworks are.
    • -Xlinker search recursively in the Apple Frameworks for selected SDK.

    ๐ŸŽ > Darwin architectures (iOS, macos) does not allow statically linked binaries (it only allows static libs). You can read more information about it here.

    2 In iOS systems updated the architecture used. Migrates from x86_64 to arm*

    XCTest doesn't support x86_64 arch, only arm* (in iOS)

  • v0.2.0 Changes

    May 28, 2019

    โšก๏ธ Misc. Updates

    • ๐Ÿ— Build Markdown documents directly from Swift Playgrounds
    • โšก๏ธ Update README with the new features: Markdown Support, compatibility with XCTest, ...

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed a bug for creating the path from relative paths.
    • ๐Ÿ›  Fixed a bug in the compiler when Playground's page filename contains spaces and it has some dependency.
  • v0.1.7 Changes

    April 26, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed a bug in nefc linker: added supports to use/compile Apple frameworks like XCTest.

    โšก๏ธ Misc. Updates

    • โž• Added supports to XCTest: now you can import XCTest and use NefTest helper to run your test cases. ex. use: Nef.run(testCase: ExampleTests.self)
    • ๐Ÿ‘Œ Support for caching nefc. Build project and dependencies using previously cached ouputs - if it is possible. ex. use: nef compile . --use-cache
  • v0.1.6 Changes

    April 19, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed a bug which caused compilation error when the current path includes a directory with a space in it. See PR #35
    • ๐Ÿ›  Fixed a bug in nef Jekyll: reading the arguments in the command line

    โšก๏ธ Misc. Updates

    • โœ‚ Remove unuseful assets folder in the template for Swift Playground
  • v0.1.5 Changes

    April 17, 2019

    โšก๏ธ Misc. Updates

    • Migrated project to Swift 5.