Releases: simplelocalize/simplelocalize-cli
Releases · simplelocalize/simplelocalize-cli
i18next & EJS support
Changelog
- Add support for react-i18next ,
projectType: i18next/i18next - Add support for mde/ejs ,
projectType: mde/ejs
Native executables release
Changelog
- Improved startup time
- Improved performance
- Java is not needed to run CLI
- Added chunked requests
Would like to use old version like before?
Option 1: Use previous version like this
$ curl -s https://get.simplelocalize.io/deprecated | bashOption 2: Use Java version (assumes you have Java 11+ installed)
$ curl -s https://get.simplelocalize.io/run-jar | bashOption 3: Install JDK and use Java version
$ curl -s https://get.simplelocalize.io/install-jdk-run-jar | bashNative executables
Changelog:
- Native executables!
The biggest change in this version is that JDK is not needed to run SimpleLocalize CLI thanks to GraalVM. CLI will support: Linux, macOS, and Windows with x86_64 architecture. Other exotic systems can still use CLI using regular *.jar files.
Download version for your system from list below, unzip it, and run ./simplelocalize-cli
Improved FormatJS support
- Accept intl.formatMessage syntax in React Apps
- Minor improvements
Minor fixes in logging
- Better logs formatting
Use new API
- switch api version
- simplify configuration file
Release 0.1.0
- Java 11 Http client
- Fix minor issues
- Sync with API
Minor fixes
0.0.1 Adjust test
Alpha version
0.0.0 Update README.md