Skip to content

Commit 89db3d0

Browse files
committed
Updates readme for Compare changes
1 parent 073f650 commit 89db3d0

File tree

1 file changed

+39
-60
lines changed

1 file changed

+39
-60
lines changed

README.md

Lines changed: 39 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -36,35 +36,28 @@ Or from vim, to insert the output into the commit message, type `:r!composer-loc
3636
- `--md`: Markdown table output
3737
- `--json`: json output
3838
- `--pretty`: pretty output when combined with `--json` (>=5.4 only)
39+
- `--no-links`: Don't include Compare links in plain text or any links in markdown
3940

4041
^ File includes anything available as a [protocol stream wrapper](http://php.net/manual/en/wrappers.php) such as URLs.
4142

42-
Example Table Output
43-
====================
43+
Example Plain Text Table Output
44+
===============================
4445

4546
```
46-
+----------------------------------+------------+---------+
47-
| Production Changes | From | To |
48-
+----------------------------------+------------+---------+
49-
| guzzlehttp/guzzle | 6.2.0 | 6.2.1 |
50-
| hashids/hashids | 1.0.5 | 1.0.6 |
51-
| laravel/framework | v5.1.27 | v5.1.44 |
52-
| league/flysystem | 1.0.16 | 1.0.27 |
53-
| monolog/monolog | 1.17.2 | 1.21.0 |
54-
| symfony/polyfill-mbstring | NEW | v1.2.0 |
55-
+----------------------------------+------------+---------+
56-
57-
+-----------------------------------+-----------+------------+
58-
| Dev Changes | From | To |
59-
+-----------------------------------+-----------+------------+
60-
| behat/behat | v3.0.15 | v3.2.1 |
61-
| behat/gherkin | v4.4.1 | v4.4.4 |
62-
| behat/mink | v1.7.0 | v1.7.1 |
63-
| behat/mink-browserkit-driver | v1.3.0 | v1.3.2 |
64-
| behat/mink-extension | v2.1.0 | v2.2 |
65-
| behat/mink-selenium2-driver | v1.3.0 | v1.3.1 |
66-
| mockery/mockery | 0.9.4 | REMOVED |
67-
+-----------------------------------+-----------+------------+
47+
+--------------------+-------+--------+------------------------------------------------------------------+
48+
| Production Changes | From | To | Compare |
49+
+--------------------+-------+--------+------------------------------------------------------------------+
50+
| guzzlehttp/guzzle | 6.2.0 | 6.3.0 | https://github.com/guzzle/guzzle/compare/6.2.0...6.3.0 |
51+
| hashids/hashids | 2.0.0 | 2.0.4 | https://github.com/ivanakimov/hashids.php/compare/2.0.0...2.0.4 |
52+
| league/flysystem | 1.0.0 | 1.0.42 | https://github.com/thephpleague/flysystem/compare/1.0.0...1.0.42 |
53+
| monolog/monolog | NEW | 1.21.0 | |
54+
+--------------------+-------+--------+------------------------------------------------------------------+
55+
56+
+------------------+--------+---------+---------+
57+
| Dev Changes | From | To | Compare |
58+
+------------------+--------+---------+---------+
59+
| phpspec/php-diff | v1.0.2 | REMOVED | |
60+
+------------------+--------+---------+---------+
6861
```
6962

7063
Markdown Table
@@ -73,46 +66,30 @@ Markdown Table
7366
### Raw
7467

7568
```
76-
| Production Changes | From | To |
77-
|----------------------------------|------------|---------|
78-
| guzzlehttp/guzzle | 6.2.0 | 6.2.1 |
79-
| hashids/hashids | 1.0.5 | 1.0.6 |
80-
| laravel/framework | v5.1.27 | v5.1.44 |
81-
| league/flysystem | 1.0.16 | 1.0.27 |
82-
| monolog/monolog | 1.17.2 | 1.21.0 |
83-
| symfony/polyfill-mbstring | NEW | v1.2.0 |
84-
85-
| Dev Changes | From | To |
86-
|-----------------------------------|-----------|------------|
87-
| behat/behat | v3.0.15 | v3.2.1 |
88-
| behat/gherkin | v4.4.1 | v4.4.4 |
89-
| behat/mink | v1.7.0 | v1.7.1 |
90-
| behat/mink-browserkit-driver | v1.3.0 | v1.3.2 |
91-
| behat/mink-extension | v2.1.0 | v2.2 |
92-
| behat/mink-selenium2-driver | v1.3.0 | v1.3.1 |
93-
| mockery/mockery | 0.9.4 | REMOVED |
69+
| Production Changes | From | To | Compare |
70+
|--------------------|-------|--------|-------------------------------------------------------------------------|
71+
| guzzlehttp/guzzle | 6.2.0 | 6.3.0 | [...](https://github.com/guzzle/guzzle/compare/6.2.0...6.3.0) |
72+
| hashids/hashids | 2.0.0 | 2.0.4 | [...](https://github.com/ivanakimov/hashids.php/compare/2.0.0...2.0.4) |
73+
| league/flysystem | 1.0.0 | 1.0.42 | [...](https://github.com/thephpleague/flysystem/compare/1.0.0...1.0.42) |
74+
| monolog/monolog | NEW | 1.21.0 | |
75+
76+
| Dev Changes | From | To | Compare |
77+
|------------------|--------|---------|---------|
78+
| phpspec/php-diff | v1.0.2 | REMOVED | |
9479
```
9580

9681
### Rendered
9782

98-
| Production Changes | From | To |
99-
|----------------------------------|------------|---------|
100-
| guzzlehttp/guzzle | 6.2.0 | 6.2.1 |
101-
| hashids/hashids | 1.0.5 | 1.0.6 |
102-
| laravel/framework | v5.1.27 | v5.1.44 |
103-
| league/flysystem | 1.0.16 | 1.0.27 |
104-
| monolog/monolog | 1.17.2 | 1.21.0 |
105-
| symfony/polyfill-mbstring | NEW | v1.2.0 |
106-
107-
| Dev Changes | From | To |
108-
|-----------------------------------|-----------|------------|
109-
| behat/behat | v3.0.15 | v3.2.1 |
110-
| behat/gherkin | v4.4.1 | v4.4.4 |
111-
| behat/mink | v1.7.0 | v1.7.1 |
112-
| behat/mink-browserkit-driver | v1.3.0 | v1.3.2 |
113-
| behat/mink-extension | v2.1.0 | v2.2 |
114-
| behat/mink-selenium2-driver | v1.3.0 | v1.3.1 |
115-
| mockery/mockery | 0.9.4 | REMOVED |
83+
| Production Changes | From | To | Compare |
84+
|--------------------|-------|--------|-------------------------------------------------------------------------|
85+
| guzzlehttp/guzzle | 6.2.0 | 6.3.0 | [...](https://github.com/guzzle/guzzle/compare/6.2.0...6.3.0) |
86+
| hashids/hashids | 2.0.0 | 2.0.4 | [...](https://github.com/ivanakimov/hashids.php/compare/2.0.0...2.0.4) |
87+
| league/flysystem | 1.0.0 | 1.0.42 | [...](https://github.com/thephpleague/flysystem/compare/1.0.0...1.0.42) |
88+
| monolog/monolog | NEW | 1.21.0 | |
89+
90+
| Dev Changes | From | To | Compare |
91+
|------------------|--------|---------|---------|
92+
| phpspec/php-diff | v1.0.2 | REMOVED | |
11693

11794
Contributors
11895
============
@@ -122,4 +99,6 @@ Thanks to everyone who has shared ideas and code! In particular,
12299
- https://github.com/delamart
123100
- https://github.com/prometheas
124101
- https://github.com/paxal
102+
- https://github.com/nclavaud
103+
- https://github.com/cafferata
125104

0 commit comments

Comments
 (0)