[go: up one dir, main page]

Skip to content

Releases: alec1o/Byter

Version 3.0.0

01 Jun 23:08
Compare
Choose a tag to compare

Byter version 3.0

Added
  • Primitive support.
  • Optimize overhead 2 bytes for 1 byte.
  • Class, Struct, Enum, Array and List is supported.
  • Documentation improved.
  • Fix. Reader make exception when read null content with custom Encoding Reader.Read<string>(Encoding)

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.9.0 in /test by @dependabot in #14
  • Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /test by @dependabot in #13
  • Bump coverlet.collector from 3.1.0 to 6.0.2 in /test by @dependabot in #12
  • Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /test by @dependabot in #16
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /test by @dependabot in #17
  • Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 in /test by @dependabot in #21
  • Bump xunit from 2.4.1 to 2.8.1 in /test by @dependabot in #20

New Contributors

Full Changelog: 2.0...3.0

Version 2.0.0

05 Sep 00:32
Compare
Choose a tag to compare

Changelog

  • Add Float2 struct (Vector2)
  • Add Float3 struct (Vector3)
  • Add Float4 struct (Vector4 / Quaternion)
  • Downgrade .NET standard 2.1 to 2.0
  • New docs

Version 1.2

01 Sep 20:24
Compare
Choose a tag to compare
  • Changelog
    • Add Read Vector2 type
    • Add Write Vector2 type
    • Improve .NET standard 2.0 to 2.1

Version 1.1

05 Mar 02:18
40a3fab
Compare
Choose a tag to compare

[x] implementation of bool type (Reader/Writer)

Version 1.0

18 Dec 09:54
Compare
Choose a tag to compare

Version 1.0

The first stable version!