2
2
3
3
## 2.1.0 / 2014-03-03
4
4
5
- Ostatnicky has found a bug! As it turns out both #deq and #shift were
6
- aliased incorrectly to ` push ` , when they should have been to ` pop ` .
7
- With this release that has been fixes, but we have modified ` shift `
5
+ Ostatnicky has found a bug! As it turns out both ` #deq ` and ` #shift ` were
6
+ aliased incorrectly to ` push ` , when they should have been to ` # pop` .
7
+ With this release that has been fixes, but we have modified ` # shift`
8
8
to instead return the lowest priority item, which is a more polymorphic
9
- definition with its use in Array. In addition we have added ` peek ` as
10
- an alias for ` top ` , and added ` bottom ` , which it the opposite of ` top ` .
9
+ definition with its use in Array. In addition we have added ` # peek` as
10
+ an alias for ` # top` , and added ` bottom ` , which it the opposite of ` # top` .
11
11
12
12
Changes:
13
13
14
- * Fix ` deq ` as alias of ` pop ` , not ` push ` .
15
- * Fix ` shift ` to be like ` pop ` but opposite priority.
16
- * Add ` peek ` as alias of ` top ` .
17
- * Add ` bottom ` method as opposite of ` top ` .
14
+ * Fix ` # deq` as alias of ` # pop` , not ` # push` .
15
+ * Fix ` # shift` to be like ` # pop` but opposite priority.
16
+ * Add ` # peek` as alias of ` # top` .
17
+ * Add ` # bottom` method as opposite of ` # top` .
18
18
19
19
20
20
## 2.0.2 / 2011-10-29
@@ -30,7 +30,7 @@ me food I don't want to eat. Yea, one of those days!
30
30
31
31
Changes:
32
32
33
- * Fixed #reheap search algorithm.
33
+ * Fixed ` #reheap ` search algorithm.
34
34
35
35
36
36
## 2.0.1 / 2011-10-29
0 commit comments