Skip to content

Latest commit

 

History

History
108 lines (89 loc) · 3.54 KB

RELEASE_NOTES.md

File metadata and controls

108 lines (89 loc) · 3.54 KB

1.6.0 - Unreleased

1.5.0 - October 2 2014

  • Support more complex scenarios in VS unit tests
  • Fix various issues with union case generation
  • Implement Go to Metadata

1.4.5 - August 28 2014

  • Fix forcing saving projects when project items change
  • Fix various issues on unused open declarations

1.4.5 - August 28 2014

  • Fix forcing saving projects when project items change
  • Fix various issues on unused open declarations

1.4.0 - August 10 2014

  • Improve rename refactoring validation
  • Add support for VS 14
  • Implement Gray out unused open statements
  • Handle included files while working on F# scripts
  • Add VS unit tests for multiple features
  • Implement unused declaration scrollbar markers

1.3.0 - July 10 2014

  • Add report progress and cancellation to Rename Refactoring
  • Add report progress to Find All References
  • Enhance Xaml support
  • Implement Resolve unopened namespaces
  • Implement Gray out unused declarations
  • Add a NuGet package for the core project

1.2.0 - June 17 2014

  • Implement Union type pattern generation
  • Fix various bugs on syntax coloring
  • Improve responsiveness on big solutions
  • Improve memory usage
  • Protect against intermittent crashes

1.1.0 - May 22 2014

  • Add Implement Interface feature
  • Fix duplicated symbols and missing private symbols in Find All References
  • Enhance syntax coloring of type-provider-related source code
  • Reduce the size of VSIX output
  • Implement record stub generation
  • Fix the issue where VFPT is active during CPU idles
  • Return correct symbol information on dirty files and dirty projects

1.0.0 - April 26 2014

  • Implement Find all references
  • Improve robustness of XmlDoc generation
  • Improve performance on large solutions
  • Add validation after reformatting

0.6.1 - April 14 2014

  • Fix the issue where rename refactoring is applied after cancelled by 'Esc'

0.6.0 - April 14 2014

  • Add folder organization support
  • Enhance syntax coloring (now with coloring modules and quotations)
  • Implement solution-wide rename refactoring
  • Add logging facilities

0.5.0 - March 24 2014

  • Improve Rename dialog
  • Improve performance of NavigateTo feature
  • Implement semantic highlighting
  • Migrate to XAML provider in FsXaml
  • Improve lexing performance
  • Fix intermittent navigation bar configuration
  • Setup integration tests

0.4.1 - March 13 2014

  • Fix the issue with standalone fs files
  • Fix the issue with failing source code formatting feature

0.4.0 - March 11 2014

  • Import depth colorizer
  • Implement NavigateTo command
  • Fix performance issues with highlight references and rename refactoring
  • Support highlight references, rename refactoring and NavigateTo on standalone files
  • Listen to events due to project changes
  • Improve F# project system

0.3.2 - February 26 2014

  • Fix the NRE when there is no project or solution

0.3.1 - February 25 2014

  • Fix the issue where multiple replacements are wrong if performed in a single line
  • Use Ctrl + R, Ctrl + R key binding for rename refactoring

0.3.0 - February 25 2014

  • Implement major improvements on highlight references
  • Support operator highlighting
  • Reuse C#'s highlighted reference marker
  • Add rename refactoring

0.2.0 - February 12 2014

  • Add navigation bar setting
  • XML doc comments are generated as the first '<' char in a blank "///" comment is entered
  • Implement highlight references

0.1.1 - February 5 2014

  • Add options to disable constituent parts

0.1.0 - February 5 2014

  • Import Fantomas extension
  • Import FSharpXMLDoc extension
  • Add basic documentation