All Versions
191
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 17

  • v0.0.32 Changes

    • ๐Ÿ“œ Make ParseFileInProject asynchronous
    • โž• Add ParseAndCheckFileInProject
    • ๐Ÿ“œ Use cached results in ParseAndCheckFileInProject if available
  • v0.0.31 Changes

    • ๐Ÿ›  Fix performance problem with CheckFileInProject
  • v0.0.30 Changes

    • โž• Add initial prototype version of multi-project support, through optional ProjectReferences in ProjectOptions. Leave this empty to use DLL/file-based references to results from other projects.
  • v0.0.29 Changes

    • ๐Ÿ›  Fix symbols for named union fields in patterns
  • v0.0.28 Changes

    • ๐Ÿ›  Fix symbols for named union fields
    • โž• Add FSharpActivePatternCase to refine FSharpSymbol
  • v0.0.27 Changes

    • ๐Ÿ›  Fix exception tag symbol reporting
  • v0.0.26 Changes

    • ๐Ÿ›  Fix off-by-one in reporting of range for active pattern name
  • v0.0.25 Changes

    • โž• Add optional source argument to TryGetRecentTypeCheckResultsForFile to specify that source must match exactly
  • v0.0.24 Changes

    • โšก๏ธ Update version number as nuget package may not have published properly
  • v0.0.23 Changes

    • ๐Ÿšš Move to one-based line numbering everywhere
    • ๐Ÿ‘ Provide better symbol information for active patterns