Skip to content

Releases: alis-is/ami

0.36.1

27 Jan 22:25

Choose a tag to compare

0.36.0

24 Jan 16:47

Choose a tag to compare

What's Changed

Full Changelog: 0.35.3...0.36.0

0.36.0-alpha.5

23 Jan 14:08

Choose a tag to compare

0.36.0-alpha.5 Pre-release
Pre-release

0.36.0-alpha.4

21 Jan 14:36

Choose a tag to compare

0.36.0-alpha.4 Pre-release
Pre-release
use same engine as tests run with for 'no suggestions in non-TTY mode'

0.36.0-alpha.3

20 Jan 16:11

Choose a tag to compare

0.36.0-alpha.3 Pre-release
Pre-release

0.36.0-alpha.2

19 Jan 15:21

Choose a tag to compare

0.36.0-alpha.2 Pre-release
Pre-release

0.36.0-alpha.1

18 Jan 23:06

Choose a tag to compare

0.36.0-alpha.1 Pre-release
Pre-release

0.36.0-alpha

18 Jan 21:44
55b780d

Choose a tag to compare

0.36.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 0.35.3...0.36.0-alpha

0.35.3

07 Jan 09:38

Choose a tag to compare

update to lua 5.5

0.35.2

16 Dec 23:18

Choose a tag to compare

Added default app implementations for:
ami modify - allows modification of hjson files - defaults to app.h/json
ami show - allows checking of values hjson files - defaults to app.h/json

# Examples:
ami modify --set "configuration.BACKEND" test
ami modify --unset "configuration.BACKEND"
ami modify --add "configuration.keys" test
ami modify --remove "configuration.keys" test
ami modify --file=other.hjson --set "configuration.BACKEND" test

ami show "configuration.BACKEND"
ami show --file=other.hjson "configuration.BACKEND"
ami show # displays entire file content

Full Changelog: 0.35.1...0.35.2