Skip to content

Releases: StatelessSoftware/html-to-app

[1.0.0] - 2018-04-10

10 Apr 22:01
4181cad
Compare
Choose a tag to compare

Changes

  • Config file has been completely rewritten to clean it up and allow for this version's additions
  • Dependency shelljs added to perform command-line operations safely

Additions

  • Added appDirectory config option to allow an app folder to be merged with the build
  • Added url config option to set the output URL
  • Added useRelative option to convert the URL to /
  • Added inheritLayout option to converter/view config to allow the views to absorb the layout

Fixes

  • [Issue #35] - Config creator should be able to append to existing config

[0.4.0] - 2018-04-04

04 Apr 14:00
f968a33
Compare
Choose a tag to compare

Additions

  • [Issue #36] - Layout file should not be required

Fixes

  • [Issue #38] - Throws exception if app directory does not exist or is empty

[0.3.0] - 2018-03-30

30 Mar 23:54
1e49021
Compare
Choose a tag to compare

Additions

  • [Issue #31] - Remap automatically converts relative paths to absolute path

[0.2.2] - 2018-03-30

30 Mar 19:13
2ea91df
Compare
Choose a tag to compare

Fixes

  • [Issue #30] - Remaps with same tag seem to interfere
  • [Issue #29] - Build -f throws exception if app is open in another window
  • [Issue #28] - App isn't merged without -f

[0.2.1] - 2018-03-29

29 Mar 21:14
2280336
Compare
Choose a tag to compare

Additions

  • [Issue #21] - Allow for contributions (md files, etc)

Fixes

  • [Issue #24] - App merge doesn't work
  • [Issue #23] - Remaps with hash checks result in 403
  • [Issue #22] - Configuration file created successfully even if it exists.

[0.2.0] - 2018-03-27

27 Mar 23:26
af09fb8
Compare
Choose a tag to compare

Additions

  • [Issue #18] - App directory
  • [Issue #17] - Readme

Fixes

  • [Issue #19] - Remove testing tag from config

[0.1.1] - 2018-03-26

27 Mar 04:32
Compare
Choose a tag to compare

Fixes

  • [Issue #14] - Checking builder.shouldBuild() is not idempotent
  • [Issue #13] - html-to-app fails if out-of-source build, with -f, and dist folder already existing
  • [Issue #12] - html-to-app -c should kill program after creating config file

[0.1.0] - 2018-03-26

27 Mar 02:19
Compare
Choose a tag to compare

Additions

  • [Issue #10] - Config creator should export full-featured config file
  • [Issue #7] - Pre & Post commands at each step
  • [Issue #6] - Converter needs to remap directories
  • [Issue #2] - Importer should have ignore files functionality

Fixes

  • [Issue #8] - Out-of-source build creates extra subnested dist folder
  • [Issue #5] - Build fails if images directory doesnt exist
  • [Issue #4] - Default config file should be in seperate file
  • [Issue #3] - Default config should support out-of-source build

[0.0.2] - 2018-03-24

24 Mar 14:40
5b076bd
Compare
Choose a tag to compare

Fixes

  • Remove config directory from source-control
  • Create a blank config file if non-existant
  • Changed the default image import path from ./assets/images/ to ./images