From 1c2e8e4f2326cbad7125f5b28bd1839b7e12c8bc Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 3 Oct 2016 11:41:35 -0700 Subject: [PATCH] Update history for `1.6.0` --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index b0cdb71..6672e78 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.6.0 / 2016-10-03 +================== + + * Populate `RegExp.keys` when using the `tokensToRegExp` method (making it consistent with the main export) + * Allow a `delimiter` option to be passed in with `parse` + * Updated TypeScript definition with `Keys` and `Options` updated + 1.5.3 / 2016-06-15 ==================