Releases: finestructure/Arena
Releases · finestructure/Arena
0.8.0: SPMPlayground is now Arena
- renamed to Arena
- adopted swift-argument-parser library
- dropped
-d/--deps
option name, i.e.
arena -d https://github.com/finestructure/Gala
becomes
arena https://github.com/finestructure/Gala
0.7.0
- Fixes import issues when library and package name differ (like for the https://github.com/apple/swift-se0270-range-set/ )
0.6.1
- open Xcode project instead of containing folder
0.6.0
User facing changes
- added
-f
short flag for--force
(to overwrite target folder) - added
-o
/--outputdir
parameter to choose project's parent folder (instead of current working directory) - changed
-l
/--libs
parameter to allow listing of multiple libraries to import
Changes under the hood
- moved parsing code to https://github.com/finestructure/Parser dependency
- SPM dependecy changed to
from:
0.5.0
- now support local repository imports:
spm-playground -d ~/Projects/Parser
🔧 resolving package dependencies
📔 libraries found: Parser
✅ created project in folder 'SPM-Playground'
0.4.0: Merge pull request #2 from finestructure/version-selection
- import multiple dependencies
- version spec to pick revisions, branches etc:
... -d https://github.com/johnsundell/[email protected]
... -d https://github.com/johnsundell/plot@from:0.1.0
... -d "https://github.com/johnsundell/[email protected]..<4.0.0"
... -d https://github.com/johnsundell/plot@branch:master
... -d https://github.com/johnsundell/plot@revision:2e5574972f83bc5cdea59662986e701b86137642
0.3.1
- fix typo
- update README
0.3.0
- parse dependencies from package description instead of guessing from url