Sha256: 33b180a0f807917ff36ab6f4eca25b23f1aad3368615e55a4c6e7482e209fc0b

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

=== 0.1.17 / 2010-01-02

* Alias #empty? as #null?

* Implement List#split_at.

* Implement List.iterate.

* Implement List#cycle.

* Implement List.replicate.

* Implement List.repeat.

* Simplify List#take.

* Simplify any?, all?, and none?

* Re-write List#one? to be less complex.

* Add Set#to_list.

* Implement List#zip.

* Implement Set#grep.

* Implement Set#uniq (aliased as #nub).

* Implement List#grep.

=== 0.1.16 / 2009-12-30

* Ensure streams cache results.

* Ensure lists don't blow the stack.

* List#entries is now an alias for List#to_a.

* Implement List#to_list.

* Implement List#one?.

* Set#to_a is now aliased as #entries.

* Implement List#minimum (aliased as #min) and List#maximum (aliased as #max).

=== 0.1.15 / 2009-12-15

* Implemented IO#to_list.

* Implemented Enumerable#to_list.

=== 0.1.14 / 2009-12-14

* List#reduce supports optional initial value.

* Implemented List#to_ary for implicit conversion to arrays and call parameters.

* Implemented Set#to_a.

* Alias #filter as #find_all.

* Alias #reject as #delete_if.

* Alias #reduce as #fold.

=== 0.1.13 / 2009-12-10

* Stack now fully functional

=== 0.1.12 / 2009-12-10

* List methods are now lazy where feasible

* Now works under Ruby >= 1.8.6

=== 0.1.8 / 2009-11-29

* Add convenience constructors: List[], Set[], and Hash[]

=== 0.1.7 / 2009-11-27

* Implemented #eql?/== for Hash and Set.

=== 0.1.6 / 2009-11-23

* First cut at finishing implementation of Hash.

=== 0.1.5 / 2009-11-5

* Add some examples

=== 0.1.4 / 2009-10-26

* Simplify and share Trie between Hash and Set

=== 0.1.3 / 2009-10-26

* All known issues fixed.

=== 0.1.2 / 2009-10-25

* Fixed all but one outstanding issue with #remove

=== 0.1.1 / 2009-10-23

* Added #remove

=== 0.1.0 / 2009-10-21

* Initial version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamster-0.1.17 History.rdoc