Skip to content

Releases: funkwerk/compose_format

support for sexadecimal numbers

12 Oct 14:35
Compare
Choose a tag to compare

sexadecimal numbers could be used now.
e.g.:

ports:
 - 21:21

it will be correctly quoted. Ports above 60 are still rendered without unnecessary quoting.

support for shm_size

06 Oct 14:33
Compare
Choose a tag to compare
1.1.0

Merge branch 'master' of http://github.com/funkwerk/compose_format

Comments, Compose 3. Yaml 2.1

27 Feb 22:45
Compare
Choose a tag to compare
  • compose files now can contain comments and still will be formatted without removing the comments
  • docker compose version 3 is now supported (next to 2.1, 2 and 1)
  • switching to Yaml 2.1. This introduces some minor changes

correct line breaks for long string values

21 Oct 22:26
Compare
Choose a tag to compare
0.2.1

break too long string values correct

support for Go Format Strings

14 Aug 10:20
Compare
Choose a tag to compare
0.2.0

release 0.2.0

tmpfs now belongs to volumes

23 May 08:29
Compare
Choose a tag to compare
0.1.6

version 0.1.6

Alphabetic ordering of unexpected keys (--non_strict - Option)

14 Mar 10:52
Compare
Choose a tag to compare

strict is still the default. But if you have a non standard docker-compose file, you may want to use the option "--non_strict", that every non standard key is ordered alphabetically behind the standard keys.

initial release

13 Mar 17:06
Compare
Choose a tag to compare

first release.