Skip to content

Releases: finestructure/Arena

0.8.0: SPMPlayground is now Arena

28 Feb 15:51
3888db5
Compare
Choose a tag to compare
  • 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

20 Feb 17:24
d7fa74c
Compare
Choose a tag to compare

0.6.1

07 Jan 10:00
Compare
Choose a tag to compare
  • open Xcode project instead of containing folder

0.6.0

06 Jan 17:10
Compare
Choose a tag to compare

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

0.5.0

02 Jan 08:41
Compare
Choose a tag to compare
  • 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

31 Dec 13:14
6c7a5e4
Compare
Choose a tag to compare
  • 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

22 Dec 11:15
Compare
Choose a tag to compare
  • fix typo
  • update README

0.3.0

22 Dec 11:16
2ee43aa
Compare
Choose a tag to compare
  • parse dependencies from package description instead of guessing from url