Releases: finestructure/Arena
Releases · finestructure/Arena
1.3.4
- Add support for packages which reference
visionOS
as a platform in their package manifest (issue #98)
1.3.2
- Fixes invalid
product(...)
clause in cases where the package name differs from the repo base name
1.3.1
- Adds support for macCatalyst platform (#90)
1.3.0
- 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.0
- Adds support for a
.arena-sample.swift
file to pre-populate the generated playground with sample code.
1.1.0
- 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
- Improved, simpler project format, Xcode 12 only
- Top level “Dependencies” wrapper package, that allows adding additional dependencies manually
- dropped confusing
—name
option. Simply use —output <directory>
(default Arena-Playground
) to save to another path.
1.0.0-b2
- 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