@onerepo/logger changelog
1.0.4
Section titled 1.0.4Patch changes
Section titled Patch changes- Updated internal/third-party typescript definitions (e5fb5fa)
- Internal test changes to support Vitest 2 (f3d116d)
- Internal formatting changes due to Prettier upgrade. (f8cb805)
View the full changelog: a117f2a…9895235
1.0.3
Section titled 1.0.3View the full changelog: c8234dc…9359c78
1.0.2
Section titled 1.0.2View the full changelog: 74892d8…d7f3a29
1.0.1
Section titled 1.0.1Patch changes
Section titled Patch changes- Prevents an EventEmitter memory leak stemming from the logger’s internal
LogBuffer
by piping streams instead of adding and removing listeners. (f22e04d) Previously, you may experience the following error when receiving a lot of output from subprocesses (particularly eslint):
View the full changelog: cd94664…6ae1391
1.0.0
Section titled 1.0.0🎉 Initial stable release!
For historical changelogs, please view the oneRepo source.