iotc-explorer/CHANGELOG.md

43 строки
2.0 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2018-09-17 22:36:04 +03:00
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2019-05-31 00:05:20 +03:00
<a name="1.0.2"></a>
## [1.0.2](https://github.com/Azure/iotc-explorer/compare/v1.0.0...v1.0.2) (2019-05-30)
### Bug Fixes
* **login:** fixed login failure if not previously logged in ([#14](https://github.com/Azure/iotc-explorer/issues/14)) ([4566ae1](https://github.com/Azure/iotc-explorer/commit/4566ae1))
* **login:** updated login error text if login not found ([#18](https://github.com/Azure/iotc-explorer/issues/18)) ([9f0f249](https://github.com/Azure/iotc-explorer/commit/9f0f249))
* **security:** updated axios ([#21](https://github.com/Azure/iotc-explorer/issues/21)) ([ac2b290](https://github.com/Azure/iotc-explorer/commit/ac2b290))
* **security:** updated azure-iothub, and some dev-dependencies ([#20](https://github.com/Azure/iotc-explorer/issues/20)) ([4466ba0](https://github.com/Azure/iotc-explorer/commit/4466ba0))
2018-09-18 02:16:23 +03:00
<a name="1.0.1"></a>
## [1.0.1](https://github.com/Azure/iotc-explorer/compare/v1.0.0...v1.0.1) (2018-09-17)
### Bug Fixes
* **login:** fixed login failure if not previously logged in ([#14](https://github.com/Azure/iotc-explorer/issues/14)) ([4566ae1](https://github.com/Azure/iotc-explorer/commit/4566ae1))
2018-09-17 22:36:04 +03:00
<a name="1.0.0"></a>
# 1.0.0 (2018-09-17)
### Bug Fixes
* **log:** fix for early wrapping in dividers ([d5e6107](https://github.com/Azure/iotc-explorer/commit/d5e6107))
* **login:** add check for sig on parsed token ([849592c](https://github.com/Azure/iotc-explorer/commit/849592c))
### Features
* added color option, logout command and log configuration keys ([d894767](https://github.com/Azure/iotc-explorer/commit/d894767))
* initial commit ([df3c004](https://github.com/Azure/iotc-explorer/commit/df3c004))
* **config:** added color and raw options to config get and config list ([61a2f35](https://github.com/Azure/iotc-explorer/commit/61a2f35))