Skip to content

Releases: finestructure/Arena

1.3.4

14 Nov 13:15
6ce0ff3
Compare
Choose a tag to compare
  • Add support for packages which reference visionOS as a platform in their package manifest (issue #98)

1.3.3

03 Nov 08:04
731f54d
Compare
Choose a tag to compare

1.3.2

15 Aug 13:26
b5aac0c
Compare
Choose a tag to compare
  • Fixes invalid product(...) clause in cases where the package name differs from the repo base name

1.3.1

08 Mar 11:00
db7c850
Compare
Choose a tag to compare
  • Adds support for macCatalyst platform (#90)

1.3.0

30 Nov 10:44
b489675
Compare
Choose a tag to compare
  • Fixes failure to generate playground project when the package dependency contained a plugin (#87)
  • Bumps package tools-version and fixes deprecation warnings in generated package manifests

1.2.1

22 Jan 15:03
9055f06
Compare
Choose a tag to compare
  • Fixes #78 : bring back support for Playground Books (iOS compatible)

    NB: This creates a user module for the package source files but it does not currently do this recursively for package dependencies.

1.2.0

08 Nov 16:12
609cb21
Compare
Choose a tag to compare
  • Adds support for a .arena-sample.swift file to pre-populate the generated playground with sample code.

1.1.0

04 Nov 11:22
Compare
Choose a tag to compare
  • If a dependency's library product matches its package name, only import that single library. This makes packages like RxSwift and Vapor work, because it avoids pulling in their test helpers. These helpers import XCTest, which currently makes the playground fail to build. See #75 for details.

1.0.0

29 Oct 12:25
ccd7783
Compare
Choose a tag to compare
  • Improved, simpler project format, Xcode 12 only
  • Top level “Dependencies” wrapper package, that allows adding additional dependencies manually

Screenshot 2020-10-21 at 09 40 26

Screenshot 2020-10-21 at 09 42 07

  • dropped confusing —name option. Simply use —output <directory> (default Arena-Playground) to save to another path.

1.0.0-b2

22 Oct 13:02
ccd7783
Compare
Choose a tag to compare
1.0.0-b2 Pre-release
Pre-release
  • fixed error when creating a playground book (--book flag)
  • improved tests
  • dropped confusing --name option. Simply use --output <directory> (default Arena-Playground) to save to another path.
  • package update