Skip to content

Releases: hafuu/FSharpApiSearch

3.0.0-beta2

11 May 01:08
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release

Change byref matching
Change the result format
Add the link generator to .Net Api Browser

3.0.0-beta1

07 May 16:02
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release

Support struct tuple
Remove => syntax
Add C# mode

2.1.2

26 Jan 08:42
Compare
Choose a tag to compare

2.1.0

06 Dec 02:35
Compare
Choose a tag to compare
  • Support computation expression
  • Add swapping parameters and tuple elements
  • Add complementing parameters and tuple elements
  • Fix type abbreviation result
  • Fix automatic generalization parameter
  • Improve assembly loading

https://www.nuget.org/packages/FSharpApiSearch/2.1.0
https://www.nuget.org/packages/FSharpApiSearch.Console/2.1.0

2.0.0

20 Oct 08:19
Compare
Choose a tag to compare

Engine

  • Improve the display of the parameter name
  • Support optional parameters
  • Add --ignore-case option
  • Add type and type abbreviation searching
  • Add module searching
  • Add union case searching
  • Add convertion between function and delegate
  • Change the constructor name query to "T.new : _", "T..ctor : _" and "T : _" from "T : _"
  • Add partial matching to name searching

Libarary

  • Add FSharpApiSearch.LinkGenerator module
  • Change SearchOption's accessors to function

Console

  • Add #clear command to clear the console buffer
  • Add #targets command to list target assemblies
  • Improve the startup time

2.0.0-beta2

13 Oct 08:41
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

Engine

  • Add partial matching to name searching
  • Add module searching
  • Add the namespace to the result of type abbreviation
  • Change to allow the type name and ".ctor" to the constructor
  • Improve type abbreviation matching with the ignore-case option
  • Fix to ignore private type definition

Console

  • Add #clear command to clear the console buffer
  • Improve the startup time

2.0.0-beta1

29 Sep 08:34
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Engine

  • Improve the display of the parameter name
  • Add --ignore-case option
  • Add type and type abbreviation searching
  • Add conversion between function and delegate
  • Support union case
  • Support optional parameters
  • Change the constructor name query to "new : _"

Library

  • Add LinkGenerator module
  • Change the SearchOptions's accessor to function

1.0.0

29 Jul 04:14
Compare
Choose a tag to compare
  • Add the assembly name to the result
  • Add the namespace searching (#9)
  • Change the search option names (#61)

0.4.0-beta

23 Jun 09:39
Compare
Choose a tag to compare
0.4.0-beta Pre-release
Pre-release
  • Change the first argument to search as a receiver (#80)
  • Add searching by operator name
  • Add --xmldoc option to show xml document
  • Fix loading bugs (#41, #83)
  • Fix searching bugs (#78, #68)

0.3.1-beta

14 Jun 04:02
Compare
Choose a tag to compare
0.3.1-beta Pre-release
Pre-release
  • Fix error at similarity searching (#81)