Mathias Bynens
83c327a0f6
docs(readme): correct Slack link
...
Fixes #4969 .
2019-10-10 14:23:21 +01:00
Mathias Bynens
a5f03ce1c8
chore: mark version v1.20.0 ( #4928 )
2019-09-12 15:21:21 -07:00
Maximilian Tagher
e17d38c61b
docs(readme): explain significance of Chromium revision ( #4811 )
2019-09-11 10:33:01 +02:00
James George
135bb424ba
docs: update README.md ( #4857 )
...
add issue resolution badge
2019-09-04 15:07:47 -07:00
Andrey Lushnikov
af0d229044
chore: mark version v1.19.0 ( #4744 )
2019-07-22 22:02:45 -07:00
Andrey Lushnikov
a2cf81dd78
chore: mark version v1.18.1 ( #4628 )
2019-06-26 10:40:38 -07:00
Andrey Lushnikov
c96454d42c
chore: mark version v1.18.0 ( #4606 )
2019-06-20 18:13:45 -04:00
MaxHorstmann
6c2007f1e3
docs(README.md): fix spelling of Stack Overflow ( #4590 )
2019-06-14 22:12:24 -07:00
Andrey Lushnikov
1840ef01cc
chore: mark version v1.17.0 ( #4467 )
2019-05-24 03:13:14 +03:00
calvinballing
f7bac6ea1d
docs(readme): Turn troubleshooting question into a question ( #4426 )
2019-05-18 12:49:23 +03:00
Andrey Lushnikov
9f2635c4ac
chore: mark version v1.16.0 ( #4421 )
2019-05-14 01:15:35 +03:00
melissachang
5f66d82638
docs(readme): Document debugging with node --inspect-brk ( #4345 )
...
To me, this is the most important type of debugging. It's what I think of when I think of debugging my test. I was happy to find the instructions [buried here](https://github.com/GoogleChrome/puppeteer/issues/398#issuecomment-323551586 ).
2019-05-09 18:00:32 -07:00
Andrey Lushnikov
b9f4a95175
chore: mark version v1.15.0 ( #4346 )
2019-04-25 19:25:16 -07:00
Andrey Lushnikov
3def8a2558
docs(readme): fix debugging tips ( #4304 )
...
Since we migrated to flatten protocol, the `protocol:session` DEBUG
namespace no longer exists.
Fix #4299 .
2019-04-18 10:03:30 -07:00
Andrey Lushnikov
3fa91cace3
chore: mark version v1.14.0 ( #4222 )
2019-03-28 22:33:38 -07:00
Andrey Lushnikov
77a969419e
chore: mark version v1.13.0 ( #4114 )
2019-03-04 18:39:45 -08:00
Andrey Lushnikov
b0afb17b68
chore: mark version v1.12.2 ( #3914 )
2019-02-05 11:38:04 -08:00
Andrey Lushnikov
a1abd6c1fc
chore: mark version v1.12.1 ( #3885 )
...
References #3878 .
2019-02-01 12:30:21 -08:00
Andrey Lushnikov
7f05a084f1
chore: mark version v1.12.0 ( #3875 )
2019-01-31 19:33:54 -08:00
Andrey Lushnikov
2e36b55a89
docs(readme): migrate travis.org shield to travis.com ( #3767 )
2019-01-14 15:35:25 -08:00
Joel Einbinder
c44564aa94
feat(docs): mention puppeteer@chrome tagged releases ( #3528 )
2019-01-10 21:42:24 -08:00
Andrey Lushnikov
00b15994a4
chore: mark version v1.11.0 ( #3610 )
2018-11-29 22:11:44 -08:00
Nat Zimmermann
04b6ca85d0
Fix dead link ( #3497 )
...
Closes #3493
2018-11-05 10:58:21 -08:00
Andrey Lushnikov
e9d89a2e21
chore: mark version v1.10.0 ( #3482 )
2018-11-01 20:09:04 -07:00
Sony AK
0bb462c8f5
docs(readme): clarify SPA and SSR ( #3363 )
2018-10-09 14:20:49 -07:00
Andrey Lushnikov
f6c05e6efd
chore: mark version v1.9.0 ( #3350 )
2018-10-04 14:37:40 -07:00
Andrey Lushnikov
4abf7d1fba
docs(bundling): add docs about bundling for web ( #3348 )
2018-10-04 14:23:03 -07:00
Andrey Lushnikov
f0beabd22a
chore: drop DEBUG for public API calls ( #3246 )
...
This proved to be useless: we've never used it since we
released the initial version of puppeteer more than a year ago.
2018-09-14 18:23:30 +01:00
Elias Ojala
56b3bd809e
docs(readme.md): Added yarn guide also to puppeteer-core ( #3227 )
2018-09-11 12:19:13 +01:00
Yaniv Efraim
6581ee974c
docs: add ndb
as a debugging tip ( #3195 )
2018-09-08 11:54:09 +01:00
Andrey Lushnikov
aeb6a9991e
chore: mark version v1.8.0 ( #3211 )
2018-09-06 21:49:44 +01:00
Andrey Lushnikov
7db4f0f798
chore: preserve links to master version of API from README.md ( #3197 )
...
One of our checks makes sure all links from README.md to API.md
point to the last-released version of the API.
This sometimes doesn't work: when we refer to a section
in api.md that is just added, we should be able to reference
the "master" version of the api.md
This patch:
- teaches the doclint check to keep links to tip-of-tree version
of api.md in README.md intact.
- starts refering to tip-of-tree version of api.md in `puppeter-core` section
2018-09-05 20:33:04 +01:00
Andrey Lushnikov
2de5a42d1f
docs(api.md): expand on puppeteer-core vs puppeteer ( #3189 )
2018-09-04 17:32:57 +01:00
Andrey Lushnikov
bfed64fbf6
docs(readme.md): change Megabits to Megabytes.
2018-08-29 17:44:47 +01:00
Andrey Lushnikov
b8e0d626f3
docs(readme): refer to awesome-puppeteer ( #3062 )
2018-08-10 01:34:45 -07:00
Andrey Lushnikov
3ae85e4649
docs: mention puppeteer-core ( #3061 )
2018-08-09 19:31:14 -07:00
Andrey Lushnikov
66caee4c60
chore: mark version v1.7.0 ( #3059 )
2018-08-09 18:53:24 -07:00
Andrey Lushnikov
1be7545b70
chore: enhance markdown preprocessor ( #3050 )
...
Use preprocessor to make sure all the links in out README.md point
to the last-released version of documentation.
Fixes #3038 .
2018-08-08 18:20:20 -07:00
Andrey Lushnikov
e36a7ae677
chore: bump version to v1.6.2-post ( #3009 )
2018-08-01 13:52:34 -07:00
Andrey Lushnikov
d305c7d8c1
chore: bump version after minor release ( #2985 )
2018-07-30 18:05:10 -07:00
Pavel Pomerantsev
26cd16c724
docs(api.md): expand on testing Chrome Extensions ( #2893 )
...
Fixes #2823
2018-07-18 19:33:51 -07:00
Andrey Lushnikov
3762de7b91
chore: mark version v1.6.0 ( #2882 )
2018-07-12 17:26:57 -07:00
Benjamin Atkin
4f8d00e64e
docs(readme): Update README.md ( #2863 )
2018-07-11 17:07:27 -07:00
Nat Zimmermann
88362f710f
docs(readme.md): Fix typo ( #2858 )
2018-07-09 21:56:31 +03:00
Andrey Lushnikov
9313c83ad2
docs(readme): update FAQ ( #2826 )
2018-07-05 09:13:26 +03:00
Andrey Lushnikov
fb7c4e0984
docs(readme): minor nits ( #2827 )
2018-06-29 21:35:52 -07:00
Joel Einbinder
194d580026
chore: mark version v1.5.0 ( #2698 )
2018-06-07 12:19:25 -07:00
Corey Cole
3e82a54fd1
docs: update slack invite link in README.md ( #2690 )
2018-06-06 20:12:44 -05:00
Andrey Lushnikov
1c4a8f0bbb
docs(README): remove duplicate line
2018-05-16 14:39:02 -07:00
Andrey Lushnikov
808bf8e558
chore: mark version v1.4.0 ( #2517 )
2018-05-08 21:46:32 -07:00