Skip to content

Releases: gkubisa/elm-app-boilerplate

Update Dependencies

14 Jan 23:27
Compare
Choose a tag to compare
  • Updated most npm and elm dependencies, including elm-test. As a result, elm tests are now automatically discovered, rather then listed explicitly. I'll update elm-css separately.

elm-css

30 Mar 01:50
Compare
Choose a tag to compare
  • Integrated elm-css
  • Updated dependencies

Build optimization

07 Jan 23:32
Compare
Choose a tag to compare
  • JS and CSS hashes are now based on the content of those files
  • Elm debug code is no longer included in the production builds

Fix deployment and remove Docker

05 Jan 01:04
Compare
Choose a tag to compare
  • BASE_PATH environment variable is now supported and controls the location of assets and the page paths. It allows the project to be deployed as GitHub Project Page while still using the nice HTML5 URLs.
  • The npm scripts for Docker were removed because Docker is not the best options for deployment of a SPA anyway.
  • Some other minor fixes and improvements.

Fix: Elm file change detection

29 Dec 00:59
Compare
Choose a tag to compare

Changes to all Elm files are now detected and trigger the app update in dev mode. Earlier only Main.less triggered updates.

Navigation

29 Dec 00:34
Compare
Choose a tag to compare
  • Upgraded to Elm 0.18.
  • Added sample navigation.
  • Removed Semantic UI. See [this comment] for more details.
  • Min node version is now 6.0.

Update dependencies & fix ncu script

24 May 23:06
Compare
Choose a tag to compare
  • updated dependencies, elm-webpack-loader in particular
  • fixed ncu npm script, so that npm run ncu -- -a now works

Update Dependencies, including Elm 0.17

22 May 06:36
Compare
Choose a tag to compare
  • Elm upgraded to version 0.17. See Elm 0.17 upgrade docs for more details.
  • ncu executed on npm version to ensure that the npm packages are kept up to date.
  • The elm-test npm script and module are gone because the module has not been updated for Elm 0.17. It is also no longer needed because elm-test Elm module now reports the correct error code to the shell.

GitHub Pages

16 May 00:55
Compare
Choose a tag to compare

The elm-app-boilerplate demo app is now automatically deployed to GitHub Pages on each release (see http://gkubisa.github.io/elm-app-boilerplate/).

CI script improvements

11 May 23:06
Compare
Choose a tag to compare
  • some improvements to the CI scripts
  • improved README.md