Releases: alec1o/Byter
Releases · alec1o/Byter
Version 4.0.0
Byter version 4.0
Notice: Thanks a lot @vanhaodev @nvh2001 (To make this project get so good)
Added
- Bug Fix. (Primitive & Extension)
- Support: *Concat Bytes
- Fix. Compilation warning.
What's Changed
- Bump xunit from 2.8.1 to 2.9.0 in /test by @dependabot in #31
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /test by @dependabot in #32
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /test by @dependabot in #34
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 in /test by @dependabot in #37
- Bump xunit from 2.9.0 to 2.9.2 in /test by @dependabot in #39
- Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test by @dependabot in #40
Full Changelog: 3.0...4.0
Version 3.0.0
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
- @dependabot made their first contribution in #14
Full Changelog: 2.0...3.0
Version 2.0.0
Changelog
- Add
Float2
struct (Vector2
) - Add
Float3
struct (Vector3
) - Add
Float4
struct (Vector4
/Quaternion
) - Downgrade
.NET standard
2.1
to2.0
- New
docs
Version 1.2
- Changelog
- Add Read Vector2 type
- Add Write Vector2 type
- Improve .NET standard 2.0 to 2.1
Version 1.1
[x] implementation of bool type (Reader/Writer)
Version 1.0
Version 1.0
The first stable version!