Skip to content

Releases: gkubisa/elm-app-boilerplate

Shippable Docker Hub integration

11 May 00:50
Compare
Choose a tag to compare

Shippable Docker Hub integration should work now.

Release automation

11 May 00:28
Compare
Choose a tag to compare

Shippable is now building a production docker image and pushing it to Docker Hub on every new release.

Docker image

10 May 21:50
Compare
Choose a tag to compare

npm scripts for

  • building a docker image containing the app served by nginx
  • creating, starting, stopping and removing a container based on the above image

Shippable integration

08 May 00:26
Compare
Choose a tag to compare

Integrated with Shippable to automatically build and run unit tests when new commits are pushed.

Testing

26 Apr 22:39
Compare
Choose a tag to compare
  • Updated directory structure
  • Tests for JavaScript, including test coverage and samples
  • Tests for Elm, including elm-check and samples

ES6 Support

14 Apr 20:51
Compare
Choose a tag to compare
  • ES6 support using Babel
  • ESLint integration

webpack integration

14 Apr 00:34
Compare
Choose a tag to compare
  • webpack is now used for bundling the application assets instead of a combination of browserify and npm scripts
  • support for Hot Module Replacement