jonahoffline/autoexpreso-cli

View on GitHub
Changelog.md

Summary

Maintainability
Test Coverage
# AutoExpreso Changelog

### 2.0.0
Released July 5, 2020 ([2.0.0](https://github.com/jonahoffline/autoexpreso-cli/tree/v2.0.0)).

* Replace Old AutoExpreso (scraped) API with newly REST endpoints.
* Replace `mechanize` dependency for `faraday` and `typhoeus`.
* Replace `awesome_print` dependency to `awesome_print`.
* Add Typhoeus caching.
* Update gemspec to require Ruby version >= 2.4

### 1.0.2
Released August 5, 2017 ([1.0.2](https://github.com/jonahoffline/autoexpreso-cli/tree/v1.0.2)).

* Update all gemspec dependencies.
* Add `required_ruby_version` >= `2.2.2`.
* Cleanup travis: ruby versions.
* Add Hakiri (security) badge.
* Bump release version to 1.0.2.

### 1.0.1
Released November 28, 2014 ([1.0.1](https://github.com/jonahoffline/autoexpreso-cli/tree/v1.0.1)).

* Move repo from [riveralabs](https://github.com/jonahoffline/autoexpreso-cli) to [jonahoffline](https://github.com/jonahoffline/autoexpreso-cli)
* Update README, Changelog links to reflect repo change.
* Update `homepage` in gemspec to new repo home.
* Update `spec` from 2.14.0 to 3.1.0.
* Fix RSpec deprecation warning.
* Bump release version.

### 1.0.0
Released November 27, 2014 ([1.0.0](https://github.com/jonahoffline/autoexpreso-cli/tree/v1.0.0)).

* Fix issue preventing data from being returned.
* Add #account_details method to delegate printing (Hash or JSON).
* Add -j, --json flags for printing account details in json from CLI.
* Add welcome header to CLI.
* Update README with new flag documentation and example.
* Add wercker.yml for testing.
* Update .ruby-version from 2.0.0-p247 to 2.1.4
* Bump release version.

### 0.0.4
Released November 4, 2013 ([0.0.4](https://github.com/jonahoffline/autoexpreso-cli/tree/v0.0.4)).

* Update gemspec's dependency of awesome_print to 1.2.0

### 0.0.3
Released September 11, 2013 ([0.0.3](https://github.com/jonahoffline/autoexpreso-cli/tree/v0.0.3)).

* Fix typo in AutoExpreso::CLI's banner option.
* Add Gemnasium dependency status badge to README.

## 0.0.2

Released Aug 9, 2013 ([0.0.2](https://github.com/jonahoffline/autoexpreso-cli/tree/v0.0.2)).

* Fix issue with command-line application not showing help when called without arguments.
* Update documentation in README.
* Add Changelog.
* Bump release version.
* Update gemspec's author email, homepage, description and summary.
* Add BadgeFury and CodeClimate badges to README.
* Update Travis-CI badge in README.

## 0.0.1

Released Aug 8, 2013 ([0.0.1](https://github.com/jonahoffline/autoexpreso-cli/tree/v0.0.1)).

* Initial Release.