Skip to content

Releases: rodnansol/spring-configuration-property-documenter

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

Release v0.2.4

29 Jan 16:00
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 11b7b65 feat(core): AsciiDoc tag support during include (#27)
  • e86f19b feat(core): AsciiDoc - Ability to replace the section title to simple title for property groups (#26)

🧰 Tasks

  • 74e8e63 chore(release): Discord announcer disabled for a while
  • 1ffe94f chore(release): Get in touch badges with Twitter and Discord links
  • f354b9f chore(release): Get in touch badges with Twitter and Discord links

Contributors

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

  • Nándor Holozsnyák

Release v0.2.3

15 Jan 17:36
bf33575
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • bf33575 fix(core): #20 NPE fix when a property group is having no properties (#21)

🧰 Tasks

  • f36dbaf chore(samples): #19 Quarkus example with the tool (#22)

Contributors

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

  • Nándor Holozsnyák