Releases: jwodder/javaproperties-cli
Releases · jwodder/javaproperties-cli
v0.8.1 — Packaging updates
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
javaproperties
0.8.*
v0.7.0 — `--sort-keys` and `--quiet`
properties2json
andjson2properties
now preserve the input ordering of keys by default; use the new--sort-keys
option to get the old behavior- Drop support for Python 3.4
- Gave
javaproperties
'get
andselect
subcommands--quiet
options for suppressing warnings about missing keys
v0.6.1 — Bump `javaproperties`
- Require
javaproperties
0.7.*
v0.6.0 — `--ascii` and `--unicode` options
- Require
javaproperties
0.6.* - Use
'javapropertiesreplace'
error handler when opening output files - Gave
javaproperties
'format
,select
, andset
subcommands--ascii
and--unicode
options for controlling the escaping of non-ASCII characters in output - Gave
properties2json
andjson2properties
--ascii
and--unicode
options for controlling the escaping of non-ASCII characters in output properties2json
now always outputs UTF-8- By default, comments output by
json2properties
now 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
json2properties
a--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
javaproperties
0.5.0
v0.4.0 — Moved CLI to separate package
Split off the command-line programs from javaproperties
into a separate package, javaproperties-cli