Skip to content

Releases: Toxantron/CGbR

Cloneable

30 May 08:41
Compare
Choose a tag to compare
Cloneable Pre-release
Pre-release

A local generator was added that can generate an implementation for the ICloneable interface. Some bugs in the parser were removed and the T4 templates received a minor clean-up.

DateTime and Enums

03 May 00:38
Compare
Choose a tag to compare
DateTime and Enums Pre-release
Pre-release

With version 0.4.5 CGbR parses enums as well. The binary generator target supports Enum and DateTime as well.

Private fields, CI complete

22 Apr 12:56
Compare
Choose a tag to compare
Pre-release

Parser is now able to read private and internal members/classes as well and the key word partial is optional and interpreted by the generator rather then the serializer.

CI was improved and starting with 0.3.4 the nuget package comes from the AppVeyor build rather then my local machine.

Both serializers functional

17 Apr 00:04
Compare
Choose a tag to compare
Pre-release

JSON and Binary serializer working.

JSON functional, binary serialize

05 Apr 22:35
Compare
Choose a tag to compare
Pre-release
  1. JSON serialize and deserialize working
  2. Binary serialization working

Basic JSON functionality

03 Apr 22:46
Compare
Choose a tag to compare
Pre-release

So far the general structure is complete and work on rewriting the binary serializer has begun. JSON serializer seems to provide simple serialize and deserialize functionality.