Skip to content

Releases: Ether-CLI/Ether

v1.9.0

15 Nov 15:05
Compare
Choose a tag to compare

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.

v1.8.0

06 Nov 15:17
Compare
Choose a tag to compare

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.

v1.7.0

24 Oct 20:54
Compare
Choose a tag to compare

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

Ether now supports the SPM 4 API!

v1.6.2

18 Sep 14:04
Compare
Choose a tag to compare

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.

v1.6.1

15 Sep 22:03
Compare
Choose a tag to compare

No Dependencies? No Problem!

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

v1.6.0

02 Aug 12:01
Compare
Choose a tag to compare

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

v1.5.2

31 Jul 15:13
Compare
Choose a tag to compare

See the tag before the last one.

v1.5.1

31 Jul 15:13
Compare
Choose a tag to compare

See previous tag.

v1.5.0

31 Jul 15:12
Compare
Choose a tag to compare

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.

v1.4.2

02 Jun 12:07
Compare
Choose a tag to compare

Auto-Updating after Auto-Updating

version latest now updates the packages after updating their versions.