Releases: Ether-CLI/Ether
v1.9.0
Short Xcode Fetch
Three new additions to Ether!
- Short flags for command options are now available.
- Xcode flags for commands that update the projects packages, to regenerate the Xcode project.
- 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
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
S(lick) P(erpetual) M(otion) 4
Ether now supports the SPM 4 API!
v1.6.2
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
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
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
See the tag before the last one.
v1.5.1
See previous tag.
v1.5.0
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
Auto-Updating after Auto-Updating
version latest
now updates the packages after updating their versions.