Releases: NHDaly/ApplicationBuilder.jl
Releases · NHDaly/ApplicationBuilder.jl
v0.4.1
Switching to .toml files
v0.4.0 Remove Blink from .tomls b/c no longer testing
Fixed travis tests (drop older julia versions)
Merged #37: Update .travis.yml for minimum julia 1.0 version requirement
Drop support for julia 0.6-
Updates everything for julia 0.7+
Package restructuring and v0.7 support
- Simplified the package structure by merging together the BuildApp and ApplicationBuilder modules.
These are the changes you need to make in your program:
- You should remove
using ApplicationBuilder
from the source-code of
programs being built, since thechange_dir_if_bundle
behavior will
now come default for all applications.using ApplicationBuilder
in
your program source will cause it to fail to build. module BuildApp
has been removed. You should removeusing BuildApp
from your build scripts to build with julia v0.7.
Stable, working package on Mac & Windows, for julia v0.6 and v0.7
v0.1.0 Add docstring to change_dir_if_bundle