All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.3.0 - 2016-08-12
- Add
connectivity
property.
3.2.0 - 2016-07-18
- Disable connman ntp as it is now handled by systemd-timesyncd.
3.1.0 - 2016-06-14
- Support for hidden wifi networks.
3.0.1 - 2016-04-08
- Expand shorter uuids in
.getByDevice()
.
3.0.0 - 2016-03-21
- Implement
.getByApplication()
.
- Rename
.get()
to.getByDevice()
.
2.6.1 - 2016-02-26
- Upgrade
resin-sdk
to v5.1.0.
2.6.0 - 2016-02-18
- Add support for static IPs.
2.5.2 - 2016-02-11
- Make
deltaEndpoint
optional. - Throw an error if
vpnPort
becomesNaN
.
2.5.1 - 2016-02-10
- Make sure
vpnPort
is a number.
2.5.0 - 2016-02-03
- Add
deltaEndpoint
property toconfig.json
.
2.4.4 - 2015-12-04
- Omit tests in NPM package.
2.4.3 - 2015-11-24
- Upgrade Resin SDK to v4.0.0.
- Upgrade Resin Errors to v2.0.0.
2.4.2 - 2015-11-12
- Upgrade
resin-settings-client
to v3.2.2.
2.4.1 - 2015-11-09
- Upgrade
resin-settings-client
to v3.2.1.
2.4.0 - 2015-10-26
- Validate configuration right after generation.
- Add
wifiKey
nadwifiSsid
options.
2.3.0 - 2015-10-22
- Implement
deviceConfig.generate()
. - Implement
deviceConfig.validate()
. - Add
vpnPort
. - Add
applicationName
. - Implement strict validation.
- Validate output of
deviceConfig.get()
by default.
2.2.1 - 2015-10-12
- Upgrade Resin SDK to v3.0.0.
2.2.0 - 2015-09-25
- Add
listenPort
. - Add
pubnubSubscribeKey
. - Add
pubnubPublishKey
. - Add
mixpanelToken
.
2.1.0 - 2015-09-07
- Add
registered_at
property. - Add default
appUpdatePollInterval
value. - Add
vpnEndpoint
property. - Add
registryUrl
property.
- Remove
wifiSsid
deprecated property. - Remove
wifiKey
deprecated property.
2.0.1 - 2015-09-07
- Add missing
apiEndpoint
property.
2.0.0 - 2015-08-10
- Add
deviceId
anduuid
properties to the configuration object.
- Take a
uuid
instead of an application name.