Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 1.36 KB

Revision History for inferno-lsp

Note: we use https://pvp.haskell.org/ (MAJOR.MAJOR.MINOR.PATCH)

0.2.5.0 -- 2024-03-26

  • Add duplicate record field error

0.2.4.0 -- 2024-03-18

  • HLint everything

0.2.3.0 -- 2024-03-12

  • Update inferno-types and inferno-core version; fix parseAndInferTypeReps

0.2.2.0 -- 2024-01-29

  • Update inferno-core version

0.2.1.0 -- 2023-11-01

  • Update inferno-types version

0.2.0.0 -- 2023-10-24

  • Refactor to use Inferno.Core.Interpreter API

0.1.13 -- 2023-10-23

  • Error message for type annotation type error

0.1.12 -- 2023-10-09

  • Update inferno-core version

0.1.11 -- 2023-10-03

  • Update inferno-core version

0.1.10 -- 2023-09-18

  • Update inferno-core version

0.1.9 -- 2023-08-08

  • Fix order of input parameters in last commit

0.1.8 -- 2023-08-07

  • Ensure parsed Expr looks like: Lam (...)

0.1.7 -- 2023-07-11

  • Update inferno-types version

0.1.6 -- 2023-07-11

  • Add a timeout to parseAndInfer

0.1.5 -- 2023-06-26

  • Update inferno-vc version

0.1.4 -- 2023-06-19

  • Raise error if script evaluates to a function (and suggest adding input parameters instead)

0.1.3 -- 2023-06-14

  • Update inferno-core version and remove unused packages

0.1.2 -- 2023-05-30

  • Update inferno-core version

0.1.1 -- 2023-03-06

  • Update inferno-vc version

0.1.0.0 -- 2022-11-28

  • Prepare for OSS release