Skip to content

Latest commit

 

History

History
118 lines (55 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

118 lines (55 loc) · 5.23 KB

Changelog

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

5.2.4 (2024-03-15)

Bug Fixes

5.2.3 (2024-03-15)

Bug Fixes

5.2.2 (2022-06-10)

Features

  • extract: Add Typescript plugin to babel parser (7acd74e)

5.2.1 (2021-02-18)

Bug Fixes

  • extract: Ensure the directory exists before writing the pot (cf8d0b1)

5.2.0 (2021-02-16)

Features

  • POT: Add the key as the value as well (8d03bff)

5.1.0 (2021-02-15)

Features

  • compile: optional source filename for compile command. Use --source-filename option (defaults to 'elium.po' for backward compatibility) (7acd74e)

5.0.3 (2021-02-15)

Bug Fixes

  • extract: wrong function name (7605b9b)

5.0.2 (2021-02-15)

Bug Fixes

  • Publish: Add missing scope (dc65a02)

5.0.1 (2021-02-15)

Bug Fixes

  • CI: Remove unused deps + fix lint (36058a7)

5.0.0 (2021-02-15)

Features

  • Upgrade: Upgrade node, npm. Remove pull & push commands (92e84f5)

Bug Fixes

  • turn date components into strings before calling padStart (65db0b1)

4.0.1 (2021-02-15)

Bug Fixes

  • turn date components into strings before calling padStart (65db0b1)

4.0.0 (2021-01-22)

3.0.2 (2020-04-14)

Bug Fixes

  • deps: update babel monorepo (0117b31)
  • deps: update dependency i18next-conv to v9.2.1 (42f7e9c)

3.0.1 (2020-03-17)

Bug Fixes

3.0.0 (2020-02-21)

Features

  • Compile po to json to be used in webpack bundles (b588824)
  • Support <> syntax (01db935)

Bug Fixes

  • fix extractor to manage plural defined in multiple places (db80bc9)
  • Charset: set charset to urf8 when compiling to pot (4309ec3)
  • tx: Force to refetch all langs including the source language if asked (d48145a)