Commit Graph

410 Commits

Author SHA1 Message Date
Taylor Schley 78b1e097c1 feat: fix types and use tsd 2024-04-30 14:09:22 -05:00
titanism f2dc40d94c fix: wip for type fix and dtslint > tsd issue 2024-04-30 13:46:46 -05:00
titanism 3dea29dc32 Merge pull request #234 from climba03003/test-coverage
test: coverage on missing #229
2023-11-21 01:53:37 -06:00
KaKa f4cb169acb test: coverage on missing #229 2023-11-21 15:51:52 +08:00
titanism e095b36b9e 9.2.2 2023-11-21 01:46:46 -06:00
titanism 67df38094a Merge pull request #233 from climba03003/fix-ci
ci: resume ci on node@14
2023-11-21 01:45:28 -06:00
KaKa 4320e208ab ci: resume ci on node@14 2023-11-21 15:42:11 +08:00
titanism 297e7432fb 9.2.1 2023-11-21 01:06:23 -06:00
titanism b7ec8ad4f3 fix: fixed typescript nonsense (closes #232) 2023-11-21 01:04:24 -06:00
titanism 1e8f62a597 fix: reverted <https://github.com/breejs/bree/commit/8482d166d0ed2c57e9eed21dd49fefd8370ce90c> 2023-11-21 01:02:32 -06:00
titanism dba21cc893 fix: fixed tests 2023-11-21 00:18:35 -06:00
titanism f9ff22bfad 9.2.0 2023-11-20 23:48:58 -06:00
titanism 6e5504a469 fix: version bump, attempt to fix ts issues, drop node v12 from tests 2023-11-20 23:46:28 -06:00
titanism 8482d166d0 fix: fixed linting 2023-11-20 23:36:32 -06:00
titanism c9dd52f01b chore: downgrade xo to v0.52 for ci tests on node v12 2023-11-20 23:35:20 -06:00
titanism c83587176e fix: bump deps, fixed linting 2023-11-20 23:33:07 -06:00
titanism 2e2afd1c0b Merge pull request #229 from mikevalstar/feat/fix-extensions
feat: allow resiliency with accepted extensions
2023-11-20 23:01:04 -06:00
Mike Valstar 82de2028e3 feat: allow resiliency with accepted extensions 2023-10-09 10:34:10 -04:00
titanism 4f388fe70c 9.1.3 2022-11-27 00:42:37 -06:00
titanism aa0c8a1232 Merge pull request #207 from CroniD/master
Windows compatibility
2022-11-27 00:39:51 -06:00
Michael Szwarc 9a279c8a2a #202 Windows compatibility 2022-11-26 23:07:34 +01:00
Taylor Schley ae91c1e1f2 v9.1.2 2022-08-01 13:22:46 -05:00
Taylor Schley cea6b1e123 fix(types): fix logger type 2022-08-01 13:21:05 -05:00
titanism bbfa7d945c 9.1.1 2022-07-05 13:15:48 -05:00
titanism 6ac5cebc46 chore: fixed engine list (thanks @shadowgate15) 2022-07-05 13:13:02 -05:00
titanism 1c2bf50f8e fix: require node v12.17+ due to dynamic import (previous was v12.11+) 2022-07-05 13:08:44 -05:00
titanism 936aa8eb5c 9.1.0 2022-06-27 01:05:29 -05:00
titanism 6c3ad7c950 feat: omit job env in workerData (fixes #171) 2022-06-27 01:02:55 -05:00
titanism c05d17a40b docs: fixed typos in note for upgrading plugins 2022-06-13 14:58:32 -05:00
titanism 5d1ad8808b docs: fixed note for upgrading plugins 2022-06-13 14:46:45 -05:00
titanism 2d95a6d9c6 docs: added note for upgrading for plugins 2022-06-13 14:44:44 -05:00
titanism 4278aa7d7f 9.0.1 2022-06-13 02:43:24 -05:00
titanism 04c48af97a Merge pull request #181 from mat813/fix-types
fix: correct type problem on rest parameter
2022-06-13 02:42:38 -05:00
Mathieu Arnold 61a4ab0714 fix: correct type problem on rest parameter
The error was:

    .../types/index.d.ts:9:29 - error TS2370: A rest parameter must be of an array type.

    9 type AsyncFunction<A, O> = (...args: A) => Promise<O>;
                                  ~~~~~~~~~~

So enforce the parameter to be some kind of array.
2022-06-13 09:35:19 +02:00
titanism 112d462020 chore: removed unused devDeps 2022-06-10 16:24:05 -05:00
titanism f48e2ed220 docs: fixed upgrade phrasing 2022-06-10 13:27:39 -05:00
titanism 2c1eccaeff 9.0.0 2022-06-10 04:29:36 -05:00
titanism 88a6fe3c90 docs: clarified breaking changes 2022-06-10 04:27:20 -05:00
titanism 3c579f646d docs: added ESM example and highlighted upgrade notes 2022-06-10 04:20:42 -05:00
titanism 0251322ee4 feat: added ESM support via dynamic import (closes #180), breaking changes, refactoring 2022-06-10 04:05:50 -05:00
titanism cd0242f552 chore: added .eslintignore for linting dotfile js configs 2022-06-07 15:47:38 -05:00
titanism ac98e45c69 8.0.5 2022-06-06 18:23:31 -05:00
titanism f95cbf7dba docs: added badge for downloads 2022-06-06 18:22:03 -05:00
titanism bef3938cd4 chore: added yarnlock to gitignore 2022-06-06 15:36:47 -05:00
titanism c365616c95 8.0.4 2022-06-06 14:24:33 -05:00
titanism 1de36ace25 chore: fixed action error (https://github.com/breejs/bree/actions/runs/2449896904) 2022-06-06 14:19:35 -05:00
titanism 2f5c3b48ca fix: fixed conflicting workflow job name 2022-06-06 14:17:18 -05:00
titanism 5b5cabb4c9 chore: fixed "on" in CI yml 2022-06-06 14:15:26 -05:00
titanism 84f698710e chore: fixed name in CI yml 2022-06-06 14:13:03 -05:00
titanism b58c3c6274 chore: cleanup ci, disable windows test (for now) 2022-06-06 14:07:37 -05:00