Releases: Periapsises/QuickLink
Releases · Periapsises/QuickLink
v1.0.0-alpha.5
What's Changed
- Fix and improve documentation by @Periapsises in #7
- Change how MessageType IDs are generated by @Periapsises in #8
- Change how MessageReader assigns its type by @Periapsises in #9
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5
v1.0.0-alpha.4: Merge pull request #6 from Periapsises/feature/api-documentation
Pre-release
Added API documentation.
Warning
This release has breaking changes with the previous ones.
- Message related classes are now in the
QuickLink.Messaging
namespace.
v1.0.0-alpha.3
Added support for more basic data types
The following data types can now be written to and read from messages : byte
, byte[]
, bool
, float
and double
.
Provided README for NuGet
Merge pull request #2 from Periapsises/techdebt/cleanup-project Cleanup README
Initial release
Merge pull request #1 from Periapsises/feature/automatic-nuget-release Implement automatic release to NuGet