UNPKG

sheetspeare

Version:

Import locales from Google Sheet into Json files.

63 lines (45 loc) 1.35 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased ## 0.7.4 - 2024-09-28 ## 0.7.3 - 2024-09-28 ## 0.7.2 - 2023-10-03 ### Fixed - Fixed the locale diff logic ## 0.7.1 - 2023-09-12 ### Changed - Moved spreadsheet id prompt to beginning of `init` command - Changed diff log message ### Removed - Remove unneeded config file ### Fixed - Fixed the locale file path - Fixed test setup - Fixed the locale file path - Fixed test setup ## 0.7.0 - 2023-08-03 ### Fixed - Fixed the bug in `init` command where the config cannot be loaded ## 0.6.0 - 2023-08-03 ## 0.5.1 - 2023-08-03 ### Added - Exist `init` command when no env credentials are provided ### Changed - Create config file and import Config before initializing the Google Spreadsheet ### Fixed - Fixed config file name in `init` command ## 0.5.0 - 2023-08-03 ### Fixed - Fixed failing files import ## 0.4.0 - 2023-08-03 ### Added - Npm publish workflow ### Fixed - Replaced yarn with npm in workflow - Added missing build steps in workflow - Remove publish script from package.json which causes publishing the package twice ## 0.2.0 - 2023-08-03 ### Added - Initial Commit