Skip to content

0.13.0

Choose a tag to compare

@f-f f-f released this 20 Dec 02:26
· 658 commits to master since this release
4268386

Breaking changes (😱!!!):

  • Disable output folder sharing (#526)

    This reverts an (accidentally) breaking changes introduced in 0.11.0, for which
    Spago would take decisions on where the output folder should be in order to
    share some compilation results. This turned out to break some other things, so
    we'll stop trying to be smart about it here.

New features:

  • Enable HTTP(S) proxies on the NPM installation (#460, #522)

Other improvements:

  • Log backend build command when building (#521)
  • Deps: update purescript-docs-search version to 0.0.6 (#525)
  • CI: update purs version to 0.13.5 (#513)
  • CI: fix Haddocks and start testing them in CI (#511, #516)
  • Curator: automate updating purs version (#514)
  • Curator: automate updating the purescript-docs-search version (#519)