Sha256: 08b2b662dbce018df88237902c333b627612ab1e9bccde05c66fbe13fd781e76

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# HISTORY

## v0.3.0 (Apr 29, 2012)

  - added Either#lift_to_a (and #lift)
  - See full list @ https://github.com/ms-ati/rumonade/compare/v0.2.2...v0.3.0

## v0.2.2 (Apr 26, 2012)

  - added Either#+ to allow combining validations
  - See full list @ https://github.com/ms-ati/rumonade/compare/v0.2.1...v0.2.2

## v0.2.1 (Oct 22, 2011)

  - fixed Option#map to disallow becoming None on a nil result
  - other fixes and documentation updates
  - See full list @ https://github.com/ms-ati/rumonade/compare/v0.2.0...v0.2.1

## v0.2.0 (Oct 18, 2011)

  - added a scala-like Either class w/ LeftProjection and RightProjection monads

## v0.1.2 (Oct 12, 2011)

  - progress towards Either class
  - changed documentation to yard from rdoc

## v0.1.1 (Sep 19, 2011)

  - added a first stab at documentation for Option
  - fixed certain errors with #map
  - added #select

## v0.1.0 (Sep 17, 2011)

  - Initial Feature Set
    - general implementation and testing of monadic laws based on `unit` and `bind`
    - scala-like Option class w/ Some & None
    - scala-like extensions to Array

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumonade-0.3.0 HISTORY.md