Skip to content

1.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 22:37
· 15 commits to master since this release
cf8cd30

Changelog

All notable changes to this project will be documented in this file.

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

[1.4.3] - 2023-12-15

Fixed

  • Broken qual snippet: Constructing only the first
    part of the module as an alias choice [#20].

[1.4.2] - 2023-12-09

Fixed

  • Made the mod snippet handle the case where the module declaration already
    exists.
    Thanks @gregorias!

[1.4.1] - 2023-12-05

Fixed

  • Luarocks package: Add LuaSnip dependency.

[1.4.0] - 2023-12-05

Added

  • Module imports:
    • qualc snippet for qualified import of child modules.
    • impc snippet for unqualified import of child modules.

[1.3.0] - 2023-12-05

Added

  • Expressions: Add multi-way if snippet (ifmw) [#16].
    Thanks @gregorias!

[1.2.0] - 2023-11-12

Added

  • Pragmas: Add all language extensions as choice options [#12].
    Thanks @gregorias!
  • Health checks.
  • Use tree-sitter if the parser for Haskell is installed,
    without requiring the nvim-treesitter plugin.

[1.1.0] - 2023-11-05

Added

Fixed

  • Typo in LambdaCase pragma snippet

[1.0.0] - 2023-05-28

Added

  • Initial release