hnix/CHANGELOG.md
Anton Latukha 5227a2d27f
CHANGELOG: 0.10.0 (#713)
* Prepare release 0.9.2

* CHANGELOG: m upd to 0.9.{2,1}

* Update changelog and version

* CHANGELOG: m upd: unification of structure, forming 0.10.1

Breaking changes into "Breaking" section.

Miscellaneous changes into "Misc" section.

Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
2020-09-12 19:56:56 +03:00

1.6 KiB

Changelog

0.10.0 (2020-09-12)

0.9.1 (2020-07-13)

  • Misc:
    • REPL improvements
      • Better tab completion
      • Multi-line input
      • Support for passing evaluated expression result of hnix --eval -E to REPL as input variable.
      • Support for loading .hnixrc from current directory
    • Reporting of builtins.nixVersion bumped from 2.0 to 2.3
    • Dependencies:
      • Freed from: interpolate, contravariant, semigroups, generic-random, tasty-quickcheck
      • repline >= 0.4.0.0 && < 0.5

0.9.0 (2020-06-15)

  • Changelog started. Previous release was 0.8.0. In new release:

  • Breaking:

    • Removed instances due to migration to haskeline >= 0.8 && < 0.9:
      • instance MonadException m => MonadException(StateT(HashMap FilePath NExprLoc) m)
      • instance MonadException m => MonadException(Fix1T StandardTF m)
  • Misc:

    • Library: Official support for GHC 8.4 - 8.10

HNix uses PVP Versioning.