|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this auto-generated |
| 4 | +file. The format is based on [Conventional Commits][1]; |
| 5 | +this project adheres to [Semantic Versioning][2]. |
| 6 | + |
| 7 | +<br /> |
| 8 | + |
| 9 | +## @black-flag/extensions[@2.0.0][3] (2025-03-14) |
| 10 | + |
| 11 | +### 💥 BREAKING CHANGES 💥 |
| 12 | + |
| 13 | +- `$executionContext` and `$artificiallyInvoked` symbols are now drawn from the global symbol registry. They will not match symbols from previous versions! |
| 14 | + |
| 15 | +- **All instances in source where `commandModulePath` appeared have been replaced by `commandModulesPath`. This includes the call signatures of functions like `makeRunner`.** |
| 16 | + |
| 17 | + The fix is simple: find-and-replace all instances of `commandModulePath` with `commandModulesPath`. |
| 18 | + |
| 19 | +### ✨ Features |
| 20 | + |
| 21 | +- **packages/extensions:** implement @black-flag/extensions ([f0525c5][4]) |
| 22 | + |
| 23 | +### 🪄 Fixes |
| 24 | + |
| 25 | +- Fix Windows interop issues ([b3abf95][5]) <sup>see [#174][6]</sup> |
| 26 | + |
| 27 | +### ⚙️ Build System |
| 28 | + |
| 29 | +- **deps:** bump type-fest from 4.35.0 to 4.36.0 ([80350cc][7]) |
| 30 | +- **deps:** bump type-fest from 4.36.0 to 4.37.0 ([7c8ff7a][8]) |
| 31 | +- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][9]) |
| 32 | +- **packages/extensions:** use correct git repo metadata in package.json ([0548f8f][10]) |
| 33 | + |
| 34 | +### 🧙🏿 Refactored |
| 35 | + |
| 36 | +- Make exported symbols cross-realm ([af78a8f][11]) |
| 37 | +- Rename and restructure exports for better docs generation ([8303ba7][12]) |
| 38 | + |
| 39 | +## @black-flag/extensions[@1.0.2][13] (2025-02-21) |
| 40 | + |
| 41 | +#### ⚙️ Build System |
| 42 | + |
| 43 | +- **husky:** update to latest hooks ([75d5c66][14]) |
| 44 | +- **tsconfig:** fix internal path resolution ([fbe3a69][15]) |
| 45 | +- **tsconfig:** upgrade to NodeNext ([d3a499e][16]) |
| 46 | + |
| 47 | +[1]: https://conventionalcommits.org |
| 48 | +[2]: https://semver.org |
| 49 | +[3]: https://github.com/Xunnamius/black-flag/compare/@black-flag/[email protected]...@black-flag/[email protected] |
| 50 | +[4]: https://github.com/Xunnamius/black-flag/commit/f0525c5f4bf72b0f28fedf4f6d66f4a1b7353b05 |
| 51 | +[5]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5 |
| 52 | +[6]: https://github.com/Xunnamius/black-flag/issues/174 |
| 53 | +[7]: https://github.com/Xunnamius/black-flag/commit/80350cca61bef915d737fb097e4e3838118a1167 |
| 54 | +[8]: https://github.com/Xunnamius/black-flag/commit/7c8ff7ad8ffd4d822329278da0a21db54f904f25 |
| 55 | +[9]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c |
| 56 | +[10]: https://github.com/Xunnamius/black-flag/commit/0548f8fe3c7daa363173184e34f2307f8964dbed |
| 57 | +[11]: https://github.com/Xunnamius/black-flag/commit/af78a8fbc5839e0d3db1b07312bbc854ef1b7a0d |
| 58 | +[12]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252 |
| 59 | +[13]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/[email protected] |
| 60 | +[14]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7 |
| 61 | +[15]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f |
| 62 | +[16]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f |
0 commit comments