Skip to content

Releases: Cysharp/Ulid

Ver.1.3.4

30 Jul 10:55
Compare
Choose a tag to compare

What's Changed

  • (may) fix ARMv7 Unity IL2CPP crash
  • Use Cysharp/Actions/setup-dotnet default version by @guitarrapc in #62
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #65
  • feat: change load secret from op by @guitarrapc in #70
  • ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #71
  • chore(deps): bump System.Text.Json from 4.7.0 to 8.0.4 in /src/Ulid.SystemTextJson by @dependabot in #77

New Contributors

Full Changelog: 1.3.3...1.3.4

Ver.1.3.3

28 Sep 01:21
Compare
Choose a tag to compare

What's Changed

  • Fix the bits of Time in big-endian case by @hadashiA in #60

Full Changelog: 1.3.2...1.3.3

Ver.1.3.2

15 Sep 10:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

Ver.1.3.1

14 Sep 07:40
Compare
Choose a tag to compare

What's Changed

  • Fixed Entity Framework Core integration steps and explained integration more thoroughly by @hexagonite in #51
  • Fix insufficient big-endian support by @hadashiA in #52
  • Support IUtf8SpanFormattable by @hadashiA in #54

New Contributors

Full Changelog: 1.3.0...1.3.1

Ver.1.3.0

18 Aug 10:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.3.0

Ver.1.2.6

03 Feb 09:40
Compare
Choose a tag to compare
  • fix for UPM

Ver.1.2.2

03 Feb 01:24
a9916dc
Compare
Choose a tag to compare
  • Fix: Blazor WebAssembly support
  • Add: package.json to supports UPM for Unity

Ver.1.2.0

01 Feb 10:31
Compare
Choose a tag to compare
  • Add: Blazor support
  • Add: target to netcoreapp2.1, netcoreapp3.1 and net5 #18, thanks @fdipuma
  • Fix: Adjust the Parse method to throw as expected if it doesn't receive a valid input #20, thanks @akrock

Ver.1.1.1

01 Feb 10:19
Compare
Choose a tag to compare
use RandomNumberGenerator.Create to support Blazor

Ver.1.1.0

21 Oct 10:02
Compare
Choose a tag to compare
  • Add TypeConverter to support ModelBinding(for ASP.NET) #14, thanks @akrock