diff --git a/History.md b/History.md index 8d67249..56fd597 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +1.0.0 / 2015-02-23 +================== + + * Respect queue behavior when elements have the same priority, thank you + @xgbuils. + * Fixes default comparator to also work with `Number` objects. + +0.2.0 / 2014-02-06 +================== + + * Add #forEach(fn) method, thank you @kessler. + * Now you can find a pre-built file for people who don't use component when + developing for the browser. + 0.1.0 / 2013-03-03 ==================