Skip to content

Latest commit

 

History

History
97 lines (44 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

97 lines (44 loc) · 3.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.7 (2021-06-29)

Features

0.0.6 (2021-06-10)

Bug Fixes

Documentation

0.0.5 (2021-06-09)

Documentation

0.0.4 (2021-06-07)

Features

  • export I18nManager and CreateInfiniteDicoData (91aaf04)

Bug Fixes

  • handle JSON.stringify method (879b4a0)

Chore

  • deps: maintain dependencies (492db1a)

0.0.3 (2021-06-07)

Features

  • add dico-fetch cli (48950ad)
  • throw warning instead of error on I18nManager.setLocale (3be7e3c)

Chore

Refactor

  • move I18nManager (65fb23e)
  • remove the need to specify locales (2910419)

Documentation

  • actually type param is not needed at all (6a0477b)
  • update playground (c3473d3)

0.0.2 (2021-06-04)

Features

0.0.1 (2021-06-03)

Features

  • add createDico function (8d6609e)

Chore

Documentation