Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dameng324/LightProto

v1.2.1

26 Jan 10:29
2772a4c

Choose a tag to compare

What's Changed

  • Write Super Long Message Support(int.MaxValue to long.MaxValue) by @dameng324 in #172

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Jan 15:45
ff7b916

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

12 Jan 13:51
1206b39

Choose a tag to compare

What's Changed

  • Add Codacy quality badge to README.md by @dameng324 in #152
  • Fix ProtoInclude to respect SkipConstructor, add readonly member support, and make MemberStruct nullable by @Copilot in #154

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jan 13:27
fb0a410

Choose a tag to compare

What's Changed

  • Fix: Ignore field/property initializers when SkipConstructor=true by @Copilot in #146
  • Only Collection/Dictionary check Count/Length Property when Serialize. (string does not check Length any more.) by @dameng324 in #147
  • Use unsafe accessor initialize readonly member by @dameng324 in #149
  • Add non-generic Serializer API support by @dameng324 in #150

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Jan 09:58
76f50dd

Choose a tag to compare

What's Changed

  • Change the max message size limit from int.MaxValue to long.MaxValue by @dameng324 in #139
  • Enable Source Link for better debugging experience by @dameng324 in #140

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Jan 13:50
1642a78

Choose a tag to compare

What's Changed

  • Update README for production readiness and clarity by @dameng324 in #138

Full Changelog: v0.9.5...v1.0.0

v0.9.5

24 Dec 08:42
4fc3068

Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

18 Dec 15:51
a5c1ea4

Choose a tag to compare

What's Changed

  • Add non generic constraint serialization support by @dameng324 in #132
  • Update README with built-in type support and Unity info by @dameng324 in #133

Full Changelog: v0.9.3...v0.9.4

v0.9.3

18 Dec 01:14
7e05ceb

Choose a tag to compare

What's Changed

  • Fix Propery/Field Initializer code’s namespace issue by @dameng324 in #131

Full Changelog: v0.9.2...v0.9.3

v0.9.2

17 Dec 06:02
2d3ee79

Choose a tag to compare

What's Changed

  • Add Non-generic ProtoSurrogateForAttribute Support by @dameng324 in #130

Full Changelog: v0.9.1...v0.9.2