Releases: dameng324/LightProto
Releases · dameng324/LightProto
v1.2.1
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
What's Changed
- Use fully qualified type names (
global::prefix) in generated code by @dameng324 in #156 - Make
Serializer.RegisterGenericParserpublic by @dameng324 in #157 - Update CodeQL actions to v4 in workflow by @dameng324 in #162
- Add byte/sbyte type support by @Copilot in #160
- Add Char Type support by @dameng324 in #164
- Add support for short and ushort types by @dameng324 in #166
- Reflector Generator project for easier maintenance by @dameng324 in #167
- Add diagnostics for attribute misuse and improve validation by @dameng324 in #168
- Add Runtime Model API Support by @dameng324 in #169
- Update
README.md, AddREADME.zh-CN.mdby @dameng324 in #170 - Remove --no-restore from build step in publish workflow by @dameng324 in #171
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Add Codacy quality badge to
README.mdby @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
What's Changed
- Fix: Ignore field/property initializers when SkipConstructor=true by @Copilot in #146
- Only
Collection/DictionarycheckCount/LengthProperty when Serialize. (stringdoes not checkLengthany 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
What's Changed
- Change the max message size limit from
int.MaxValuetolong.MaxValueby @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
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
What's Changed
- Update CI and publish workflows for .NET versions by @dameng324 in #134
- Add Roslyn PublicAPI Analyzer by @dameng324 in #135
- Add multi-partial class support by @dameng324 in #137
Full Changelog: v0.9.4...v0.9.5
v0.9.4
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
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
What's Changed
- Add Non-generic
ProtoSurrogateForAttributeSupport by @dameng324 in #130
Full Changelog: v0.9.1...v0.9.2