Comparing version 0.5.0 to 0.5.1
@@ -5,2 +5,8 @@ # Changelog | ||
## 0.5.1 | ||
### Update Documentation | ||
* Remove `@nosideeffect` annotation from `Option<T>.isSome`. It was a invalid annotation. | ||
## 0.5.0 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "option-t", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Option type implementation whose APIs are inspired by Rust's `Option<T>`.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -32,3 +32,2 @@ /* | ||
* @template T | ||
* @nosideeffects | ||
* @return {boolean} | ||
@@ -35,0 +34,0 @@ */ |
16520
312