Tree:
c11131310c
handle-files-no-array
master
0.10.0
0.10.1
0.10.2
0.11.0
0.12.0
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.16.0
0.17.0
0.17.1
0.18.0
0.18.1
0.19.0
0.20.0
0.21.0
0.21.1
0.22.0
0.23.0
0.23.1
0.24.0
0.24.1
0.25.0
0.25.1
0.25.2
0.26.0
0.27.0
0.28.0
0.28.1
0.29.0
0.29.1
0.30.0
0.31.0
0.32.0
0.33.0
0.33.1
0.33.2
0.34.0
0.34.1
0.35.0
0.36.0
0.36.1
0.36.2
0.37.0
0.37.1
0.38.0
0.39.0
0.39.1
0.9.0
0.9.1
0.9.10
0.9.11
0.9.12
0.9.13
0.9.14
0.9.15
0.9.16
0.9.17
0.9.18
0.9.19
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
1.0.0
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
3.0.0
3.0.1
3.1.0
3.1.1
3.1.2
4.0.0
4.0.1
4.1.0
4.1.1
4.1.2
4.10.0
4.10.1
4.10.2
4.10.3
4.11.0
4.11.1
4.11.2
4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.4.1
4.4.2
4.5.0
4.5.1
4.5.2
4.5.3
4.5.4
4.5.5
4.5.6
4.5.7
4.5.8
4.6.0
4.6.1
4.7.0
4.7.1
4.8.0
4.8.1
4.9.0
5.0.0
5.1.0
5.1.1
5.1.2
5.2.0
5.2.1
5.2.2
5.2.3
5.3.0
5.3.1
5.3.2
5.3.3
6.0.0
6.0.3
6.0.4
6.0.5
6.1.0
6.1.1
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.3.0
6.3.1
6.3.2
6.4.0
6.4.1
7.0.0
7.0.1
7.0.2
7.1.0
7.1.1
7.2.0
7.2.1
7.2.2
7.2.3
7.2.4
7.3.0
7.3.1
7.4.0
8.0.0
8.0.0-beta.1
8.0.0-beta.10
8.0.0-beta.11
8.0.0-beta.2
8.0.0-beta.3
8.0.0-beta.4
8.0.0-beta.5
8.0.0-beta.6
8.0.0-beta.7
8.0.0-beta.8
8.0.0-beta.9
8.0.1
8.0.2
8.1.0
8.2.0
8.2.1
8.2.2
8.2.3
8.2.4
8.2.5
8.3.0
8.3.1
${ noResults }
3 Commits (c11131310c5f23ec05714e3f11561d0cf0f101d9)
Author | SHA1 | Message | Date |
---|---|---|---|
Jarmo Isotalo | 059918e7ee |
Remove babel as dependecy (#209)
* Remove babel as a dependency * Migrate from import foo from foo to const foo = require('foo') * Update module.exports * Update commander syntax * Update pkg config and fix stuff * Make XO happy * Fix path in tests * Fix typo * Fix cleanup * Debug pkg * Fix pkg * Fix process.argv for subcommands * Run with --harmony-async-await when supported thx igor for help with this trick :D * Use bash * Set engines.node in package.json |
8 years ago |
Leo Lamprecht |
3979d8472a
|
Fixed even more XO issues
|
8 years ago |
Guillermo Rauch | eb04657b2f |
Add zeit world (wip) (#67)
* alias: clean up the alias (trailing and leading dots) * alias: improve domain validation and implement zeit.world * is-zeit-world: detect valid zeit.world nameservers * package: add domain-regex dep * now-alias: fix edge case with older aliases or removed deployments * alias: move listing aliases and retrying to `index` * index: generalize retrying and alias listing * alias: remove `retry` dep * now-remove: print out alias warning * typo * now-alias: prevent double lookup * now: add domain / domains command * now-deploy: document `domain` * agent: allow for tls-less, agent-less requests while testing * is-zeit-world: fix nameserver typo * dns: as-promised * now-alias: fix `rm` table * now-alias: no longer admit argument after `alias ls` @rase- please verify this, but I think it was overkill? * admit "aliases" as an alternative to alias * make domain name resolution, creation and verification reusable * index: add nameserver discover, domain setup functions (reused between alias and domains) * now-domains: add command * domains: commands * package: bump eslint * now-alias: simplify sort * now-domains: sort list * now-domains: improve deletion and output of empty elements * errors: improve output * domains: add more debug output * domains: extra logging * errors: improve logging * now-remove: improve `now rm` error handling * index: more reasonable retrying * alias: support empty dns configurations * dns: remove ns fn * alias: improve post-dns-editing verification * index: remove unneeded dns lookup * index: implement new `getNameservers` * index: customizable retries * alias: improve error * improve error handling and cert retrying * customizable retries * alias: better error handling * alias: display both error messages * better error handling * improve error handling for certificate verification errors * alias: set up a `*` CNAME to simplify further aliases * alias: fewer retries for certs, more spaced out (prevent rate limiting issues) * alias: ultimate error handling * add whois fallback * adjust timer labels for whois fallback * index: whois fallback also upon 500 errors * alias: fix error message * fix duplicate aliases declaration |
9 years ago |