oneRepo changelog
1.1.0
Section titled 1.1.0Minor changes
Section titled Minor changes- Adds
one change show
to help preview changes in Workspaces” (15bff1b) - Adds
one codeowners show
to list out owners on modified or input files. (ce67f33)
Patch changes
Section titled Patch changes- Capitalized “Graph” in documentation, help output, and tsdoc comments. (8f3d968)
- Capitalized “Workspace” and “Workspaces” in documentation, help output, and tsdoc comments. (9534837)
- 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):(node:30394) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 data listeners added to [LogBuffer]. Use emitter.setMaxListeners() to increase limit(Use `node --trace-warnings ...` to show where the warning was created) - Updated URL in
one generate --help
output to point to correct online source.` (21b8d0d)
Dependencies updated
Section titled Dependencies updated- @onerepo/test-cli@1.0.1
- @onerepo/yargs@1.0.1
- @onerepo/builders@1.0.1
- @onerepo/git@1.0.1
- @onerepo/graph@1.0.1
- @onerepo/package-manager@1.0.1
- @onerepo/subprocess@1.0.1
- @onerepo/file@1.0.1
- @onerepo/logger@1.0.1
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.