From 3cb428a4874c026530e45f67fdceb72c1d976610 Mon Sep 17 00:00:00 2001 From: janogonzalez Date: Mon, 23 Feb 2015 18:20:28 +0100 Subject: [PATCH] Update history --- History.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ==================