# Change Log

All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v3.8.8 - 2018-07-20

* Re-enable testing in Node 10 #53 [Tim Perry]

## v3.8.7 - 2018-05-02

* Fix deploy attach_workspace configuration #52 [Tim Perry]

## v3.8.6 - 2018-05-02

* Deploy using node 8 + npm 4 #51 [Tim Perry]

## v3.8.5 - 2018-04-25

* Pin all type packages #50 [Tim Perry]
* Stick with home-or-tmp version 2, for max engine compatibility #50 [Tim Perry]

## v3.8.4 - 2017-12-13

* Fix bug in e2e tests that breaks deployment #49 [Tim Perry]

## v3.8.3 - 2017-12-13

* Make sure we have the correct version of npm in circle to publish #48 [Tim Perry]

## v3.8.2 - 2017-12-12

* Set up circleci npm autopublishing #47 [Tim Perry]

## v3.8.1 - 2017-11-01

* Fix typings broken (correctly) by lodash type updates #46 [Tim Perry]
* Reformat changelog to add versionbot #46 [Tim Perry]

## v3.8.0 - 2017-09-25

- Add `registry2Url` setting.

## v3.7.0 - 2017-08-31

- Converted sources to TypeScript.

## v3.6.1 - 2017-04-22

- Better error message for malformed YAML


## v3.6.0 - 2017-04-19

- Add bin directory to settings

## v3.5.2 - 2016-10-04

- Update to `lodash` v4

## v3.5.1 - 2016-09-08

- Make the settings lazy-loaded when they are actually required.

## v3.5.0 - 2016-04-22

- Add `proxyUrl` setting.

## v3.4.2 - 2016-02-03

- Add `deltaUrl` setting.

## v3.4.1 - 2015-12-04

- Omit tests from NPM package.

## v3.4.0 - 2015-11-16

- Add `imageMakerUrl` setting.

## v3.3.1 - 2015-11-15

- Fix `getAll()` not interpreting dynamic settings.

## v3.3.0 - 2015-11-15

- Implement `getAll()` function.

## v3.2.2 - 2015-11-12

- Default user home directory to the operating system temporary directory in all instances.

## v3.2.1 - 2015-11-09

- Default user home directory to `__dirname`.

## v3.2.0 - 2015-09-23

### Added

- Add `apiKeyVariable` setting.

## v3.1.0 - 2015-09-07

### Added

- Add `vpnUrl` setting.
- Add `registryUrl` setting.

## v3.0.0 - 2015-09-07

### Added

- Implement dynamic default settings.
- Implement environment variables support.
- Add new `resinUrl` setting.
- Implement e2e test suite.

### Changed

- Improve documentation.
- Switch to YAML for configuration files.
- Use `$HOME/[._]resinrc.yml` for user configuration file.
- Use `resinrc.yml` for per project configuration file.

## v2.1.0 - 2015-08-12

### Added

- Add `projectsDirectory` setting.

## v2.0.0 - 2015-07-17

### Changed

- Rename `tokenValidityTime` setting to `tokenRefreshInterval`.

## v1.5.0 - 2015-07-16

### Added

- Added `tokenValidityTime` setting.

## v1.4.0 - 2015-07-01

### Added

- Added `cacheDirectory` setting.
- Added `imageCacheTime` setting.

## v1.3.0 - 2015-06-18

### Added

- JSDoc documentation.
- License to every source files.

### Changed

- Improved README documentation.

## v1.2.0 - 2015-06-10

### Changed

- Upgrade [ConfJS](https://github.com/resin-io/conf.js).

## v1.1.0 - 2015-06-02

### Added

- Add `dashboardUrl` setting property.

## v1.0.1 - 2015-05-18

### Added

- Add `.hound.yml` configuration file.

### Changed

- Default `remoteUrl` to `api.resin.io`.
