Skip to content

Releases: rodnansol/spring-configuration-property-documenter

Release v0.7.2

03 Sep 21:39
39675fd
Compare
Choose a tag to compare

Changelog

🐛 Fixes

🧰 Tasks

  • c7ceb76 core: Regression test for validating additional-spring-configuration-metadata-javers.json (#119), closes #119

🛠 Build

  • d033b38 deps: bump commons-io:commons-io from 2.11.0 to 2.14.0 (#106), closes #106

📝 Documentation

  • 54750ad fix service loader file name in template-customization.adoc (#108), closes #108

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák
  • Wouter Langerak

Release early-access

03 Sep 21:29
39675fd
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

🐛 Fixes

🧰 Tasks

  • c7ceb76 core: Regression test for validating additional-spring-configuration-metadata-javers.json (#119), closes #119

🛠 Build

  • d033b38 deps: bump commons-io:commons-io from 2.11.0 to 2.14.0 (#106), closes #106

📝 Documentation

  • 54750ad fix service loader file name in template-customization.adoc (#108), closes #108

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák
  • Wouter Langerak

Release v0.7.1

28 Jan 16:20
b3a9c8d
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • b3a9c8d core: Propetry 'failOnMissingInput' of type boolean shouldn't be annotated with @Optional. - #98 (#101), closes #98 #101
  • 02c0d0f core: Replace special characters with a post processing step (#78) (#84), closes #78 #83 #84

🛠 Build

  • f0831cb deps: bump ch.qos.logback:logback-classic from 1.2.11 to 1.3.12 (#100), closes #100
  • 74a930d deps: bump org.springframework.boot:spring-boot (#99), closes #99

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák

Release v0.7.0

09 Sep 13:49
02398e3
Compare
Choose a tag to compare

After a long long holiday, we would like to present you our new release, the 0.7.0 which includes a few fixes and changes to the codebase!

We had an eventful summer, and we know we should have shown some love during these hot times, but here we are, please upgrade to the new version, read the migration guide and feel free to submit issues and/or feedback. 🎉 🦖

Changelog

🚀 Features

🐛 Fixes

  • 7cc2299 core: When using @ConfigurationProperties without a prefix (#79) (#82), closes #79 #82

🛠 Build

  • 1c3d6ef plugin: Activate gradle repos by submodule (#89), closes #89

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák
  • Parker Mauney
  • allcontributors[bot]

Release v0.6.1

06 Jul 19:03
e5a9a8f
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • e5a9a8f core: Multiple use of nested configuration results in multiple properties (#71) (#73), closes #71 #73

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák

Release v0.6.0

16 Apr 14:12
Compare
Choose a tag to compare

Changelog

🚀 Features

  • dafd2d2 core: Compact mode introduction #59 (#63), closes #59 #63
  • 0d97dea 🚨 core: Make the headers toggle-able in every template #58 (#60) - includeEnvFormat is available in a different way, closes #58 #60

🧰 Tasks

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák

Release v0.5.1

27 Mar 20:55
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 1802002 fix(plugin): Gradle plugin is not working with Gradle 7+ (#56)

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák

Release v0.5.0

27 Mar 20:08
2a0f83a
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 2a0f83a feat: Gradle plugin implementation (#53)

🐛 Fixes

  • 3bb6ef5 fix(core): 0.4.0 XSD is not handling properly the properties attribute (#52)
  • d17a568 fix(core): AggregationDocumenter setups properly the exclusion and inclusion lists (#51)

📝 Documentation

  • 5e8ec22 docs: add tkhadir as a contributor for code (#54)
  • 574af2f docs: Initial contribution guidelines

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák
  • allcontributors[bot]
  • tkhadiradeo

Release v0.4.0

04 Mar 19:13
332c750
Compare
Choose a tag to compare

Changelog

One of the biggest releases so far.

  • Internationalization (i18n) functions - Please read the docs about it.
  • Including and excluding both property groups and properties from the final document.
  • Optional environment variable form for the properties - Thank you for the very first external contributor @Allsimon

🚀 Features

  • 332c750 feat(core): i18n capabilities in the templates (#46) #38
  • bb315e4 feat(core): Ability to include/exclude groups and properties from the… (#45)
  • dbcb66d feat(core): Templates with optional environment variable property format #37 (#43)

📝 Documentation

  • ff23cd5 docs: add Allsimon as a contributor for code (#42)
  • 175e7ac docs(contributors): Adding all-contributors bot configuration

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák
  • allsimon

Release v0.3.0

28 Feb 21:01
ee9bdd2
Compare
Choose a tag to compare

Changelog

🚀 Features

  • bb5b5d3 feat(core): AsciiDoc - Introduce discrete heading with an attribute for property groups and modules #29 (#31)

🐛 Fixes

  • ee9bdd2 fix(core): Support empty sourceType (#34)

Contributors

We'd like to thank the following people for their contributions:

  • Nándor Holozsnyák