File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2020-03-31)
4+
5+ * Feature: Add ` containerAttach() ` and ` containerAttachStream() ` API methods.
6+ (#61 by @clue )
7+
8+ * Improve test suite and fix failing tests with new Docker Engine API.
9+ (#60 by @clue )
10+
311## 1.1.0 (2020-02-11)
412
513* Feature: Add network API methods.
1220## 1.0.0 (2019-09-19)
1321
1422* First stable release, now following SemVer!
23+ See [ ** release announcement** ] ( https://clue.engineering/2019/introducing-reactphp-docker ) .
1524
1625* Feature: Update all ReactPHP dependencies to latest versions and
1726 significantly improve performance (see included benchmark examples).
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ This project follows [SemVer](https://semver.org/).
359359This will install the latest supported version:
360360
361361``` bash
362- $ composer require clue/docker-react:^1.1
362+ $ composer require clue/docker-react:^1.2
363363```
364364
365365This project aims to run on any platform and thus does not require any PHP
You can’t perform that action at this time.
0 commit comments