Skip to content

Releases: Cysharp/Ulid

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

Ver 1.0.0

18 Feb 14:23
Compare
Choose a tag to compare

Initial stable release.

Implementation of System.Text.Json formatter, thanks to contribute @01010101lzy