File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ v0.5.0] - 2018-06-18
10+ ### Added
11+ - Support streaming of output from API (#14 ).
12+ - Switch to using Swagger client only to build request (#15 ).
13+
914## [ v0.4.0] - 2018-06-18
1015### Added
1116- Use debug module for logging tunnel messages (#12 ).
@@ -28,8 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2833### Added
2934- Initialise Swagger client from local file.
3035
31- [ Unreleased ] : https://github.com/markbirbeck/docker-engine/compare/v0.3 .0...HEAD
36+ [ Unreleased ] : https://github.com/markbirbeck/docker-engine/compare/v0.5 .0...HEAD
3237[ v0.2.0 ] : https://github.com/markbirbeck/docker-engine/compare/v0.1.1...v0.2.0
3338[ v0.2.2 ] : https://github.com/markbirbeck/docker-engine/compare/v0.2.0...v0.2.2
3439[ v0.3.0 ] : https://github.com/markbirbeck/docker-engine/compare/v0.2.2...v0.3.0
3540[ v0.4.0 ] : https://github.com/markbirbeck/docker-engine/compare/v0.3.0...v0.4.0
41+ [ v0.5.0 ] : https://github.com/markbirbeck/docker-engine/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " docker-engine" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Node Docker Engine API Client Driven By Swagger" ,
55 "dependencies" : {
66 "docker-modem" : " ^1.0.6" ,
You can’t perform that action at this time.
0 commit comments