Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.2.0 protected
    cc1a3844 · Add elm-verify-examples ·
    Release v2.2.0
    
    - Add [elm-verify-examples]
    
    [elm-verify-examples]: https://github.com/stoeffel/elm-verify-examples
    
  • v2.1.2 protected
    Release v2.1.2
    
    elm-build: Fix script size calculation
    
  • v2.1.1 protected
    Release v2.1.1
    
    elm-build:
    ---------
    
      - Create output folder if it doesn't exist.
    
  • v2.1.0 protected Release: v2.1.0
    Release v2.1.0
    
    - Add create-elm-app
    - Force `npm audit` to run on installed dependencies
    
  • v2.0.0 protected
    Release v2.0.0
    
    - Replace the alpine based image with a debian based image.
    - Use yarn to install global packages instead of npm.
    
  • v1.1.0 protected
    e4e9d100 · Add elm-build binary ·
    Release: v1.1.0
    Release v1.1.0
    
    Add `elm-build` executable script to easily allow developers to compile
    an optimized version of their Elm project.
    
    The settings are the [recommended ones] in the Elm guide page.
    
    [recommended ones]: https://guide.elm-lang.org/optimization/asset_size.html
    
  • v1.0.0 protected Release: v1.0.0
    Release v1.0.0
    
    Create docker image with common elm utilities:
    
    - [elm][]
    - [elm-test][]
    - [elm-format][]
    - [elm-oracle][]
    
    [elm]: https://www.npmjs.com/package/elm
    [elm-test]: https://www.npmjs.com/package/elm-test
    [elm-format]: https://www.npmjs.com/package/elm-format
    [elm-oracle]: https://www.npmjs.com/package/elm-oracle