Sha256: 70dfb50c42360b9b2e776387cb5238c3dbe44aae2300b0b8d256d330ed6c2976

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

## 0.11.0

* Implement pattern matching and partial functions. See [README](https://github.com/bolshakov/fear#pattern-matching-api-documentation) (([@bolshakov][]))
* `#to_a` method removed ([@bolshakov][])
* `For` syntax changed. See [diff](https://github.com/bolshakov/fear/pull/22/files#diff-04c6e90faac2675aa89e2176d2eec7d8) ([@bolshakov][])
* `Fear::None` is singleton object now and could not be instantiated ([@bolshakov][])

  You have to change all `Fear::None.new` invocations to `Fear::None`.

## 0.10.0

* Test against last supported ruby versions: 2.4.5, 2.5.3, 2.6.1 ([@bolshakov][])
* You can use `fear` with any `dry-equalizer` version (up to 0.2.1) ([@bolshakov][])

## 0.9.0

* Test against last supported ruby versions: 2.3.7, 2.4.4, 2.5.1 ([@bolshakov][])
* Make possible to pass to `#get_or_else` nil and false values ([@bolshakov][])

## 0.8.0

* Add `Fear::Done` to represent successful completion without a value. ([@bolshakov][])

## 0.7.0

* Better errors for types assertions ([@bolshakov][])

## 0.6.0

* Added `Either#or_else` and `Option#or_else`. `Try#or_else` may accept only block ([@bolshakov][])
  
[@bolshakov]: https://github.com/bolshakov

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fear-0.11.0 CHANGELOG.md