From d483244a9f2bb5ba63ef8be95f0e87030b5cbc7e Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Mon, 11 Nov 2019 23:15:09 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20custom=20formats?= =?UTF-8?q?=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: This PR modifies the formatter method arguments. --- example/src/App.svelte | 11 +- example/src/i18n.js | 18 +- package-lock.json | 2291 ++++++++++++++++++++-------------------- package.json | 28 +- src/index.js | 89 +- test/index.test.js | 72 +- 6 files changed, 1322 insertions(+), 1187 deletions(-) diff --git a/example/src/App.svelte b/example/src/App.svelte index 7c6349e..168b1e8 100644 --- a/example/src/App.svelte +++ b/example/src/App.svelte @@ -1,5 +1,5 @@