public
Description: The Maybe Monad in idiomatic Ruby
Homepage:
Clone URL: git://github.com/raganwald/andand.git
Click here to lend your support to: andand and make a donation at www.pledgie.com !
andand / History.txt
100755 17 lines (15 sloc) 0.38 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== 1.3.1 2008-07-12
 
* 1 major enhancement:
  * Initial release
* 2 tiny enhancement:
  * fixed specifications
* 3 minor enhancement
  * tap is now a synonym for me
* 4 minor enhancement
  * Object#dont
* 5 bug fix
  * Plays well with other patch-artists
* 6 minor enhancement
  * uses existing BlankSlate class if already defined
* 7 tiny enhancement
  * use BasicObject as well