Skip to content

v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@paulshryock paulshryock released this 16 Nov 14:10
· 563 commits to main since this release
v0.1.3
81a7e69

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