Sha256: 7f8407bcd42c0ed5edef1d82b80925743e6903d9ee98ee4e15191c42beb1fca6

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 Bytes

Contents

Changelog
==============

### v0.6.0
- Config file now uses YAML instead of JSON

- Replaced the `Config` module with a `Settings` constant that uses
  [Configatron](https://github.com/markbates/configatron) to configure
  default settings for all subsequent sessions.

- Remove the `start` method of `Birst_Command::Session`.  Sessions are now
  created using `new`.  All arguments use `Settings` as defaults, but can
  be overridden on a session-by-session basis.

- Renamed `Session#token` to `Session#login_token`.

- Renamed `Session#auth_cookies` to `Session#auth_cookie`.

- Replaced `Session` option `use_cookie` with `auth_cookie`.


### v0.5.0
- Migrated password handling to use Envcrypt

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
Birst_Command-0.6.1 CHANGELOG.md
Birst_Command-0.6.0 CHANGELOG.md