From 40e827ca410d89774cdf925076020ca33aaa1e08 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Dec 2022 09:34:46 +0000 Subject: [PATCH] Release 1.0.0 [skip ci] ## 1.0.0 (2022-12-17) ### Features * add `egg-bin autod --check` command ([#70](https://github.com/eggjs/egg-bin/issues/70)) ([0f0c7ab](https://github.com/eggjs/egg-bin/commit/0f0c7ab8a38f05db5d78f8e94c71894eea137155)) * add COV_EXCLUDES for coverage excludes ([#7](https://github.com/eggjs/egg-bin/issues/7)) ([a33e561](https://github.com/eggjs/egg-bin/commit/a33e561c95921c8f5b466e88e0a01d808363c8e2)) * add sticky mode support ([#32](https://github.com/eggjs/egg-bin/issues/32)) ([f5a1152](https://github.com/eggjs/egg-bin/commit/f5a1152f65fbf5fc6a858b6080815f5886dc1ddc)) * add ts env in command ([#98](https://github.com/eggjs/egg-bin/issues/98)) ([756310e](https://github.com/eggjs/egg-bin/commit/756310e05b609775a4f8bac49721d6c7ba52dca8)) * allow loading ts compiler from cwd ([#169](https://github.com/eggjs/egg-bin/issues/169)) ([4a54cec](https://github.com/eggjs/egg-bin/commit/4a54cec8561595b33984e41982e8d1da96a6bd47)) * auto detect available port ([#22](https://github.com/eggjs/egg-bin/issues/22)) ([6d7ad41](https://github.com/eggjs/egg-bin/commit/6d7ad411f616cfe79cc0dc46284fb5589cf774cb)) * auto require setup file ([#24](https://github.com/eggjs/egg-bin/issues/24)) ([a847750](https://github.com/eggjs/egg-bin/commit/a8477504755793b8ba0609d39542b3cdd0c8c130)) * build-in intelli-espower-loader ([#20](https://github.com/eggjs/egg-bin/issues/20)) ([4e86a67](https://github.com/eggjs/egg-bin/commit/4e86a679dd9a28f1f5dd4d1201860e2784614019)) * change default timeout to 60000 ([#50](https://github.com/eggjs/egg-bin/issues/50)) ([cbc9263](https://github.com/eggjs/egg-bin/commit/cbc92635aac20b2326501d59fea7f9360248d1e0)) * commands support specific execArgv(harmony) ([#33](https://github.com/eggjs/egg-bin/issues/33)) ([0c7108b](https://github.com/eggjs/egg-bin/commit/0c7108bbd252d16f8a41526f335f9b9380630aae)) * cov support output json-summary ([#64](https://github.com/eggjs/egg-bin/issues/64)) ([c1de734](https://github.com/eggjs/egg-bin/commit/c1de734d9ee988b0996db9792f53997a499e0b0d)) * cov support typescript ([#91](https://github.com/eggjs/egg-bin/issues/91)) ([8a05e19](https://github.com/eggjs/egg-bin/commit/8a05e199f3b1447fd8ca541b2f6eddc2fef8ecb8)) * **cov:** add nyc instrument passthrough ([#103](https://github.com/eggjs/egg-bin/issues/103)) ([8fa805b](https://github.com/eggjs/egg-bin/commit/8fa805b971d9429cb30faa55f832a1433ff0efc4)) * **cov:** add prerequire option ([#53](https://github.com/eggjs/egg-bin/issues/53)) ([055c47f](https://github.com/eggjs/egg-bin/commit/055c47f0483285345b2cb8c8ba40c0b9920de063)) * **cov:** add prerequire option ([#53](https://github.com/eggjs/egg-bin/issues/53)) ([a6a2b4a](https://github.com/eggjs/egg-bin/commit/a6a2b4a3f44ffb08e09e09ca372e00f0477573ba)) * debug proxy support ([678b83d](https://github.com/eggjs/egg-bin/commit/678b83d64ad850ac390607ee281e5336473da808)) * **debug:** [BREAKING_CHANGE] remove iron-node ([#26](https://github.com/eggjs/egg-bin/issues/26)) ([9d4170f](https://github.com/eggjs/egg-bin/commit/9d4170f72f055f3389a20e51a036c74cb09cc4b5)) * default enable c8 report ([#189](https://github.com/eggjs/egg-bin/issues/189)) ([72e925b](https://github.com/eggjs/egg-bin/commit/72e925b490fa215432c76e46f6361bf52c169cc6)) * **dev:** pass debug args to execArgv ([#12](https://github.com/eggjs/egg-bin/issues/12)) ([92b111f](https://github.com/eggjs/egg-bin/commit/92b111f1e28d8fa6e21cd9e919bdd2ab8ddbbb9a)) * egg-bin check ([#87](https://github.com/eggjs/egg-bin/issues/87)) ([92b1489](https://github.com/eggjs/egg-bin/commit/92b1489785c88b26a18ff1acd90f988aaba64a58)) * enable mochawesome by default ([#193](https://github.com/eggjs/egg-bin/issues/193)) ([6636e8f](https://github.com/eggjs/egg-bin/commit/6636e8f7cf3227e05a5b9acf1b1a0b4bd7291fb8)) * expose proc ([#152](https://github.com/eggjs/egg-bin/issues/152)) ([dcc9b25](https://github.com/eggjs/egg-bin/commit/dcc9b256843815b6b4f1e505bfd1bf3aeffa4db0)) * extractArgv refactor & extract debug port ([994616d](https://github.com/eggjs/egg-bin/commit/994616df731478af94c139585071d95e52e5b29a)) * extractArgv support expose_debug_as ([6f5d525](https://github.com/eggjs/egg-bin/commit/6f5d52532db8ff1a2eedc1b773c00d6b1329da2d)) * impl parallel for mocha parallel mode ([#185](https://github.com/eggjs/egg-bin/issues/185)) ([78141e8](https://github.com/eggjs/egg-bin/commit/78141e83a83f69f769470a100688c415a0ae1070)) * intergration with egg-ts-helper ([#123](https://github.com/eggjs/egg-bin/issues/123)) ([263cfd1](https://github.com/eggjs/egg-bin/commit/263cfd12c111de4b31cfc28d886bc1f8ece2082d)) * pass --check to pkgfiles ([#48](https://github.com/eggjs/egg-bin/issues/48)) ([7b0c995](https://github.com/eggjs/egg-bin/commit/7b0c995a0792af2e77d426fdead6b62bb2ac4784)) * remove correct-source-map.js ([#109](https://github.com/eggjs/egg-bin/issues/109)) ([8b62742](https://github.com/eggjs/egg-bin/commit/8b6274295d61a46015702f6da185a297afb45c32)) * resolve istanbul path for coffee ([#9](https://github.com/eggjs/egg-bin/issues/9)) ([147add8](https://github.com/eggjs/egg-bin/commit/147add8258580d0100e72a59febf8c9b07cf4c9f)) * revert egg-bin check ([#90](https://github.com/eggjs/egg-bin/issues/90)) ([83322e6](https://github.com/eggjs/egg-bin/commit/83322e6578def12d87242494c7880e5befcb8815)) * revert to 4.2.0 ([c65a00d](https://github.com/eggjs/egg-bin/commit/c65a00dc69fbca3924bcd848c94bc0b11a3ee17a)) * set EGG_MASTER_CLOSE_TIMEOUT when run dev ([#88](https://github.com/eggjs/egg-bin/issues/88)) ([c48860c](https://github.com/eggjs/egg-bin/commit/c48860c70ff931a71fd20d7c3e4d6355a6322cd4)) * should print error stack ([#132](https://github.com/eggjs/egg-bin/issues/132)) ([5c621f6](https://github.com/eggjs/egg-bin/commit/5c621f6d6119fc0ac03b70e294e6cc18d2f88568)) * simplify mocha error stack ([#59](https://github.com/eggjs/egg-bin/issues/59)) ([0b01158](https://github.com/eggjs/egg-bin/commit/0b01158aa45380781ef1b89e4be4f5fc23d16e7d)) * support $NODE_DEBUG_OPTION ([#71](https://github.com/eggjs/egg-bin/issues/71)) ([1340ce7](https://github.com/eggjs/egg-bin/commit/1340ce7b6e6a326fde794d9567e5ece88ff1945b)) * support c8 report ([#172](https://github.com/eggjs/egg-bin/issues/172)) ([1e96da2](https://github.com/eggjs/egg-bin/commit/1e96da2bb68203a5e972645df51ed0aa47ccaa8c)) * support cov command in win32 ([#52](https://github.com/eggjs/egg-bin/issues/52)) ([93b731d](https://github.com/eggjs/egg-bin/commit/93b731db176f7f1d135d8a0dd61512cc036a7eb2)) * support egg-bin test --changed ([#111](https://github.com/eggjs/egg-bin/issues/111)) ([51f93aa](https://github.com/eggjs/egg-bin/commit/51f93aaa7506c9d0b90e3385c5bb6fa2cb488bc0)) * support egg.typescript ([#92](https://github.com/eggjs/egg-bin/issues/92)) ([a7f0ca8](https://github.com/eggjs/egg-bin/commit/a7f0ca8b7ea2f012cc6c45e1bdeddf1e6174b0ae)) * support mocha custom require args ([#5](https://github.com/eggjs/egg-bin/issues/5)) ([fb8fd32](https://github.com/eggjs/egg-bin/commit/fb8fd32d2eecc67343d0bfeb2b9605ad73815339)) * support read egg.require from package.json ([#121](https://github.com/eggjs/egg-bin/issues/121)) ([904103f](https://github.com/eggjs/egg-bin/commit/904103fe673e93bdf600f6eace4121cf4bf15d9b)) * support set eggTsHelper ([#183](https://github.com/eggjs/egg-bin/issues/183)) ([f564cbf](https://github.com/eggjs/egg-bin/commit/f564cbf20be3b7eb7eed61b2fc95a2afa0b5936e)) * support switch ts compiler ([#158](https://github.com/eggjs/egg-bin/issues/158)) ([a74bae2](https://github.com/eggjs/egg-bin/commit/a74bae2f604c13b50dadb8468a796867315120c7)) * support typescript ([#89](https://github.com/eggjs/egg-bin/issues/89)) ([75b5cd6](https://github.com/eggjs/egg-bin/commit/75b5cd653acd0fec189579d3997f087aa998afb4)) * test --dry-run ([#145](https://github.com/eggjs/egg-bin/issues/145)) ([3cc3b0b](https://github.com/eggjs/egg-bin/commit/3cc3b0bbc56553e66fdd3cc5b87716e61d859bdb)) * try to use --inspect first ([#19](https://github.com/eggjs/egg-bin/issues/19)) ([d7ad24c](https://github.com/eggjs/egg-bin/commit/d7ad24c06ba4c74e1b5c7876eba19d13fc28402d)) * update pkg.files that if file exists ([#37](https://github.com/eggjs/egg-bin/issues/37)) ([af5af6a](https://github.com/eggjs/egg-bin/commit/af5af6a84c762ee02a0fe0e9565100b296d6aa1f)) * upgrade espower-typescript to 9.0 ([#106](https://github.com/eggjs/egg-bin/issues/106)) ([35e89db](https://github.com/eggjs/egg-bin/commit/35e89dbdbfcb6d2c6cd07f73145ead7c4c5421ce)) * use nyc instead of istanbul ([#63](https://github.com/eggjs/egg-bin/issues/63)) ([3cf312c](https://github.com/eggjs/egg-bin/commit/3cf312c6f67f2f057f97902b1976d8c14b89917e)) * use test when run cov on Windows ([#18](https://github.com/eggjs/egg-bin/issues/18)) ([611027f](https://github.com/eggjs/egg-bin/commit/611027f470c6adcae6cd4454d6920874f931983e)), closes [/github.com/eggjs/egg/pull/133#issuecomment-256827488](https://github.com/eggjs//github.com/eggjs/egg/pull/133/issues/issuecomment-256827488) * use unparseArgv from common-bin ([#45](https://github.com/eggjs/egg-bin/issues/45)) ([da41b8e](https://github.com/eggjs/egg-bin/commit/da41b8e5d2ce9e4dcaae12b8aedc8040ce445c3e)) ### Bug Fixes * --full-trace should be boolean ([#191](https://github.com/eggjs/egg-bin/issues/191)) ([bfd7fab](https://github.com/eggjs/egg-bin/commit/bfd7fabffa3ae795ab4ca6494bb3cdc0138d59ff)) * -x only support string ([#47](https://github.com/eggjs/egg-bin/issues/47)) ([b79f0cc](https://github.com/eggjs/egg-bin/commit/b79f0cc6fb01d6d0bb6833b05d8409d909e20f1c)) * .setup.js should be the first test file ([#30](https://github.com/eggjs/egg-bin/issues/30)) ([4f45c6b](https://github.com/eggjs/egg-bin/commit/4f45c6b89b2085c31424e21c53bdd38f73c6ad15)) * add missing deps ([#42](https://github.com/eggjs/egg-bin/issues/42)) ([86ebc75](https://github.com/eggjs/egg-bin/commit/86ebc7566364cd7f15b12077d20484b9ae92db82)) * add power-assert to deps ([#21](https://github.com/eggjs/egg-bin/issues/21)) ([8b7ce8d](https://github.com/eggjs/egg-bin/commit/8b7ce8dca6e72889c120dfec0786b74e06fb52ac)) * auto add .setup.ts file ([#147](https://github.com/eggjs/egg-bin/issues/147)) ([00afdf7](https://github.com/eggjs/egg-bin/commit/00afdf7e0237a42360ffd40513cb0b11467efbb5)) * can not find iron-node in subprocess ([#8](https://github.com/eggjs/egg-bin/issues/8)) ([d6a57f5](https://github.com/eggjs/egg-bin/commit/d6a57f5f62ef406709a9a6e25f6da861afc58e88)) * ci failed ([#162](https://github.com/eggjs/egg-bin/issues/162)) ([4a076e6](https://github.com/eggjs/egg-bin/commit/4a076e606428b7eb80bdaa0e358cf4138a3ab0df)) * clean more mocha error stack ([#60](https://github.com/eggjs/egg-bin/issues/60)) ([9c77118](https://github.com/eggjs/egg-bin/commit/9c77118b68f1e6cc05bbe09f421b34d61beb03c8)) * conflix source map support ([#181](https://github.com/eggjs/egg-bin/issues/181)) ([a1ec4f7](https://github.com/eggjs/egg-bin/commit/a1ec4f7e4857bdbd15cc9a9f0e1948dd7f5c348a)) * cov replaced warning at win ([#49](https://github.com/eggjs/egg-bin/issues/49)) ([d2850a5](https://github.com/eggjs/egg-bin/commit/d2850a5b2c6e857e10b70d2a498301c23b09dcb7)) * **cov:** istanbul path env ([#44](https://github.com/eggjs/egg-bin/issues/44)) ([ce8f141](https://github.com/eggjs/egg-bin/commit/ce8f14195d2e91085966dcf88825eb4570718a38)) * **cov:** wait 1 second for Windows ([#16](https://github.com/eggjs/egg-bin/issues/16)) ([742f6fc](https://github.com/eggjs/egg-bin/commit/742f6fcaaaaf7db2c384e7cd9f808cdf558ddddc)) * debug at 6.x ([469739f](https://github.com/eggjs/egg-bin/commit/469739f1b494c647fcb06e0db432d435ed9e1805)) * debug mode detect ([#130](https://github.com/eggjs/egg-bin/issues/130)) ([819d78f](https://github.com/eggjs/egg-bin/commit/819d78fb4d8a1c13827f0e64c197e129777fe646)) * debug-test invoke formatTestArgs ([a82a87a](https://github.com/eggjs/egg-bin/commit/a82a87a66939c327b65f394abd99a3d194c860bb)) * don't pass prerequire ([#57](https://github.com/eggjs/egg-bin/issues/57)) ([e0d03d3](https://github.com/eggjs/egg-bin/commit/e0d03d3938d7f55f4cbaf17b54d4551eb5145ed5)) * downgrade ts-node ([#126](https://github.com/eggjs/egg-bin/issues/126)) ([d802694](https://github.com/eggjs/egg-bin/commit/d802694cc1039e0b0a3721917019c63b7599d59e)) * egginfo is not exists ([#159](https://github.com/eggjs/egg-bin/issues/159)) ([8666e9e](https://github.com/eggjs/egg-bin/commit/8666e9eb9ce5016ac61af9f542b5518537a90a6b)) * ets not found ([#124](https://github.com/eggjs/egg-bin/issues/124)) ([8f6135e](https://github.com/eggjs/egg-bin/commit/8f6135edf46584f009633fa82436ed16037f6cc5)) * fix cov env ([#188](https://github.com/eggjs/egg-bin/issues/188)) ([e18ceda](https://github.com/eggjs/egg-bin/commit/e18cedaf5482c1c58becc6674e3e7a512139f097)) * fix ENABLE_MOCHA_PARALLEL/AUTO_AGENT env ([#187](https://github.com/eggjs/egg-bin/issues/187)) ([88ba6d5](https://github.com/eggjs/egg-bin/commit/88ba6d5b2d7dfd3d349d9687a57948d76b757885)) * fix espwoer-typescript inject logic ([#178](https://github.com/eggjs/egg-bin/issues/178)) ([2e0fecd](https://github.com/eggjs/egg-bin/commit/2e0fecd06e9c901d370d54542e1aa6dc7b183403)) * fix source map line number incorrect ([#107](https://github.com/eggjs/egg-bin/issues/107)) ([ca4f78f](https://github.com/eggjs/egg-bin/commit/ca4f78f5e7c608fbe9af37577c62a5b64bb2b45c)), closes [/github.com/TypeStrong/ts-node/blob/master/src/index.ts#L218](https://github.com/eggjs//github.com/TypeStrong/ts-node/blob/master/src/index.ts/issues/L218) * fixed ts-node ignore files ([#105](https://github.com/eggjs/egg-bin/issues/105)) ([a790304](https://github.com/eggjs/egg-bin/commit/a790304116a1ef562b2a76ad95f1a615998c3041)) * force exit when runner complete ([#83](https://github.com/eggjs/egg-bin/issues/83)) ([7386194](https://github.com/eggjs/egg-bin/commit/7386194d94ec8b0d0faee766fe98f0f4f2ece8a2)) * ignore eggTsHelper on node-test ([#186](https://github.com/eggjs/egg-bin/issues/186)) ([c5db00e](https://github.com/eggjs/egg-bin/commit/c5db00eab9846c32d491487ac04cc4388565d9f8)) * ignore frontend files and document files ([#65](https://github.com/eggjs/egg-bin/issues/65)) ([f9d578e](https://github.com/eggjs/egg-bin/commit/f9d578ed954e5eceed94196f3952d66116300222)) * let sub class can override getFrameworkOrEggPath ([1320144](https://github.com/eggjs/egg-bin/commit/13201441487dfd5e92d9f975dbab7d9b4bc3bb2e)) * link mocha bin from inner file ([#15](https://github.com/eggjs/egg-bin/issues/15)) ([f6cb195](https://github.com/eggjs/egg-bin/commit/f6cb195f83a9e36164cd2807c7d87c1da888f5c6)) * make sure dev command eggPath can be override ([#23](https://github.com/eggjs/egg-bin/issues/23)) ([22510d7](https://github.com/eggjs/egg-bin/commit/22510d7bd578d29f24ce40ffceacefa5c26028d0)) * make sure files sort in all platforms ([#86](https://github.com/eggjs/egg-bin/issues/86)) ([6689962](https://github.com/eggjs/egg-bin/commit/6689962082fb86591adfcaf0d85687096cdb851d)) * nyc shim ([#138](https://github.com/eggjs/egg-bin/issues/138)) ([3b370ef](https://github.com/eggjs/egg-bin/commit/3b370ef998b65e1a5f0390a7aa5f0fb4d2e96a7d)) * only hotfix spawn-wrap on windows ([#69](https://github.com/eggjs/egg-bin/issues/69)) ([e784a3d](https://github.com/eggjs/egg-bin/commit/e784a3dcb48492d6748c09c6fad8efa83cdfb5e0)) * package.json to reduce vulnerabilities ([#108](https://github.com/eggjs/egg-bin/issues/108)) ([e910ae3](https://github.com/eggjs/egg-bin/commit/e910ae336bcb52cb84dceafa3495fb9aa1b1f13a)) * package.json to reduce vulnerabilities ([#81](https://github.com/eggjs/egg-bin/issues/81)) ([e3c33e9](https://github.com/eggjs/egg-bin/commit/e3c33e9fbc8c67ce733237ff7c0c41f35654712f)) * remove espower typescript ([#160](https://github.com/eggjs/egg-bin/issues/160)) ([563923a](https://github.com/eggjs/egg-bin/commit/563923a68c0c0ae09075c4cedb855400deea623f)) * remove temp excludes ([40aaca1](https://github.com/eggjs/egg-bin/commit/40aaca1cc72a7a6915007a63ea89c55c05c20e1e)) * remove ts extensions by default ([#94](https://github.com/eggjs/egg-bin/issues/94)) ([1c860a9](https://github.com/eggjs/egg-bin/commit/1c860a9df359ed42ff366b14e03f4523ce4973be)) * revert nyc ([#140](https://github.com/eggjs/egg-bin/issues/140)) ([9cb8125](https://github.com/eggjs/egg-bin/commit/9cb812537f1bc5e046186fe4f167742503a43abb)), closes [/github.com/eggjs/egg-bin/pull/133#issuecomment-489387659](https://github.com/eggjs//github.com/eggjs/egg-bin/pull/133/issues/issuecomment-489387659) * should exit when no test files found ([#100](https://github.com/eggjs/egg-bin/issues/100)) ([e375ba4](https://github.com/eggjs/egg-bin/commit/e375ba4f2504e9c8afa31a993105fad9e828f1f3)) * should ignore fixtures and node_modules ([#96](https://github.com/eggjs/egg-bin/issues/96)) ([e73c569](https://github.com/eggjs/egg-bin/commit/e73c56952cdbd0f925e8aea1ad1b3098e9ccc90e)) * should not timeout when debugging ([#129](https://github.com/eggjs/egg-bin/issues/129)) ([3b6819c](https://github.com/eggjs/egg-bin/commit/3b6819ccdc1f2f6c81482f45097adfe544e6c874)) * should only read pkg if argv.typescript not pass ([#97](https://github.com/eggjs/egg-bin/issues/97)) ([1e93020](https://github.com/eggjs/egg-bin/commit/1e930203b0e65126f3d4f4babb6ff9dd7d7edb93)) * should pass customEgg to startCluster ([#25](https://github.com/eggjs/egg-bin/issues/25)) ([e3d7974](https://github.com/eggjs/egg-bin/commit/e3d7974659874098c6cfdfef78311e8873487c73)) * should support -p ([#27](https://github.com/eggjs/egg-bin/issues/27)) ([df86893](https://github.com/eggjs/egg-bin/commit/df86893e7baa6bc5710c86ed96355573805e6010)) * should support multi exclude dirs ([#66](https://github.com/eggjs/egg-bin/issues/66)) ([1ac9d68](https://github.com/eggjs/egg-bin/commit/1ac9d686e888213f1ac8c36f3e26ce285250eaa5)) * support --workers same as egg-scripts ([#127](https://github.com/eggjs/egg-bin/issues/127)) ([fcae123](https://github.com/eggjs/egg-bin/commit/fcae1233518d094984aac0efe6890d679da533a0)) * support egg-bin dev --cluster and --baseDir ([#36](https://github.com/eggjs/egg-bin/issues/36)) ([ba7d409](https://github.com/eggjs/egg-bin/commit/ba7d4091cad5915407062ee3c5daa67039dc346a)) * support node4 ([#35](https://github.com/eggjs/egg-bin/issues/35)) ([dbbaf98](https://github.com/eggjs/egg-bin/commit/dbbaf9872ed5c7cc0a8cd6375a8e58234eb58ca6)) * support relative path ([#95](https://github.com/eggjs/egg-bin/issues/95)) ([7531faa](https://github.com/eggjs/egg-bin/commit/7531faaae98e126ec0151721a5fbf7a73b6246b3)) * There is a case sensitive issue from spawn-wrap on Windows ([#67](https://github.com/eggjs/egg-bin/issues/67)) ([56f8518](https://github.com/eggjs/egg-bin/commit/56f85189e13220207a6afededd77b5a122789421)) * use co-mocha instead of thunk-mocha ([#38](https://github.com/eggjs/egg-bin/issues/38)) ([f6b5171](https://github.com/eggjs/egg-bin/commit/f6b51710fec5433036dd3fe6cb5d8c4e564e7736)) * use context.env instead of process.env ([#58](https://github.com/eggjs/egg-bin/issues/58)) ([9aa0030](https://github.com/eggjs/egg-bin/commit/9aa003023e4927c5b8ce4be87968eb13a8aebfc7)) * use inspector at 7.x+ ([#74](https://github.com/eggjs/egg-bin/issues/74)) ([2e3498e](https://github.com/eggjs/egg-bin/commit/2e3498e6ca1b81814a2d1a4db4a8a37fb0d6d880)) * using ts-node in app should check tscompiler and deps ([#170](https://github.com/eggjs/egg-bin/issues/170)) ([662b9e9](https://github.com/eggjs/egg-bin/commit/662b9e924d8e83959ee44e2ef4b1ac7541378b33)) * wait more time for Window :cry: ([#17](https://github.com/eggjs/egg-bin/issues/17)) ([d6f6b3b](https://github.com/eggjs/egg-bin/commit/d6f6b3b26433a349ef704ce5960dcb168a4d7197)) --- CHANGELOG.md | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b5c9e38d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,119 @@ +# Changelog + +## 1.0.0 (2022-12-17) + + +### Features + +* add `egg-bin autod --check` command ([#70](https://github.com/eggjs/egg-bin/issues/70)) ([0f0c7ab](https://github.com/eggjs/egg-bin/commit/0f0c7ab8a38f05db5d78f8e94c71894eea137155)) +* add COV_EXCLUDES for coverage excludes ([#7](https://github.com/eggjs/egg-bin/issues/7)) ([a33e561](https://github.com/eggjs/egg-bin/commit/a33e561c95921c8f5b466e88e0a01d808363c8e2)) +* add sticky mode support ([#32](https://github.com/eggjs/egg-bin/issues/32)) ([f5a1152](https://github.com/eggjs/egg-bin/commit/f5a1152f65fbf5fc6a858b6080815f5886dc1ddc)) +* add ts env in command ([#98](https://github.com/eggjs/egg-bin/issues/98)) ([756310e](https://github.com/eggjs/egg-bin/commit/756310e05b609775a4f8bac49721d6c7ba52dca8)) +* allow loading ts compiler from cwd ([#169](https://github.com/eggjs/egg-bin/issues/169)) ([4a54cec](https://github.com/eggjs/egg-bin/commit/4a54cec8561595b33984e41982e8d1da96a6bd47)) +* auto detect available port ([#22](https://github.com/eggjs/egg-bin/issues/22)) ([6d7ad41](https://github.com/eggjs/egg-bin/commit/6d7ad411f616cfe79cc0dc46284fb5589cf774cb)) +* auto require setup file ([#24](https://github.com/eggjs/egg-bin/issues/24)) ([a847750](https://github.com/eggjs/egg-bin/commit/a8477504755793b8ba0609d39542b3cdd0c8c130)) +* build-in intelli-espower-loader ([#20](https://github.com/eggjs/egg-bin/issues/20)) ([4e86a67](https://github.com/eggjs/egg-bin/commit/4e86a679dd9a28f1f5dd4d1201860e2784614019)) +* change default timeout to 60000 ([#50](https://github.com/eggjs/egg-bin/issues/50)) ([cbc9263](https://github.com/eggjs/egg-bin/commit/cbc92635aac20b2326501d59fea7f9360248d1e0)) +* commands support specific execArgv(harmony) ([#33](https://github.com/eggjs/egg-bin/issues/33)) ([0c7108b](https://github.com/eggjs/egg-bin/commit/0c7108bbd252d16f8a41526f335f9b9380630aae)) +* cov support output json-summary ([#64](https://github.com/eggjs/egg-bin/issues/64)) ([c1de734](https://github.com/eggjs/egg-bin/commit/c1de734d9ee988b0996db9792f53997a499e0b0d)) +* cov support typescript ([#91](https://github.com/eggjs/egg-bin/issues/91)) ([8a05e19](https://github.com/eggjs/egg-bin/commit/8a05e199f3b1447fd8ca541b2f6eddc2fef8ecb8)) +* **cov:** add nyc instrument passthrough ([#103](https://github.com/eggjs/egg-bin/issues/103)) ([8fa805b](https://github.com/eggjs/egg-bin/commit/8fa805b971d9429cb30faa55f832a1433ff0efc4)) +* **cov:** add prerequire option ([#53](https://github.com/eggjs/egg-bin/issues/53)) ([055c47f](https://github.com/eggjs/egg-bin/commit/055c47f0483285345b2cb8c8ba40c0b9920de063)) +* **cov:** add prerequire option ([#53](https://github.com/eggjs/egg-bin/issues/53)) ([a6a2b4a](https://github.com/eggjs/egg-bin/commit/a6a2b4a3f44ffb08e09e09ca372e00f0477573ba)) +* debug proxy support ([678b83d](https://github.com/eggjs/egg-bin/commit/678b83d64ad850ac390607ee281e5336473da808)) +* **debug:** [BREAKING_CHANGE] remove iron-node ([#26](https://github.com/eggjs/egg-bin/issues/26)) ([9d4170f](https://github.com/eggjs/egg-bin/commit/9d4170f72f055f3389a20e51a036c74cb09cc4b5)) +* default enable c8 report ([#189](https://github.com/eggjs/egg-bin/issues/189)) ([72e925b](https://github.com/eggjs/egg-bin/commit/72e925b490fa215432c76e46f6361bf52c169cc6)) +* **dev:** pass debug args to execArgv ([#12](https://github.com/eggjs/egg-bin/issues/12)) ([92b111f](https://github.com/eggjs/egg-bin/commit/92b111f1e28d8fa6e21cd9e919bdd2ab8ddbbb9a)) +* egg-bin check ([#87](https://github.com/eggjs/egg-bin/issues/87)) ([92b1489](https://github.com/eggjs/egg-bin/commit/92b1489785c88b26a18ff1acd90f988aaba64a58)) +* enable mochawesome by default ([#193](https://github.com/eggjs/egg-bin/issues/193)) ([6636e8f](https://github.com/eggjs/egg-bin/commit/6636e8f7cf3227e05a5b9acf1b1a0b4bd7291fb8)) +* expose proc ([#152](https://github.com/eggjs/egg-bin/issues/152)) ([dcc9b25](https://github.com/eggjs/egg-bin/commit/dcc9b256843815b6b4f1e505bfd1bf3aeffa4db0)) +* extractArgv refactor & extract debug port ([994616d](https://github.com/eggjs/egg-bin/commit/994616df731478af94c139585071d95e52e5b29a)) +* extractArgv support expose_debug_as ([6f5d525](https://github.com/eggjs/egg-bin/commit/6f5d52532db8ff1a2eedc1b773c00d6b1329da2d)) +* impl parallel for mocha parallel mode ([#185](https://github.com/eggjs/egg-bin/issues/185)) ([78141e8](https://github.com/eggjs/egg-bin/commit/78141e83a83f69f769470a100688c415a0ae1070)) +* intergration with egg-ts-helper ([#123](https://github.com/eggjs/egg-bin/issues/123)) ([263cfd1](https://github.com/eggjs/egg-bin/commit/263cfd12c111de4b31cfc28d886bc1f8ece2082d)) +* pass --check to pkgfiles ([#48](https://github.com/eggjs/egg-bin/issues/48)) ([7b0c995](https://github.com/eggjs/egg-bin/commit/7b0c995a0792af2e77d426fdead6b62bb2ac4784)) +* remove correct-source-map.js ([#109](https://github.com/eggjs/egg-bin/issues/109)) ([8b62742](https://github.com/eggjs/egg-bin/commit/8b6274295d61a46015702f6da185a297afb45c32)) +* resolve istanbul path for coffee ([#9](https://github.com/eggjs/egg-bin/issues/9)) ([147add8](https://github.com/eggjs/egg-bin/commit/147add8258580d0100e72a59febf8c9b07cf4c9f)) +* revert egg-bin check ([#90](https://github.com/eggjs/egg-bin/issues/90)) ([83322e6](https://github.com/eggjs/egg-bin/commit/83322e6578def12d87242494c7880e5befcb8815)) +* revert to 4.2.0 ([c65a00d](https://github.com/eggjs/egg-bin/commit/c65a00dc69fbca3924bcd848c94bc0b11a3ee17a)) +* set EGG_MASTER_CLOSE_TIMEOUT when run dev ([#88](https://github.com/eggjs/egg-bin/issues/88)) ([c48860c](https://github.com/eggjs/egg-bin/commit/c48860c70ff931a71fd20d7c3e4d6355a6322cd4)) +* should print error stack ([#132](https://github.com/eggjs/egg-bin/issues/132)) ([5c621f6](https://github.com/eggjs/egg-bin/commit/5c621f6d6119fc0ac03b70e294e6cc18d2f88568)) +* simplify mocha error stack ([#59](https://github.com/eggjs/egg-bin/issues/59)) ([0b01158](https://github.com/eggjs/egg-bin/commit/0b01158aa45380781ef1b89e4be4f5fc23d16e7d)) +* support $NODE_DEBUG_OPTION ([#71](https://github.com/eggjs/egg-bin/issues/71)) ([1340ce7](https://github.com/eggjs/egg-bin/commit/1340ce7b6e6a326fde794d9567e5ece88ff1945b)) +* support c8 report ([#172](https://github.com/eggjs/egg-bin/issues/172)) ([1e96da2](https://github.com/eggjs/egg-bin/commit/1e96da2bb68203a5e972645df51ed0aa47ccaa8c)) +* support cov command in win32 ([#52](https://github.com/eggjs/egg-bin/issues/52)) ([93b731d](https://github.com/eggjs/egg-bin/commit/93b731db176f7f1d135d8a0dd61512cc036a7eb2)) +* support egg-bin test --changed ([#111](https://github.com/eggjs/egg-bin/issues/111)) ([51f93aa](https://github.com/eggjs/egg-bin/commit/51f93aaa7506c9d0b90e3385c5bb6fa2cb488bc0)) +* support egg.typescript ([#92](https://github.com/eggjs/egg-bin/issues/92)) ([a7f0ca8](https://github.com/eggjs/egg-bin/commit/a7f0ca8b7ea2f012cc6c45e1bdeddf1e6174b0ae)) +* support mocha custom require args ([#5](https://github.com/eggjs/egg-bin/issues/5)) ([fb8fd32](https://github.com/eggjs/egg-bin/commit/fb8fd32d2eecc67343d0bfeb2b9605ad73815339)) +* support read egg.require from package.json ([#121](https://github.com/eggjs/egg-bin/issues/121)) ([904103f](https://github.com/eggjs/egg-bin/commit/904103fe673e93bdf600f6eace4121cf4bf15d9b)) +* support set eggTsHelper ([#183](https://github.com/eggjs/egg-bin/issues/183)) ([f564cbf](https://github.com/eggjs/egg-bin/commit/f564cbf20be3b7eb7eed61b2fc95a2afa0b5936e)) +* support switch ts compiler ([#158](https://github.com/eggjs/egg-bin/issues/158)) ([a74bae2](https://github.com/eggjs/egg-bin/commit/a74bae2f604c13b50dadb8468a796867315120c7)) +* support typescript ([#89](https://github.com/eggjs/egg-bin/issues/89)) ([75b5cd6](https://github.com/eggjs/egg-bin/commit/75b5cd653acd0fec189579d3997f087aa998afb4)) +* test --dry-run ([#145](https://github.com/eggjs/egg-bin/issues/145)) ([3cc3b0b](https://github.com/eggjs/egg-bin/commit/3cc3b0bbc56553e66fdd3cc5b87716e61d859bdb)) +* try to use --inspect first ([#19](https://github.com/eggjs/egg-bin/issues/19)) ([d7ad24c](https://github.com/eggjs/egg-bin/commit/d7ad24c06ba4c74e1b5c7876eba19d13fc28402d)) +* update pkg.files that if file exists ([#37](https://github.com/eggjs/egg-bin/issues/37)) ([af5af6a](https://github.com/eggjs/egg-bin/commit/af5af6a84c762ee02a0fe0e9565100b296d6aa1f)) +* upgrade espower-typescript to 9.0 ([#106](https://github.com/eggjs/egg-bin/issues/106)) ([35e89db](https://github.com/eggjs/egg-bin/commit/35e89dbdbfcb6d2c6cd07f73145ead7c4c5421ce)) +* use nyc instead of istanbul ([#63](https://github.com/eggjs/egg-bin/issues/63)) ([3cf312c](https://github.com/eggjs/egg-bin/commit/3cf312c6f67f2f057f97902b1976d8c14b89917e)) +* use test when run cov on Windows ([#18](https://github.com/eggjs/egg-bin/issues/18)) ([611027f](https://github.com/eggjs/egg-bin/commit/611027f470c6adcae6cd4454d6920874f931983e)), closes [/github.com/eggjs/egg/pull/133#issuecomment-256827488](https://github.com/eggjs//github.com/eggjs/egg/pull/133/issues/issuecomment-256827488) +* use unparseArgv from common-bin ([#45](https://github.com/eggjs/egg-bin/issues/45)) ([da41b8e](https://github.com/eggjs/egg-bin/commit/da41b8e5d2ce9e4dcaae12b8aedc8040ce445c3e)) + + +### Bug Fixes + +* --full-trace should be boolean ([#191](https://github.com/eggjs/egg-bin/issues/191)) ([bfd7fab](https://github.com/eggjs/egg-bin/commit/bfd7fabffa3ae795ab4ca6494bb3cdc0138d59ff)) +* -x only support string ([#47](https://github.com/eggjs/egg-bin/issues/47)) ([b79f0cc](https://github.com/eggjs/egg-bin/commit/b79f0cc6fb01d6d0bb6833b05d8409d909e20f1c)) +* .setup.js should be the first test file ([#30](https://github.com/eggjs/egg-bin/issues/30)) ([4f45c6b](https://github.com/eggjs/egg-bin/commit/4f45c6b89b2085c31424e21c53bdd38f73c6ad15)) +* add missing deps ([#42](https://github.com/eggjs/egg-bin/issues/42)) ([86ebc75](https://github.com/eggjs/egg-bin/commit/86ebc7566364cd7f15b12077d20484b9ae92db82)) +* add power-assert to deps ([#21](https://github.com/eggjs/egg-bin/issues/21)) ([8b7ce8d](https://github.com/eggjs/egg-bin/commit/8b7ce8dca6e72889c120dfec0786b74e06fb52ac)) +* auto add .setup.ts file ([#147](https://github.com/eggjs/egg-bin/issues/147)) ([00afdf7](https://github.com/eggjs/egg-bin/commit/00afdf7e0237a42360ffd40513cb0b11467efbb5)) +* can not find iron-node in subprocess ([#8](https://github.com/eggjs/egg-bin/issues/8)) ([d6a57f5](https://github.com/eggjs/egg-bin/commit/d6a57f5f62ef406709a9a6e25f6da861afc58e88)) +* ci failed ([#162](https://github.com/eggjs/egg-bin/issues/162)) ([4a076e6](https://github.com/eggjs/egg-bin/commit/4a076e606428b7eb80bdaa0e358cf4138a3ab0df)) +* clean more mocha error stack ([#60](https://github.com/eggjs/egg-bin/issues/60)) ([9c77118](https://github.com/eggjs/egg-bin/commit/9c77118b68f1e6cc05bbe09f421b34d61beb03c8)) +* conflix source map support ([#181](https://github.com/eggjs/egg-bin/issues/181)) ([a1ec4f7](https://github.com/eggjs/egg-bin/commit/a1ec4f7e4857bdbd15cc9a9f0e1948dd7f5c348a)) +* cov replaced warning at win ([#49](https://github.com/eggjs/egg-bin/issues/49)) ([d2850a5](https://github.com/eggjs/egg-bin/commit/d2850a5b2c6e857e10b70d2a498301c23b09dcb7)) +* **cov:** istanbul path env ([#44](https://github.com/eggjs/egg-bin/issues/44)) ([ce8f141](https://github.com/eggjs/egg-bin/commit/ce8f14195d2e91085966dcf88825eb4570718a38)) +* **cov:** wait 1 second for Windows ([#16](https://github.com/eggjs/egg-bin/issues/16)) ([742f6fc](https://github.com/eggjs/egg-bin/commit/742f6fcaaaaf7db2c384e7cd9f808cdf558ddddc)) +* debug at 6.x ([469739f](https://github.com/eggjs/egg-bin/commit/469739f1b494c647fcb06e0db432d435ed9e1805)) +* debug mode detect ([#130](https://github.com/eggjs/egg-bin/issues/130)) ([819d78f](https://github.com/eggjs/egg-bin/commit/819d78fb4d8a1c13827f0e64c197e129777fe646)) +* debug-test invoke formatTestArgs ([a82a87a](https://github.com/eggjs/egg-bin/commit/a82a87a66939c327b65f394abd99a3d194c860bb)) +* don't pass prerequire ([#57](https://github.com/eggjs/egg-bin/issues/57)) ([e0d03d3](https://github.com/eggjs/egg-bin/commit/e0d03d3938d7f55f4cbaf17b54d4551eb5145ed5)) +* downgrade ts-node ([#126](https://github.com/eggjs/egg-bin/issues/126)) ([d802694](https://github.com/eggjs/egg-bin/commit/d802694cc1039e0b0a3721917019c63b7599d59e)) +* egginfo is not exists ([#159](https://github.com/eggjs/egg-bin/issues/159)) ([8666e9e](https://github.com/eggjs/egg-bin/commit/8666e9eb9ce5016ac61af9f542b5518537a90a6b)) +* ets not found ([#124](https://github.com/eggjs/egg-bin/issues/124)) ([8f6135e](https://github.com/eggjs/egg-bin/commit/8f6135edf46584f009633fa82436ed16037f6cc5)) +* fix cov env ([#188](https://github.com/eggjs/egg-bin/issues/188)) ([e18ceda](https://github.com/eggjs/egg-bin/commit/e18cedaf5482c1c58becc6674e3e7a512139f097)) +* fix ENABLE_MOCHA_PARALLEL/AUTO_AGENT env ([#187](https://github.com/eggjs/egg-bin/issues/187)) ([88ba6d5](https://github.com/eggjs/egg-bin/commit/88ba6d5b2d7dfd3d349d9687a57948d76b757885)) +* fix espwoer-typescript inject logic ([#178](https://github.com/eggjs/egg-bin/issues/178)) ([2e0fecd](https://github.com/eggjs/egg-bin/commit/2e0fecd06e9c901d370d54542e1aa6dc7b183403)) +* fix source map line number incorrect ([#107](https://github.com/eggjs/egg-bin/issues/107)) ([ca4f78f](https://github.com/eggjs/egg-bin/commit/ca4f78f5e7c608fbe9af37577c62a5b64bb2b45c)), closes [/github.com/TypeStrong/ts-node/blob/master/src/index.ts#L218](https://github.com/eggjs//github.com/TypeStrong/ts-node/blob/master/src/index.ts/issues/L218) +* fixed ts-node ignore files ([#105](https://github.com/eggjs/egg-bin/issues/105)) ([a790304](https://github.com/eggjs/egg-bin/commit/a790304116a1ef562b2a76ad95f1a615998c3041)) +* force exit when runner complete ([#83](https://github.com/eggjs/egg-bin/issues/83)) ([7386194](https://github.com/eggjs/egg-bin/commit/7386194d94ec8b0d0faee766fe98f0f4f2ece8a2)) +* ignore eggTsHelper on node-test ([#186](https://github.com/eggjs/egg-bin/issues/186)) ([c5db00e](https://github.com/eggjs/egg-bin/commit/c5db00eab9846c32d491487ac04cc4388565d9f8)) +* ignore frontend files and document files ([#65](https://github.com/eggjs/egg-bin/issues/65)) ([f9d578e](https://github.com/eggjs/egg-bin/commit/f9d578ed954e5eceed94196f3952d66116300222)) +* let sub class can override getFrameworkOrEggPath ([1320144](https://github.com/eggjs/egg-bin/commit/13201441487dfd5e92d9f975dbab7d9b4bc3bb2e)) +* link mocha bin from inner file ([#15](https://github.com/eggjs/egg-bin/issues/15)) ([f6cb195](https://github.com/eggjs/egg-bin/commit/f6cb195f83a9e36164cd2807c7d87c1da888f5c6)) +* make sure dev command eggPath can be override ([#23](https://github.com/eggjs/egg-bin/issues/23)) ([22510d7](https://github.com/eggjs/egg-bin/commit/22510d7bd578d29f24ce40ffceacefa5c26028d0)) +* make sure files sort in all platforms ([#86](https://github.com/eggjs/egg-bin/issues/86)) ([6689962](https://github.com/eggjs/egg-bin/commit/6689962082fb86591adfcaf0d85687096cdb851d)) +* nyc shim ([#138](https://github.com/eggjs/egg-bin/issues/138)) ([3b370ef](https://github.com/eggjs/egg-bin/commit/3b370ef998b65e1a5f0390a7aa5f0fb4d2e96a7d)) +* only hotfix spawn-wrap on windows ([#69](https://github.com/eggjs/egg-bin/issues/69)) ([e784a3d](https://github.com/eggjs/egg-bin/commit/e784a3dcb48492d6748c09c6fad8efa83cdfb5e0)) +* package.json to reduce vulnerabilities ([#108](https://github.com/eggjs/egg-bin/issues/108)) ([e910ae3](https://github.com/eggjs/egg-bin/commit/e910ae336bcb52cb84dceafa3495fb9aa1b1f13a)) +* package.json to reduce vulnerabilities ([#81](https://github.com/eggjs/egg-bin/issues/81)) ([e3c33e9](https://github.com/eggjs/egg-bin/commit/e3c33e9fbc8c67ce733237ff7c0c41f35654712f)) +* remove espower typescript ([#160](https://github.com/eggjs/egg-bin/issues/160)) ([563923a](https://github.com/eggjs/egg-bin/commit/563923a68c0c0ae09075c4cedb855400deea623f)) +* remove temp excludes ([40aaca1](https://github.com/eggjs/egg-bin/commit/40aaca1cc72a7a6915007a63ea89c55c05c20e1e)) +* remove ts extensions by default ([#94](https://github.com/eggjs/egg-bin/issues/94)) ([1c860a9](https://github.com/eggjs/egg-bin/commit/1c860a9df359ed42ff366b14e03f4523ce4973be)) +* revert nyc ([#140](https://github.com/eggjs/egg-bin/issues/140)) ([9cb8125](https://github.com/eggjs/egg-bin/commit/9cb812537f1bc5e046186fe4f167742503a43abb)), closes [/github.com/eggjs/egg-bin/pull/133#issuecomment-489387659](https://github.com/eggjs//github.com/eggjs/egg-bin/pull/133/issues/issuecomment-489387659) +* should exit when no test files found ([#100](https://github.com/eggjs/egg-bin/issues/100)) ([e375ba4](https://github.com/eggjs/egg-bin/commit/e375ba4f2504e9c8afa31a993105fad9e828f1f3)) +* should ignore fixtures and node_modules ([#96](https://github.com/eggjs/egg-bin/issues/96)) ([e73c569](https://github.com/eggjs/egg-bin/commit/e73c56952cdbd0f925e8aea1ad1b3098e9ccc90e)) +* should not timeout when debugging ([#129](https://github.com/eggjs/egg-bin/issues/129)) ([3b6819c](https://github.com/eggjs/egg-bin/commit/3b6819ccdc1f2f6c81482f45097adfe544e6c874)) +* should only read pkg if argv.typescript not pass ([#97](https://github.com/eggjs/egg-bin/issues/97)) ([1e93020](https://github.com/eggjs/egg-bin/commit/1e930203b0e65126f3d4f4babb6ff9dd7d7edb93)) +* should pass customEgg to startCluster ([#25](https://github.com/eggjs/egg-bin/issues/25)) ([e3d7974](https://github.com/eggjs/egg-bin/commit/e3d7974659874098c6cfdfef78311e8873487c73)) +* should support -p ([#27](https://github.com/eggjs/egg-bin/issues/27)) ([df86893](https://github.com/eggjs/egg-bin/commit/df86893e7baa6bc5710c86ed96355573805e6010)) +* should support multi exclude dirs ([#66](https://github.com/eggjs/egg-bin/issues/66)) ([1ac9d68](https://github.com/eggjs/egg-bin/commit/1ac9d686e888213f1ac8c36f3e26ce285250eaa5)) +* support --workers same as egg-scripts ([#127](https://github.com/eggjs/egg-bin/issues/127)) ([fcae123](https://github.com/eggjs/egg-bin/commit/fcae1233518d094984aac0efe6890d679da533a0)) +* support egg-bin dev --cluster and --baseDir ([#36](https://github.com/eggjs/egg-bin/issues/36)) ([ba7d409](https://github.com/eggjs/egg-bin/commit/ba7d4091cad5915407062ee3c5daa67039dc346a)) +* support node4 ([#35](https://github.com/eggjs/egg-bin/issues/35)) ([dbbaf98](https://github.com/eggjs/egg-bin/commit/dbbaf9872ed5c7cc0a8cd6375a8e58234eb58ca6)) +* support relative path ([#95](https://github.com/eggjs/egg-bin/issues/95)) ([7531faa](https://github.com/eggjs/egg-bin/commit/7531faaae98e126ec0151721a5fbf7a73b6246b3)) +* There is a case sensitive issue from spawn-wrap on Windows ([#67](https://github.com/eggjs/egg-bin/issues/67)) ([56f8518](https://github.com/eggjs/egg-bin/commit/56f85189e13220207a6afededd77b5a122789421)) +* use co-mocha instead of thunk-mocha ([#38](https://github.com/eggjs/egg-bin/issues/38)) ([f6b5171](https://github.com/eggjs/egg-bin/commit/f6b51710fec5433036dd3fe6cb5d8c4e564e7736)) +* use context.env instead of process.env ([#58](https://github.com/eggjs/egg-bin/issues/58)) ([9aa0030](https://github.com/eggjs/egg-bin/commit/9aa003023e4927c5b8ce4be87968eb13a8aebfc7)) +* use inspector at 7.x+ ([#74](https://github.com/eggjs/egg-bin/issues/74)) ([2e3498e](https://github.com/eggjs/egg-bin/commit/2e3498e6ca1b81814a2d1a4db4a8a37fb0d6d880)) +* using ts-node in app should check tscompiler and deps ([#170](https://github.com/eggjs/egg-bin/issues/170)) ([662b9e9](https://github.com/eggjs/egg-bin/commit/662b9e924d8e83959ee44e2ef4b1ac7541378b33)) +* wait more time for Window :cry: ([#17](https://github.com/eggjs/egg-bin/issues/17)) ([d6f6b3b](https://github.com/eggjs/egg-bin/commit/d6f6b3b26433a349ef704ce5960dcb168a4d7197)) diff --git a/package.json b/package.json index a982014b..feb44dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.5.0", + "version": "1.0.0", "description": "egg developer tool", "files": [ "index.js",