Releases: jwodder/javaproperties-cli
Releases · jwodder/javaproperties-cli
v0.8.2 — More JSON encodings
v0.8.1 — Packaging updates
- Support Python 3.10, 3.11, 3.12, and 3.13
- Drop support for Python 3.6 and 3.7
- Migrated from setuptools to hatch
v0.8.0 — Support Click 8
Version 0.8.0
v0.7.1 — Support javaproperties 0.8
- Support Python 3.9
- Drop support for Python 2.7 and 3.5
- Support
javaproperties0.8.*
v0.7.0 — `--sort-keys` and `--quiet`
properties2jsonandjson2propertiesnow preserve the input ordering of keys by default; use the new--sort-keysoption to get the old behavior- Drop support for Python 3.4
- Gave
javaproperties'getandselectsubcommands--quietoptions for suppressing warnings about missing keys
v0.6.1 — Bump `javaproperties`
- Require
javaproperties0.7.*
v0.6.0 — `--ascii` and `--unicode` options
- Require
javaproperties0.6.* - Use
'javapropertiesreplace'error handler when opening output files - Gave
javaproperties'format,select, andsetsubcommands--asciiand--unicodeoptions for controlling the escaping of non-ASCII characters in output - Gave
properties2jsonandjson2properties--asciiand--unicodeoptions for controlling the escaping of non-ASCII characters in output properties2jsonnow always outputs UTF-8- By default, comments output by
json2propertiesnow have all non-ASCII characters escaped rather than all non-Latin-1 characters
v0.5.0 — `json2properties --comment`
- Include installation instructions, GitHub links, and changelog in the Read the Docs site
- Gave
json2propertiesa--comment <comment>option - Support Python 3.8
v0.4.1 — Support javaproperties 0.5.0
- Drop support for Python 2.6 and 3.3
- Support
javaproperties0.5.0
v0.4.0 — Moved CLI to separate package
Split off the command-line programs from javaproperties into a separate package, javaproperties-cli