Skip to content

Releases: JuliaCI/PkgTemplates.jl

v0.4.1

19 Dec 21:55
Compare
Choose a tag to compare

GitHubPages now sets up the recommended documentation building and deployment workflow for you, as outlined here (#44).

v0.4.0

14 Nov 19:45
44a03f1
Compare
Choose a tag to compare
  • Custom Documenter subtypes can add extra kwargs to makedocs: #31
  • CodeCov deprecated for the identical Codecov: #34
  • Don't commit Manifest.toml by default, add manifest keyword: #39
  • Make Git repo creation optional: #33
  • Add new packages to the current environment: #41
  • Stopgap solution for Documenter + Travis: #42 (also #23)

Julia 1.0!

29 Oct 18:41
aa37584
Compare
Choose a tag to compare

PkgTemplates works on Julia v1.0 now!

Changes to the API:

  • The keywords years, requirements, and gitconfig to Template are gone
  • The keyword ssh in generate has been moved to Template
  • The keyword force to generate is gone

Changes to Templates/package generation:

Changes to plugins:

  • Documenter plugins (GitHubPages) use @autodocs for generated documentation (#14)
  • TravisCI generates URLs on travis-ci.com, not .org (#18)

The documentation has been updated, in case I missed anything.

v0.2.3

07 Dec 22:28
Compare
Choose a tag to compare
  • Add a Base.show method to Template and Plugin
  • Wrap generated test suites in @testset
  • Reorganize documentation

v0.2.2

13 Nov 16:51
Compare
Choose a tag to compare
  • Precompile generated packages by default
  • Remove the default CodeCov config file
  • Small tweaks to other default plugin configurations
  • Fix a few minor bugs

v0.2.1

01 Oct 23:30
Compare
Choose a tag to compare
  • Add ISC license to list of options (#6)
  • Add references to generate_interactive to README and docs homepage

v0.2.0

23 Sep 11:02
Compare
Choose a tag to compare
  • Precompile package
  • Add ISC license (#3)
  • Add GitLab CI plugin
  • Add generate_interactive (#5)
  • Add reversed-argument generate method

v0.1.1

31 Aug 13:24
Compare
Choose a tag to compare
Allow nightly failures in generated packages

Initial release

24 Aug 22:03
Compare
Choose a tag to compare
v0.1.0

Fix docs example