Skip to content

v3.6.0

Choose a tag to compare

@BrianPugh BrianPugh released this 07 Feb 23:56
b28d2df

New Features

  • Allow parsing of json data if object is dict-like. Works for both environment variables, as well as cli variables. For example, the following are equivalent:
    $ movie-maintainer add --movie.title 'Furiosa: A Mad Max Saga' --movie.year 2024
    $ movie-maintainer add --movie='{"title": "Mad Max: Fury Road", "year": 2024}'
    $ MOVIE='{"title": "Mad Max: Fury Road", "year": 2024}' movie-maintainer add
    By @BrianPugh in #285

Full Changelog: v3.5.1...v3.6.0