Skip to content

Releases: jwodder/javaproperties-cli

v0.8.1 — Packaging updates

01 Dec 12:49
v0.8.1
Compare
Choose a tag to compare
  • 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

12 May 14:36
v0.8.0
Compare
Choose a tag to compare

v0.7.1 — Support javaproperties 0.8

28 Nov 20:31
v0.7.1
Compare
Choose a tag to compare
  • Support Python 3.9
  • Drop support for Python 2.7 and 3.5
  • Support javaproperties 0.8.*

v0.7.0 — `--sort-keys` and `--quiet`

16 Jul 18:30
v0.7.0
Compare
Choose a tag to compare
  • properties2json and json2properties 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 and select subcommands --quiet options for suppressing warnings about missing keys

v0.6.1 — Bump `javaproperties`

09 Mar 19:28
v0.6.1
Compare
Choose a tag to compare
  • Require javaproperties 0.7.*

v0.6.0 — `--ascii` and `--unicode` options

02 Mar 18:16
v0.6.0
Compare
Choose a tag to compare
  • Require javaproperties 0.6.*
  • Use 'javapropertiesreplace' error handler when opening output files
  • Gave javaproperties' format, select, and set subcommands --ascii and --unicode options for controlling the escaping of non-ASCII characters in output
  • Gave properties2json and json2properties --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`

24 Jan 21:02
v0.5.0
Compare
Choose a tag to compare
  • 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

18 Sep 21:18
v0.4.1
Compare
Choose a tag to compare
  • Drop support for Python 2.6 and 3.3
  • Support javaproperties 0.5.0

v0.4.0 — Moved CLI to separate package

22 Apr 19:48
v0.4.0
Compare
Choose a tag to compare

Split off the command-line programs from javaproperties into a separate package, javaproperties-cli