Commit Graph

488 Commits

Author SHA1 Message Date
9b82c2edfb
reduce bundle size 2020-03-10 20:50:59 +01:00
a115133f3b
10.2.0
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
* use temp file (silverwind)
* attempt windows workaround (silverwind)
* add rollup (silverwind)
10.2.0
2020-03-10 00:11:55 +01:00
df1a7490e5
use temp file 2020-03-10 00:08:49 +01:00
76b003a648
attempt windows workaround 2020-03-10 00:02:01 +01:00
72da4b3e85
add rollup 2020-03-09 23:57:04 +01:00
2ba7e122eb
10.1.1
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
* add include/exclude tests and rewrite parser (silverwind)
* formatting (silverwind)
* remove unnecessary registry fallback, bump max sockets (silverwind)
* adjust color setting (silverwind)
10.1.1
2020-03-09 22:27:08 +01:00
8ff5198107
add include/exclude tests and rewrite parser 2020-03-09 22:24:57 +01:00
020a8d5e7c
formatting 2020-03-09 22:00:55 +01:00
3754643a73
remove unnecessary registry fallback, bump max sockets 2020-03-09 21:54:27 +01:00
b4b4622088
adjust color setting 2020-03-09 21:44:05 +01:00
ddac7eb8db
10.1.0
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
* document --githubapi (silverwind)
* test tweaks (silverwind)
* lazy-load package.json (silverwind)
* switch to colorette (silverwind)
* use join only (silverwind)
* test refactor (silverwind)
10.1.0
2020-03-09 17:56:25 +01:00
827fb9f8a8
document --githubapi 2020-03-09 17:55:59 +01:00
f4d20fedee
test tweaks 2020-03-09 17:52:15 +01:00
6ab842a839
lazy-load package.json 2020-03-09 17:50:35 +01:00
5a6876db17
switch to colorette 2020-03-09 17:36:15 +01:00
26fa6e79ff
use join only 2020-03-08 20:08:13 +01:00
88ee4b53d5
test refactor 2020-03-08 20:04:37 +01:00
bc03f6264a
10.0.1
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
* add tests for github dependencies (silverwind)
* simplify getAge (silverwind)
* add test comment (silverwind)
* test refactors (silverwind)
* rename variable for clarity (silverwind)
* return 'none' if age is less then 0, refactor (silverwind)
10.0.1
2020-03-08 19:13:09 +01:00
4c375f2cf1
add tests for github dependencies 2020-03-08 19:12:16 +01:00
537ccb7218
simplify getAge 2020-03-08 17:49:43 +01:00
ae9964cd66
add test comment 2020-03-08 17:44:04 +01:00
a80b34535d
test refactors 2020-03-08 17:40:55 +01:00
1ec7f90c96
rename variable for clarity 2020-03-08 17:37:35 +01:00
04ee0b36b7
return 'none' if age is less then 0, refactor 2020-03-08 17:36:23 +01:00
1a99014620
10.0.0
Some checks failed
ci / test (10, macOS-latest) (push) Has been cancelled
ci / test (10, ubuntu-latest) (push) Has been cancelled
ci / test (10, windows-latest) (push) Has been cancelled
ci / test (12, macOS-latest) (push) Has been cancelled
ci / test (12, ubuntu-latest) (push) Has been cancelled
ci / test (12, windows-latest) (push) Has been cancelled
ci / test (13, macOS-latest) (push) Has been cancelled
ci / test (13, ubuntu-latest) (push) Has been cancelled
ci / test (13, windows-latest) (push) Has been cancelled
* update devDependencies (silverwind)
* readme tweaks (silverwind)
* remove travis badge (silverwind)
* update json example, add TODO (silverwind)
* readme tweak (silverwind)
* add release age, fixes #40 (silverwind)
* move jest to devDependencies (silverwind)
* remove find-up dependency (silverwind)
* tweaks (silverwind)
* add node 13 (silverwind)
* refactors (silverwind)
* move requires to top (silverwind)
* move test.json to file again (silverwind)
* increase jest testTimeout (silverwind)
* update dependencies (silverwind)
* inline package.json in tests (silverwind)
* update .gitignore (silverwind)
* remove yarn.lock (silverwind)
* remove travis (silverwind)
* try actions (silverwind)
* add yarn.lock to make travis install yarn (silverwind)
* check if travis windows does include 'make' (silverwind)
* use self to update (silverwind)
* require node 10, rewrite tests to jest (silverwind)
* Merge pull request #38 from fisker/fake-registry (silverwind)
* chore: pin dependencies (fisker)
* test: setup a fake registry (fisker)
* use semver.validRange (silverwind)
10.0.0
2020-03-08 17:27:44 +01:00
8e220f086b
update devDependencies 2020-03-08 17:27:29 +01:00
dcc899bc33
readme tweaks 2020-03-08 17:18:58 +01:00
0de4607875
remove travis badge 2020-03-08 17:15:46 +01:00
f625635364
update json example, add TODO 2020-03-08 17:13:23 +01:00
d492217684
readme tweak 2020-03-08 17:07:55 +01:00
08dbbae790
add release age, fixes #40 2020-03-08 17:06:58 +01:00
d3aa357303
move jest to devDependencies 2020-03-08 16:00:43 +01:00
373b5873e3
remove find-up dependency 2020-03-08 15:59:50 +01:00
ef43d4e57d
tweaks 2020-03-08 15:54:40 +01:00
8262307302
add node 13 2020-03-08 14:46:24 +01:00
6325f4c917
refactors 2020-03-08 14:45:20 +01:00
356e01bdc3
move requires to top 2020-03-08 14:40:48 +01:00
31f12c8772
move test.json to file again 2020-03-08 14:33:24 +01:00
941f13917b
increase jest testTimeout 2020-03-08 11:04:55 +01:00
4758df5ec3
update dependencies 2020-03-08 11:00:46 +01:00
21d8b0ad40
inline package.json in tests 2020-03-08 10:56:31 +01:00
fb86a4bf59
update .gitignore 2020-03-08 10:48:22 +01:00
fd8e244b94
remove yarn.lock 2020-03-08 10:47:51 +01:00
7b4444872b
remove travis 2020-03-08 10:45:39 +01:00
bf4888483e
try actions 2020-03-08 10:43:25 +01:00
6d3ee75c24
add yarn.lock to make travis install yarn 2020-03-08 10:31:41 +01:00
042beda725
check if travis windows does include 'make' 2020-03-08 10:26:43 +01:00
f28087981a
use self to update 2020-03-08 10:24:37 +01:00
fc28e011ee
require node 10, rewrite tests to jest 2020-03-08 10:23:44 +01:00
5d39d8b6dc
Merge pull request #38 from fisker/fake-registry
test: setup a fake registry
2020-03-08 09:49:40 +01:00