Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1007 Bytes

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 1007 Bytes

Changelog

0.1.1

2022-01-05

  • Add BlowoutGenerator.lzy builders
  • Don't publish root module
  • Add scala steward badge
  • Update sbt to 1.6.1 (#8)
  • Update sbt-ci-release to 1.5.10 (#3)
  • Update sbt-houserules to 0.3.18 (#9)

0.1.0

2021-12-14

  • Change BlowoutPlugin trigger to noTrigger enforcing to explicitly enable the plugin
  • Rename json and yaml modules to json-circe and yaml-circe
  • Upgrade to sbt-blowout-yaml 0.0.6
  • Upgrade to sbt-houserules 0.3.16
  • Upgrade to sbt 1.5.6

0.0.6

2021-11-25

  • Add header support for Dockerfile

0.0.5

2021-11-22

  • Preserve object order in yaml printer

0.0.4

2021-11-22

  • Fix comment header not being prepended to file
  • Allow passing a custom printer to json and yaml generators
  • Bootstrap github actions generation

0.0.3

2021-11-21

  • Add json module

0.0.2

2021-11-21

  • Rename YamlBlowout to BlowoutYaml
  • Add Acknowledgements section to readme

0.0.1

2021-11-21

  • Initial release