v0.1.1
Pre-release
Pre-release
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
- Paul Shryock (@paulshryock)