Skip to content

Tags: yuka800/SmartFormat

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to v3.0.0

v3.0.0-rc.2

Toggle v3.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to v3.0.0-rc.2 (axuno#247)

v3.0.0-rc.1

Toggle v3.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct latest version

v2.7.2.0

Toggle v2.7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to v2.7.2 (axuno#237)

* Bumped version to 2.7.1
* ConditionalFormatter processes unsigned numbers in arguments correctly.
* JsonSource: Corrected handling of null values in NewtonSoftJson objects.

v3.0.0-alpha.5

Toggle v3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implemented object pools und thread safety settings (axuno#229)

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to v3.0.0-alpha.4 (axuno#222)

v2.7.1.0

Toggle v2.7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport fixes from v3 (axuno#213)

Bumped version to 2.7.1

Back-ported bug fixes from v3.0.0-alpha:
axuno#179 - Corrected DualFromZeroToTwo plural rule
axuno#211 . Illegal placeholder characters that are not 8-bit, will no more throw unexpected ThrowByteOverflowException

v3.0.0-alpha.3

Toggle v3.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version 3.0.0-alpha.3 (axuno#204)

Bumped version to 3.0.0-alpha.3

Now targeting frameworks netstandard2.0, netstandard2.1, net461

v3.0.0-alpha.2

Toggle v3.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow nullable args in all Format methods (axuno#196)

* Opposed to `string.Format` null(able) arguments are allowed.
* Changes effect classes Smart and SmartFormatter
* Bump version to 3.0.0-alpha.2

v3.0.0-alpha.1

Toggle v3.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated CHANGES.md with performance test links