Skip to content

Releases: abelsiqueira/BestieTemplate.jl

v0.9.1

24 Jul 09:59
Compare
Choose a tag to compare

BestieTemplate v0.9.1

Diff since v0.9.0

Merged pull requests:

Closed issues:

  • Separate questions for Issue and PR templates (#307)
  • Create an overview of differences/similarities in use case and features/plugins for each pkg (#354)
  • Less opinionated and simpler minimal config (#355)
  • Update Bestie version in the post-application message (#364)
  • Consider adding a CODEOWNERS file to the package (#369)
  • [Bug] second .jl is added when package name is entered with .jl attached (#373)

v0.9.0

13 Jul 12:00
Compare
Choose a tag to compare

BestieTemplate v0.9.0

Diff since v0.8.0

Merged pull requests:

Closed issues:

  • [Bug] Error when running the documentation for a new package (#289)
  • Clean up docs/make.jl (#357)
  • Change JuliaFormatter to have only indent (#358)

v0.8.0

08 Jul 21:37
Compare
Choose a tag to compare

BestieTemplate v0.8.0

Diff since v0.7.2

Added

  • New question: AddContributionDocs to decide whether to add 90-contributing.md and 91-developer.md (#313)

Changed

  • (breaking change) GitHub PR template is now part of the minimal options (#308)
  • (breaking change) TestOnPRs.yml is now part of the minimal options (#312)
  • (breaking change) 90-contributing.md and 91-developer.md have moved from minimal to recommended. If you use the minimal option, then these files will be removed (#313)
  • (breaking change) generate does not work on existing folders anymore. The function apply was created to handle that case (#301)

Removed

  • (breaking change) Question SimplifiedPRTest was removed and the behaviour now is as if it were selected as true (#312)

Merged pull requests:

Closed issues:

  • Add a preamble to the questions (#154)
  • Install BestieTemplate.jl in usage instructions (#297)
  • Function generate is not clear for application to existing packages (#301)
  • Consider moving pre-commit installation earlier in the docs (#303)
  • Better post-application message (#304)
  • Move PULL_REQUEST_TEMPLATE.md to minimal options (#308)
  • Make TestOnPRs part of minimal (#312)
  • Move contributing and developer to recommended (#313)
  • Explain the rationale of minimal vs recommended (#314)

v0.7.2

07 Jul 15:13
Compare
Choose a tag to compare

BestieTemplate v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • Evaluate putting links to the explanation in the questions (#153)
  • Test generated package (#277)
  • TagBot is failing with "This package is not registered, skipping" (#294)
  • Consider adding a minimal example code to the generated package (#299)
  • [Bug] Lint.yml with Lychee should be in minimal (#310)
  • [Bug] Workflow TestGeneratedPkg is failing (#322)
  • [Bug] Typos in README.md template (#327)

v0.7.1

02 Jul 15:35
Compare
Choose a tag to compare

BestieTemplate v0.7.1

Diff since v0.7.0

Merged pull requests:

Closed issues:

  • The link to documentation is wrong (#291)

v0.7.0

30 Jun 21:21
Compare
Choose a tag to compare

Breaking changes:

  • Rename package from COPIERTemplate.jl to BestieTemplate.jl

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Jun 17:04
Compare
Choose a tag to compare

COPIERTemplate v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

14 Jun 17:15
Compare
Choose a tag to compare

COPIERTemplate v0.6.0

Diff since v0.5.4

Merged pull requests:

Closed issues:

  • Why is docs/src/index.md separate (#272)
  • Rename 90-* to 90, 91, 95, or something. (#273)

v0.5.4

11 Jun 11:32
Compare
Choose a tag to compare

COPIERTemplate v0.5.4

Diff since v0.5.3

Merged pull requests:

v0.5.3

10 Jun 16:24
Compare
Choose a tag to compare

COPIERTemplate v0.5.3

Diff since v0.5.2

Merged pull requests:

Closed issues:

  • Document starting with less options and updating and adding more (#69)
  • Add info on installing JuliaFormatter globally (#159)
  • Clarify that application will not overwrite (#167)
  • Minimum vs recommended defaults (#220)
  • README and docs/src/index should not be skipped (#257)