Skip to content

Commit

Permalink
This is version 5.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Feb 9, 2020
1 parent 48c6e42 commit d88f689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#### 5.2.0
#### 5.2.0 - 09-02-2020
* The types `DesigntimeFarkle<TResult>` and `PostProcessor<TResult>` are covariant. The change was made possible by [Covarsky](https://github.com/teo-tsirpanis/Covarsky), a tool written for this purpose.
* Added a function called `Regex.allButChars` (`Regex.NotOneOf` for C#) that creates regexes accepting all characters except certain ones.
* User code exceptions during post-processing are not captured anymore.
* Farkle.Tools.MSBuild works with all .NET Core SDK versions after 2.0.

#### 5.1.0 - 31-01-2019
#### 5.1.0 - 31-01-2020
* It happened. Farkle can create grammars without the need of GOLD Parser. __Farkle is now a parsing library on its own.__
* Move the `CharStream` type in the `Farkle.IO` namespace.
* Add methods to parse text from .NET `TextReader`s. They should be preferred over parsing .NET `Stream`s because the latter are supposed to contain binary data, not text.
Expand Down

0 comments on commit d88f689

Please sign in to comment.