Releases: davidnemeti/Sarcasm
Releases · davidnemeti/Sarcasm
v4.2.0
- using the newest Irony nuget package, which improves parsing performance which had a regression in .NET (Core) since ICU is being used (IronyProject/Irony#70)
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- using the newest Irony nuget package instead of using
Irony.dll
directly
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- multi platform (
net48
andnet6.0
) - Sarcasm nuget package is created
- using the latest
netstandard2.0
Irony
asdll
- using
Krafs.Publicizer
to accessIrony
's internal and private types and members (InternalsVisibleToAttribute
is no longer necessary inIrony
's code) - buggy parallel unparsing has been disabled
Full Changelog: v3.4.343...v4.0.0