Ether CLI Ether Versions Save

A Command-Line Interface for the Swift Package Manager

1.9.0

6 years ago

Short Xcode Fetch

Three new additions to Ether!

  1. Short flags for command options are now available.
  2. Xcode flags for commands that update the projects packages, to regenerate the Xcode project.
  3. Pre-fetching when updating the project's packages. This speeds up the instillation time, which is very helpful for projects with large or many dependencies.

1.8.0

6 years ago

Worm Speed

In an attempt to make installations go faster, the cache clearing has been removed from the install and remove commands, and has been placed in the fix-install command.

1.7.0

6 years ago

S(lick) P(erpetual) M(otion) 4

Ether now supports the SPM 4 API!

1.6.2

6 years ago

Hit the Target

Fixes a bug causing the dependencies array to be create multiple times or in the wrong place when the targets array was present in the package manifest.

1.6.1

6 years ago

No Dependencies? No Problem!

Fixed a bug that caused install to fail if the Package dependencies array was empty or non-existent.

1.6.0

6 years ago

Checking Package Versions

The version all command has been added, allowing you to check the version of each package install.

Example Output:

Getting Package Data [Done]
Bits: v1.0.0
Console: v2.1.0
Core: v2.0.2
Debugging: v1.0.0
JSON: v2.0.2
Node: v2.0.4

1.5.2

6 years ago

See the tag before the last one.

1.5.1

6 years ago

See previous tag.

1.5.0

6 years ago

What version am I using anyway?

You can now pass in the -v or --version flag to Ether to see the current version you are using.

1.4.2

7 years ago

Auto-Updating after Auto-Updating

version latest now updates the packages after updating their versions.