Linguini.Shared
0.5.0
See the version list below for details.
dotnet add package Linguini.Shared --version 0.5.0
NuGet\Install-Package Linguini.Shared -Version 0.5.0
<PackageReference Include="Linguini.Shared" Version="0.5.0" />
paket add Linguini.Shared --version 0.5.0
#r "nuget: Linguini.Shared, 0.5.0"
// Install Linguini.Shared as a Cake Addin #addin nuget:?package=Linguini.Shared&version=0.5.0 // Install Linguini.Shared as a Cake Tool #tool nuget:?package=Linguini.Shared&version=0.5.0
What's Changed
Improves parsing performance by eliminating bounds check on ReadOnlySpan<char>
for char
@RoosterDragon
Breaking changes:
ZeroCopyUtil
TryReadCharSpan
replaced withTryReadChar
.- Methods
IsIdentifier
/IsNumberStart
/IsAsciiDigit
/IsAsciiUppercase
/IsAsciiHexdigit
/IsAsciiAlphabetic
take char rather thanReadOnlySpan<char>
. EqualSpans
method removed
ZeroCopyReader
- method signature
ReadOnlySpan<char> PeekCharSpan(int offset = 0)
changed tochar? PeekChar(int offset = 0)
- method
SeekEol
added. - added methods
TryPeekChar
,TryPeekCharAt
,CurrentChar
, andIndexOfAnyChar
.
- method signature
ParserError
- factory method for
ExpectedTokens
arguments changed
- factory method for
LinguiniParser
- changed to use the new ZeroCopyUtil internally.
Non-breaking changes:
Fluent.Bundle
private bundle method is separated intoAddEntry
andAddEntryOverriding
.
Full Changelog: https://github.com/Ygg01/Linguini/compare/v0.4.0...v0.5.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Linguini.Shared:
Package | Downloads |
---|---|
Linguini.Syntax
Linguini Syntax provides a module for parsing input using zero-copy Fluent parser. |
|
Linguini.Bundle
Linguini Bundle is the C# implementation of Project Fluent, a localization system developed by Mozilla It provides easy to use and extend system for describing translations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.0 | 348,590 | 1/23/2024 |
0.7.0 | 874 | 11/19/2023 |
0.6.0 | 24,282 | 9/13/2023 |
0.5.0 | 18,813 | 6/11/2023 |
0.4.0 | 10,049 | 2/6/2023 |
0.3.0 | 26,340 | 5/30/2022 |
0.2.1 | 9,316 | 4/25/2022 |
0.2.0 | 1,022 | 4/23/2022 |
0.1.4 | 645 | 4/23/2022 |
0.1.3 | 1,016,506 | 2/13/2022 |
0.1.2 | 11,730 | 12/22/2021 |
0.1.1 | 540 | 7/19/2021 |