Releases: jeffijoe/messageformat.net
Releases · jeffijoe/messageformat.net
MessageFormat v7.1.2
MessageFormat v7.1.1
What's Changed
- Update README - fix Link by @BrunoJuchli in #40
- Upgrade to .NET 8, update packages, fix unit tests to be culture-invariant by @jeffijoe, @Airex, and @Frooxius in #44
New Contributors
- @BrunoJuchli made their first contribution in #40
Full Changelog: 7.1.0...7.1.1
MessageFormat v7.1.0
What's Changed
Full Changelog: 7.0.0...7.1.0
MessageFormat v7.0.0
What's Changed
BREAKING: While technically a bug, it does have the possibility to alter the output of existing messages, so marking as a breaking release to be safe.
Full Changelog: 6.0.2...7.0.0
MessageFormat v6.0.2
- Fix regression for
IDictionary
args.
MessageFormat v6.0.1
- Update target to Dotnet 7.0
- Fix signature of
Format
to allow passingIReadOnlyDictionary
, closes #29
MessageFormat v6.0.0
Features
- Add build for .NET 6
Bug fixes
- Fix #28: whitespace was not being skipped correctly
Internal
- Increase code coverage to 100%
- Remove Moq as a dependency for the test project
- Remove some unreachable code
MessageFormat v5.0.1
MessageFormat v5.0.0
MessageFormat v4.0.0
Wow, it's been a while!
- Removed explicit .NET Framework targeting in favor of .NET Standard 1.1.
- Add
VariableMustExist
property toIFormatter
(enables requested behavior for #20) - Update C# version to 9.0 and use null reference checks
- Use GH Actions for CI. This is the first time I'm using it and hopefully this triggers the NuGet publishing step. But this is software so it'll probably take a few tries.
I won't be uploading artifacts here, grab the bits on NuGet as always.