Changelog of @hackage/hakyll-typescript 0.0.2.0

Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project adheres to Haskell Package Versioning Policy.

[0.2.0] - 2020-11-02

Added

Changed

  • Widened hakyll version bounds.

[0.1.0] - 2019-09-29

Added

  • Initial Hakyll compilers for typescript and javascript.
    • Supports passing arbitrary arguments to the typescript compiler
    • Provides various helper compilers that pass commonly used typescript arguments
    • Supports minification of javascript source as a compiler
    • Provides helper compilers to compile typescript source to minified javascript.