Skip to content

Releases: erbsland-dev/erbsland-maze

v1.2.0: Adding the “fill_mode” property.

05 Mar 12:30
94e8d5a
Compare
Choose a tag to compare
- Adding a `fill_mode` property in the `SvgSetup` that controls how the rooms are layout in the defined cavas.
- Adding the command line option `—fill-mode` to make the property accessible from the command line.
- Refactoring: Move code from the layout class into individual dimension classes like `Size` to make the code simpler and readable.
- Docs: Adding the documentation and examples for the new property.

v1.1.0: Making API more modular, adding more documentation.

03 Mar 22:36
532dfd5
Compare
Choose a tag to compare
- Adding detailed documentation.
- Extending the generator with a layout only mode.
- Move layout setup into a separate class.
- Creating a base class `Layout` to make the rendering modular.