v0.1.3
Pre-release
Pre-release
Summary
New ProcessInput
class for reading program input from the command line.
LocalFileSystem.copy
was rewritten using the Node standard library, and fs-extra
is no longer a dependency.
- Before: Compiled bundle: 54.1kb
- After: Compiled bundle: 4.7kb
- Savings: 49.4kb (over 91%)
Changelog
Added
- Add
ProcessInput
.
Changed
- Rewrite
LocalFileSystem.copy
with standard library.
Removed
- Uninstall
fs-extra
.
Contributors
- Paul Shryock (@paulshryock)