Skip to content

Commit

Permalink
🚀 Introduce version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vthibault committed Mar 2, 2019
1 parent 7131b8a commit 6cd1239
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmark/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
});

google.charts.setOnLoadCallback(function() {
var data = google.visualization.arrayToDataTable([["JS Libraries","Raw String","Interpolate","Plural","Plural Interpolate"],["Vue I18n",633465.3095226205,490751.674640999,572898.7072931823,432485.7407307202],["Polyglot.js",29182.762947133513,24878.02429291416,27809.533020522416,25380.31380766069],["i18next",74321.39049781616,37649.43738913464,127006.05444874118,36381.098756569176],["I18n.js",704126.2695885809,103471.83396635597,364390.557885891,111242.893023925],["Google Closure",2535803.442376795,330087.8306326557,262287.66588887724,174010.911750061],["FrenchKiss.js",20412579.72343485,7540249.012560963,9819267.856271362,7323430.074355557]]);
var data = google.visualization.arrayToDataTable([["JS Libraries","Raw String","Interpolate","Plural","Plural Interpolate"],["Vue I18n",879100.2661355529,591134.2317386126,777270.9570396612,528879.4115848696],["Polyglot.js",40226.94174039402,35282.119229389406,39812.98788342922,35523.487239904156],["i18next",89869.5371126247,47939.600893936215,153958.79786004967,50256.78040421447],["I18n.js",904342.9805696504,147134.24151031455,436466.4929416911,159942.10436002037],["Google Closure",2414724.8667823607,331749.4518365049,289359.19215317094,188989.91362717995],["FrenchKiss.js",29894775.18675237,11379305.696132122,14427042.205493273,10052593.336330296]]);

new google.charts.Bar(document.body).draw(data, {
chart: {
Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/frenchkiss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/esm/frenchkiss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/umd/frenchkiss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frenchkiss",
"version": "0.0.7",
"version": "0.0.8",
"description": "The blazing fast lightweight translation module for javascript",
"author": "Vincent Thibault <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6cd1239

Please sign in to comment.