Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 687 Bytes

Changelog

Unreleased

3.1.0 - 2023-01-02

  • Use net8.0
  • Update dependencies

3.0.1 - 2021-08-13

  • [Internal] Update ErrorHandling

3.0.0 - 2021-08-12

  • [BC] Change function Parser.parse to return Async Result
  • [BC] Change Resolver.resolve function to return a ResolveError on error
  • Add Resolver.resolveAsync function
  • [Internal] Fix asyncResult computation expression

2.1.0 - 2021-08-11

  • Update dependencies

2.0.0 - 2021-06-07

  • Update to net5.0 and require F# 5.0

1.0.0 - 2020-10-27

  • Initial implementation