Skip to content

Releases: fsprojects/FSharpLint

0.6.3-beta

22 Jan 23:55
Compare
Choose a tag to compare
0.6.3-beta Pre-release
Pre-release
  • Improved performance of naming analyser.

0.6.2-beta

21 Jan 13:37
Compare
Choose a tag to compare
0.6.2-beta Pre-release
Pre-release

0.6.1-beta

17 Jan 00:12
Compare
Choose a tag to compare
0.6.1-beta Pre-release
Pre-release

Naming rules now customisable thanks to @Krzysztof-Cieslak.

0.5.1-beta

31 Dec 13:09
Compare
Choose a tag to compare
0.5.1-beta Pre-release
Pre-release

Introduced automated fix information to API.

0.4.12

16 Nov 00:29
Compare
Choose a tag to compare

Fixed bug: #191

0.4.11

10 Nov 22:32
Compare
Choose a tag to compare

Bug fixed by @rexcfnghk: #189

0.2.0

31 May 10:51
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Configuration has been updated to be simpler and verifiable via an XSD.
  • Type checking is now optional and off by default to speed up the linting.
  • More XML documentation rules have been added thanks to jhamm
  • Files can now be ignored by specifying git ignore like globs in the configuration file.
  • Fixed bug: #78
  • Fixed bug: #90

0.1.14

18 Jan 12:16
Compare
Choose a tag to compare
0.1.14 Pre-release
Pre-release

Added a new rule CanBeReplacedWithComposition to the FSharpLint.FunctionReimplementation analyser: http://fsprojects.github.io/FSharpLint/FSharpLint.FunctionReimplementation.html

0.1.5

24 Oct 20:22
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Added support for SuppressMessageAttribute

0.1.3

16 Oct 20:55
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Implemented new analyser: FSharpLint.RaiseWithTooManyArguments
Implemented new rule: FSharpLint.Binding.WildcardNamedWithAsPattern

Note: known bug in this release: #36