Releases: JuliaCI/PkgTemplates.jl
Releases · JuliaCI/PkgTemplates.jl
v0.4.1
v0.4.0
- Custom
Documenter
subtypes can add extra kwargs tomakedocs
: #31 CodeCov
deprecated for the identicalCodecov
: #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!
PkgTemplates
works on Julia v1.0 now!
Changes to the API:
- The keywords
years
,requirements
, andgitconfig
toTemplate
are gone - The keyword
ssh
ingenerate
has been moved toTemplate
- The keyword
force
togenerate
is gone
Changes to Template
s/package generation:
- Generated packages have
Project/Manifest.toml
for the new package manager
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
- Add a
Base.show
method toTemplate
andPlugin
- Wrap generated test suites in
@testset
- Reorganize documentation
v0.2.2
- 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
v0.2.0
v0.1.1
Allow nightly failures in generated packages
Initial release
v0.1.0 Fix docs example