Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.75 KB

Changes by Version

v0.5.0 (2024-02-27)

  • #9 Private visibility for injected variables of BaseMojo

v0.4.3 (2023-09-20)

  • #7 Don't abort plugin execution in test phase
  • #6 Add DeferredLog and DelegateLog abstractions
  • #5 Implement getAnnotationParameters(Class<?>,Class<Annotation>)
  • #4 Transition to GitHub Actions
  • #3 Support classpath:// references in FilterMojo
  • #2 Change MojoUtil.getProjectDependencyPaths() to return String[]
  • #1 Inherit Maven dependency versions from root POM

v0.4.2 (2020-05-23)

  • Improve AnnotationUtil.getAnnotationParameters.
  • Add AnnotationUtil.annotationForMap.
  • Change from Set to LinkedHashSet in PatternSetMojo and ResourcesMojo.
  • Upgrade org.apache.maven dependencies from v3.6.1 to v3.6.2.
  • Improve tests.
  • Improve javadocs.

v0.4.1 (2019-07-21)

  • Refactor SourceInput to FilterParameter and FilterType.
  • Improve AnnotationUtil API.
  • Implement FilterMojo.
  • Upgrade org.libj:net:0.5.0 to 0.5.1.

v0.3.5 (2019-05-13)

  • Initial public release.