Skip to content

Releases: NHDaly/ApplicationBuilder.jl

v0.4.1

03 Jan 01:06
0873872
Compare
Choose a tag to compare
Merge pull request #68 from NHDaly/nhd-compat-bounds

Add compat bounds for old PackageCompiler and old julia

Switching to .toml files

16 Apr 04:00
Compare
Choose a tag to compare
v0.4.0

Remove Blink from .tomls b/c no longer testing

Fixed travis tests (drop older julia versions)

26 Nov 20:29
77d8cb0
Compare
Choose a tag to compare

Merged #37: Update .travis.yml for minimum julia 1.0 version requirement

Drop support for julia 0.6-

17 Nov 03:16
e9bafd3
Compare
Choose a tag to compare

Updates everything for julia 0.7+

Package restructuring and v0.7 support

15 Aug 14:24
Compare
Choose a tag to compare
  • 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 the change_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 remove using BuildApp
    from your build scripts to build with julia v0.7.

Stable, working package on Mac & Windows, for julia v0.6 and v0.7

25 Jul 19:17
Compare
Choose a tag to compare
v0.1.0

Add docstring to change_dir_if_bundle