Commit Graph

68 Commits

Author SHA1 Message Date
Christian Kaisermann
6682c03243 chore(release): v3.0.2 🎉 2020-03-06 14:12:20 -03:00
Christian Kaisermann
6b0ba2b902 refactor: 💡 split getClientLocale into multiple utilities 2020-02-03 13:33:03 -03:00
Christian Kaisermann
a574444f60 chore(release): v3.0.0 🎉 2020-02-03 11:24:50 -03:00
Christian Kaisermann
552a6105d9 chore: 🤖 bump package json version 2020-02-03 11:24:50 -03:00
Christian Kaisermann
858c25cc80 chore: 🤖 add lint-staged and husky 2020-01-29 11:49:28 -03:00
Christian Kaisermann
c26658d470 chore(release): v2.3.1 🎉 2020-01-29 11:47:19 -03:00
Christian Kaisermann
73c80e9bea chore(release): v2.3.0 🎉 2020-01-23 10:12:06 -03:00
Christian Kaisermann
dadeaa2e7f feat: 🎸 add runtime typings
 Closes: Closes #43
2020-01-23 10:11:04 -03:00
Christian Kaisermann
107eec0e89 chore(release): v2.2.4 🎉 2020-01-21 10:25:31 -03:00
Christian Kaisermann
932847be2d refactor: 💡 remove fast-memoize in favour of simple monadic fn 2020-01-21 10:23:18 -03:00
Christian Kaisermann
577e097ad7 chore(release): v2.2.3 🎉 2020-01-15 14:00:27 -03:00
Christian Kaisermann
270aefa199 refactor: 💡 remove deepmerge and dlv dependencies
No need for them anymore. We now flat the dicitonary partials on
`addMessages`
2020-01-15 13:59:31 -03:00
Christian Kaisermann
788a2c67df chore(release): v2.2.2 🎉 2020-01-13 21:21:16 -03:00
Christian Kaisermann
b2dc7828c5 fix: 🐛 mjs causing an elusive bug in webpack module resolution
Changed i18n.mjs to i18n.esm.js to prevent webpack to only accept .mjs
imports inside the library. Webpack was importing the cjs version of
Intl-Formatmessage and messing things up.

Issues: #36
2020-01-13 21:20:04 -03:00
Christian Kaisermann
0892e1530a chore(release): v2.2.1 🎉 2020-01-08 11:33:01 -03:00
Christian Kaisermann
f8b0fe8bbe chore(release): v2.2.0 🎉 2020-01-06 22:36:55 -03:00
Christian Kaisermann
396a360324 chore(release): v2.1.1 🎉 2019-12-02 20:20:24 -03:00
Christian Kaisermann
feb7ab9dea fix: 🐛 fix conflict artifacts 2019-12-02 20:16:48 -03:00
Christian Kaisermann
b545f07c92 Merge branch 'master' into fix/v2 2019-11-29 22:18:53 -03:00
Christian Kaisermann
01f749e846 chore(release): v2.1.0 🎉 2019-11-29 22:11:46 -03:00
Christian Kaisermann
a080419294 chore(release): v2.1.0-alpha.2 🎉 2019-11-29 19:13:20 -03:00
Christian Kaisermann
83a5102ba8 chore: 🤖 release v2.1.0 alpha 2 2019-11-29 19:07:33 -03:00
Christian Kaisermann
b8c8ba8b22 chore: 🤖 release alpha 1 2019-11-29 00:57:05 -03:00
Christian Kaisermann
45216d46ea chore: 🤖 test on latest node (for Intl purposes) 2019-11-28 23:16:05 -03:00
Christian Kaisermann
43a41f9cb9 chore: 🤖 remove unused dependencies 2019-11-28 23:13:25 -03:00
Christian Kaisermann
965c18acc1 test: 💍 add tests for dictionary store and utilities 2019-11-25 21:41:09 -03:00
Christian Kaisermann
a4c9507b01 chore(release): v2.0.3 for deprecation warning 2019-11-25 11:37:50 -03:00
Christian Kaisermann
dcf36b575a chore: 🤖 add test:ci script 2019-11-25 11:35:05 -03:00
Christian Kaisermann
ceacbaf990 Release v1.1.2 2019-11-25 11:27:33 -03:00
Christian Kaisermann
5f8b0f28fa chore(release): v2.0.2 🎉 2019-11-24 20:37:34 -03:00
Christian Kaisermann
1ea650860c chore(release): v2.0.1 🎉 2019-11-24 00:21:17 -03:00
Christian Kaisermann
d483244a9f feat: 🎸 add custom formats support
BREAKING CHANGE: This PR modifies the formatter method arguments.
2019-11-22 13:51:18 -03:00
Christian Kaisermann
4e40c11836 chore: 🤖 update package.json scripts 2019-11-22 13:51:18 -03:00
Christian Kaisermann
7c443179b2 docs: ✏️ update example 2019-11-22 13:51:18 -03:00
Christian Kaisermann
3ec297e47d chore: 🤖 add Intl.svelte to pkg 2019-11-22 13:51:18 -03:00
Christian Kaisermann
bf5ad6e387 refactor: 💡 separation of a lot of concerns 2019-11-22 13:51:18 -03:00
Christian Kaisermann
31faccec3b refactor: 💡 replace memoization with manual object cache 2019-11-22 13:51:18 -03:00
Christian Kaisermann
3f73cce65f chore: 🤖 add github templates 2019-11-22 13:51:18 -03:00
Christian Kaisermann
31d96f24ff WIP - add Lang.svelte component 2019-11-22 13:51:18 -03:00
Christian Kaisermann
db21bb878a refactor: 💡 rewrite to typescript 2019-11-22 13:51:18 -03:00
Christian Kaisermann
5da9722377 Simplify linting config 2019-11-11 21:11:57 -03:00
Christian Kaisermann
0a13aae11a Add es bundle to dist again 2019-06-19 17:34:18 -03:00
Christian Kaisermann
97389f9418 Release v1.1.2-beta 2019-06-19 17:20:36 -03:00
Christian Kaisermann
927d3e6a91 Add src to package 2019-06-19 17:20:26 -03:00
Christian Kaisermann
cd89b4ca87 Release v1.1.1-beta 2019-06-19 13:44:56 -03:00
Christian Kaisermann
f38b08b3a1 Remove umd bundle 2019-06-19 10:41:57 -03:00
Christian Kaisermann
6a9731726d Release v1.1.0 2019-06-18 18:02:18 -03:00
Christian Kaisermann
563b400193 Release v1.0.7 2019-06-12 13:18:48 -03:00
Christian Kaisermann
d5eebff40e Release v1.0.7-beta 2019-06-12 13:15:37 -03:00
Christian Kaisermann
afd942211e fix: 🐛 mjs file not being included 2019-06-12 13:15:34 -03:00