Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@paulshryock paulshryock released this 16 Nov 13:49
· 588 commits to main since this release
v0.1.1
3558f68

Summary

All Console methods now allow Stringable objects passed as the first parameter. Several new abstractions have been added, although they will likely change soon.

Changelog

Added

  • Add Exception.
  • Add FileSystem.
  • Add FileSystemException.
  • Add LocalFileSystem.
  • Add MessageStringable.
  • Add RecordStorage.
  • Add RecordStorageException.
  • Add Storage.
  • Add StorageException.
  • Add Stringable.
  • Install fs-extra.

Changed

  • Allow Output methods' first parameter to be Stringable.

Contributors