Changelog of @hackage/componentm 0.0.0.2

Change log

teardown uses Semantic Versioning. The change log is available on GitHub.

v0.0.0.2

  • Add pretty-show dependency
  • Improve upon pretty instances of types from this library
  • Expose internal modules for flexibility

v0.0.0.1

  • Relax lower version bounds for prettyprinter, containers, exceptions, deepseq, tasty, tasty-hunit dependencies

v0.0.0.0

  • Add ComponentM type, which supports Monad and Applicative
  • Add buildComponent to build components in IO with attached cleanup functions
  • Add buildComponent_ to build components in IO without cleanup functions
  • Add withComponentM to run an application