- Added support for
LazyOption
as means of lazy computation as a backup - Updated packages integrity via
npm audit fix
- Updated packages versions
- Migrated to Gulp v4 for development
- Both variants of Option (Some|None) are now Iterable
- Can be used in "for-of" loops
- Can be used in other delegating generator functions
- Added support of Travis CI
- Moved library files under
lib
directory - Migrated to npm v5
- Added
package-lock.json
- Dropped support for LazyOption because it was really flawed and unnecessary concept in an asynchronous environment like Node
- Better 'toString' representation for all options
- More test
- Better error verbosity
- A bit more tests