Wykres commitów

1174 Commity (44f79afb84e7d8ee8f251095bf27bdb01cd3d941)

Autor SHA1 Wiadomość Data
晋晓炜 Amio / 63cfbfe831
fix: chrome web store badge (#374)
* fix: bump chrome-webstore to 1.3.1 (fix #373)

* chore: bump dependencies
2020-04-15 22:11:48 +08:00
晋晓炜 Amio / 95065ae8f9
docs(dependabot): add example and description (#372) 2020-04-05 23:07:11 +08:00
dependabot[bot] b339c1b735
chore(deps-dev): bump next from 9.3.1 to 9.3.2 (#369)
Bumps [next](https://github.com/zeit/next.js) from 9.3.1 to 9.3.2.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/v9.3.1...v9.3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-05 20:37:13 +08:00
Jarek Brzozowski f155c2c254
feat(badge): add maven support (#371)
* maven support

* badge-list update

Co-authored-by: 晋晓炜 Amio / <amio.cn@gmail.com>
2020-04-05 20:36:46 +08:00
Jarek Brzozowski ceb6ff5d09
feat(badge): add cocoapods support (#370)
* cocoapods support
* badge-list update
2020-04-05 20:15:02 +08:00
晋晓炜 Amio / 2b903d6aa1
chore: bump deps (#368)
* chore: bump deps

* fix: ts error

* chore: update badgen-icons to 0.14
2020-03-30 00:16:37 +08:00
晋晓炜 Amio / d4e3c15a48
chore: bump deps (#367)
* chore: bump deps
* fix: ts error
2020-03-24 23:47:24 +08:00
晋晓炜 Amio / c835fbdeb7
badge(npm): recognize index.d.ts for types (resolve #355) (#366)
* badge(npm): recognize index.d.ts for types (resolve #355)
* badge(npm): fix type detection
2020-03-24 23:11:38 +08:00
晋晓炜 Amio / 1bd20caabe
fix: now deploy command after v17 (#364) 2020-03-23 13:28:29 +08:00
cherryblossom000 60e1b3d9e9
docs: fixed typos (#363)
* docs(github examples): fixed typo

contributers -> contributors

* docs: add full stop
2020-03-23 00:14:42 +08:00
dependabot[bot] eab19108ec
chore(deps): bump acorn from 6.4.0 to 6.4.1 (#361)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-16 23:36:34 +08:00
James Harris b00d23f8d2
feat(github): add milestone percentages (#358) 2020-02-21 19:03:36 +08:00
晋晓炜 Amio / 75a2cabbbf
badge(npm): always follow versionColor (#347) 2020-01-28 13:13:44 +08:00
晋晓炜 Amio / c098961ef0
chore: replace universal-analytics with measurement-protocol (#346) 2020-01-28 12:33:22 +08:00
晋晓炜 Amio / 957c2128f6
chore: use npm api for "latest" tag (#345)
* chore: use npm api for "latest" tag (#292)
* fix: npm api not works with scoped package
2020-01-27 15:37:56 +08:00
晋晓炜 Amio / 6501d2e58c
chore: rollback to universal-analytics (#344)
* chore: update measurement util
* chore: add universal-analytics back
2020-01-26 23:41:20 +08:00
晋晓炜 Amio / aa42ca6df3
chore: deploy to flat.badgen.net with GitHub Action (#342)
* chore: manually deploy to flat.badgen.net

* chore: simplify node ci jobs

* chore: remove test config

* chore: force new deployment
2020-01-26 18:41:33 +08:00
晋晓炜 Amio / 2dcf51eef3
chore: update got from 9.6.0 to 10.3.0 (#341)
* wip: upgrade got to 10

* chore: update got to 10

* fix: azure-pipelines error

* chore: update npm badge examples
2020-01-26 15:43:40 +08:00
晋晓炜 Amio / b8558b1bfa
chore: replace universal-analytics with measurement-protocol.ts (#339) 2020-01-20 00:03:29 +08:00
晋晓炜 Amio / f2e179e827
feat: add a cache option (#338)
* feat: add query param `cache`

* chore: bump dependencies

* chore: bump semver to 7.1.1

* chore: set default cdn cache to 6hrs

* chore: better wording
2020-01-19 00:08:00 +08:00
amio fd3b1d0aff chore: add log for metrics 2020-01-11 23:19:53 +08:00
amio 80ec437330 chore: bump dependencies 2020-01-11 23:19:53 +08:00
amio a9c5d8575e fix: travis badge color (#328) 2020-01-11 20:58:18 +08:00
晋晓炜 Amio / bfa4d1bb16
chore: limit CDN cache to 5 mins (#335)
* fix: missing cheerio

* chore: set cdn cache to 5 min

* chore: eslint --fix

* chore: add github action config
2020-01-11 15:46:47 +08:00
deepdotnet b9da463bc2 feat(azure-badge): added build, release, versions (#330)
* Update azure-pipelines.ts

Added azure build, release, and deployment versions. Support for private azure projects.

* PR comment fixes

Fixed PR comments

* Removed unused import

Removed unused import

* Removed azure token from now
2019-12-12 14:29:07 +08:00
Luke Childs ec13cca438 Add Docker image size support (#333)
* Add Docker image size badge
* Handle tag API responses with pagination
* Support querying specific Docker image arch
* Default to latest amd64
* Demo scoped Docker image size
2019-12-12 14:01:22 +08:00
amio eed2475f16 chore: npm up 2019-12-12 13:57:07 +08:00
amio 1dfeaeca9e chore: bump badgen-icons to 0.13 2019-12-12 13:57:07 +08:00
amio 84cf1874f1 chore: bump deps 2019-12-08 00:25:32 +08:00
amio 79e32ca03e badge(github): cleanup example 2019-12-08 00:25:32 +08:00
amio 807234a08c docs: refine docs #327 2019-12-05 14:05:19 +08:00
晋晓炜 Amio / ecc484bd0c
chore: use nodejs 12 (#326)
* chore: use nodejs 12
* chore: bump dev deps
2019-11-29 00:42:07 +08:00
Steven a7cca6ad7e chore: update now.json to use all regions (#324) 2019-11-27 22:21:51 +08:00
amio f96b65539d chore: add zeit logo 2019-11-23 00:06:27 +08:00
晋晓炜 Amio / 7b167a519e
chore: bump deps & cleanup (#323)
* chore: bump dev deps
* chore: bump deps
* chore: cleanup
2019-11-21 13:53:03 +08:00
amio d64462387a docs: update readme 2019-11-21 11:36:24 +08:00
Kevin Jalbert acd28c8d4a fix: typo for depentents -> dependents (#322) 2019-11-21 10:40:20 +08:00
Steven 6fb725d51d fix(badgesize): use single slash in paths (#321)
Double slashes are redirected to a single slash so one solution here is to omit the double slash.

* Fix badgesize url
* Fix prefix
2019-11-21 10:36:12 +08:00
amio eaa1bf87da fix: auto choose style base on hostname 2019-11-21 00:35:05 +08:00
amio 50d095b10c chore: add engines field to package.json 2019-11-20 17:57:22 +08:00
amio 1e65e896c4 chore: remove alias config
WARN! Your project already has domains configured at
https://zeit.co/badgen/badgen.net/domains,
please remove `alias` from your now.json file.
2019-11-20 17:19:45 +08:00
amio ebd635a9c1 chore: enable github.autoAlias for Now 2019-11-20 17:15:41 +08:00
晋晓炜 Amio / b008408591
chore: migrate to Now v2 (#320)
* feat: new doc generator (stage 1)
* feat: migrate badges to now v2 (stage 2)
* chore: update build & deploy config (stage 3)
* chore: address review comments
* chore: cleanup files
* fix: now deployment config
* fix: ts config
* chore: remove topbar
* chore: update routes config
2019-11-18 23:52:07 +08:00
amio 30e19d0a07 fix(github): assets download badge 2019-11-17 22:10:43 +08:00
amio 57ebe21e25 fix: typescript error 2019-11-16 13:42:31 +08:00
amio 80dbdb2287 chore: bump dev dependencies 2019-11-16 11:08:32 +08:00
amio db759b1fb1 fix: support float in `scale` arg (#319) 2019-11-05 10:51:42 +08:00
Anton Zinovyev a270b70d2a badge(npm): add types badge (#318)
* Removes the useless horizontal scrollbar.
It appears due to `100vw` but since there is a vertical scrollbar it has only `100vw - scrollbar width` of width.

* Badge indicating whether type definitions is included with package, in separate package or missing at all.

* feat(types badge): Renamed typings to types;
fix(types badge): Use branded TS color as the backing of badge;
2019-10-31 11:40:02 +08:00
amio e826c53f56 fix: revert npm.ts causing build error (#316) 2019-10-29 16:11:17 +08:00
amio 0b55955576 feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00