Releases: funkwerk/compose_format
Releases · funkwerk/compose_format
support for sexadecimal numbers
support for shm_size
1.1.0 Merge branch 'master' of http://github.com/funkwerk/compose_format
Comments, Compose 3. Yaml 2.1
- 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
0.2.1 break too long string values correct
support for Go Format Strings
0.2.0 release 0.2.0
tmpfs now belongs to volumes
0.1.6 version 0.1.6
Alphabetic ordering of unexpected keys (--non_strict - Option)
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
first release.