Skip to content

Commit

Permalink
🔖 Introduce version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vthibault committed Feb 28, 2019
1 parent 488c292 commit 1389707
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>💋 FrenchKiss.js</h1>

[![Build Status](https://travis-ci.com/koala-interactive/frenchkiss.js.svg?branch=master)](https://travis-ci.com/koala-interactive/frenchkiss.js)
[![File size](https://img.shields.io/badge/GZIP%20size-1021%20B-brightgreen.svg)](./dist/umd/frenchkiss.js)
[![File size](https://img.shields.io/badge/GZIP%20size-1028%20B-brightgreen.svg)](./dist/umd/frenchkiss.js)
![](https://img.shields.io/badge/dependencies-none-brightgreen.svg)
![](https://img.shields.io/snyk/vulnerabilities/github/koala-interactive/frenchkiss.js.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
Expand Down
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",704136.0450514017,538358.2524051574,460543.72700921475,373103.74591401394],["Polyglot.js",28684.14534293864,26754.10599875364,17257.52059017387,19201.90866508734],["i18next",63230.53929948756,37607.040302158246,79169.0265925132,33364.49533779879],["I18n.js",702288.85510918,98663.16110113409,248619.8571566103,109207.24916185612],["Google Closure",2688684.7862019623,246434.98927294646,235549.00969294435,160034.06667547204],["FrenchKiss.js",20207463.52331674,7102082.21048006,9912822.995864006,7098418.902463041]]);
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]]);

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.6",
"version": "0.0.7",
"description": "The blazing fast lightweight translation module for javascript",
"author": "Vincent Thibault <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1389707

Please sign in to comment.