Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 2.14 KB

File metadata and controls

38 lines (22 loc) · 2.14 KB

Changelog

All notable changes to project will be documented in this file.

1.0.0 - 2026-04-26

Refactor

  • (api) extract utility functions to client module to support compatibility with v1 and v2 - (fddc3c8) - Ambroise Maupate

0.2.2 - 2026-01-08

Bug Fixes

  • keep file format consistent if there is no translation - (cf334c4) - Manuel Odelain

0.1.1 - 2023-01-02

Bug Fixes

  • Do not fix Node engine version - (4815e65) - Ambroise Maupate

[0.1.0] - 2022-11-28

Documentation

  • add README + improve package file - (7d90f12) - Manuel Odelain

Features

  • output messages - (5927272) - Manuel Odelain
  • use file ID instead of project ID and file name - (ddf82ca) - Manuel Odelain
  • use file name as file base name - (530b282) - Manuel Odelain
  • download translated messages - (e040643) - Manuel Odelain
  • add output file name setting - (14bfa5b) - Manuel Odelain
  • Allow NodeJS version higher then 14, fixed missing protocol from BASE_URL - (15e8d29) - Ambroise Maupate