Releases: hafuu/FSharpApiSearch
Releases · hafuu/FSharpApiSearch
3.0.0-beta2
Change byref matching
Change the result format
Add the link generator to .Net Api Browser
3.0.0-beta1
Support struct tuple
Remove =>
syntax
Add C# mode
2.1.2
- Fix the computation expression builder url
https://www.nuget.org/packages/FSharpApiSearch/2.1.2
https://www.nuget.org/packages/FSharpApiSearch.Console/2.1.2
2.1.0
- 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
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
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
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
0.4.0-beta
0.3.1-beta
- Fix error at similarity searching (#81)