Skip to content

Releases: bow-swift/nef

nef version 0.2.2

17 Jun 09:59
ba2237c
Compare
Choose a tag to compare

Bug Fixes

Fix bug in nef playground - the project isn't being generated correctly (solved in #63)

nef version 0.2.1

07 Jun 15:12
9126e85
Compare
Choose a tag to compare

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)

nef version 0.2

28 May 23:05
Compare
Choose a tag to compare

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.

nef version 0.1.7

26 Apr 13:29
0b9a455
Compare
Choose a tag to compare

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

nef version 0.1.6

19 Apr 20:17
5251aed
Compare
Choose a tag to compare

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

nef version 0.1.5

17 Apr 12:43
d5c7166
Compare
Choose a tag to compare

Misc. Updates

  • Migrated project to Swift 5.

nef version 0.1.4

16 Apr 09:08
Compare
Choose a tag to compare

Misc. Updates

  • Verbose mode for the building project.

nef version 0.1.3

09 Apr 08:49
34b6584
Compare
Choose a tag to compare

Misc. Updates

  • Added iOS platform supports to Swift Playgrounds.

nef version 0.1.2

26 Mar 13:15
Compare
Choose a tag to compare
Merge branch 'develop'

nef version 0.1.1

25 Mar 16:38
Compare
Choose a tag to compare
Merge branch 'develop'