@sevinf/maybe
Version:
Maybe/Optional type implementation in Typescript. Main motivation for creating this library was handling `null` values in deeply nested data, coming from GraphQL APIs, but the library itself is not limited to GraphQL.
12 lines (6 loc) • 396 B
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# 0.5.0 (2019-05-05)
### Features
* Add bunch of helper functions ([4691499](https://github.com/SevInf/maybe/commit/4691499))
* add index file ([6ba62b1](https://github.com/SevInf/maybe/commit/6ba62b1))