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.dlldirectly
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- multi platform (
net48andnet6.0) - Sarcasm nuget package is created
- using the latest
netstandard2.0Ironyasdll - using
Krafs.Publicizerto accessIrony's internal and private types and members (InternalsVisibleToAttributeis no longer necessary inIrony's code) - buggy parallel unparsing has been disabled
Full Changelog: v3.4.343...v4.0.0