Releases: SKYWARE-Group/EventsModel
Releases · SKYWARE-Group/EventsModel
v0.7.0
📣 What's New
- 🐛 Bugfix: multiple
[JsonDerivedType(typeof(SampleTracking.CheckIn))]inBaseMessage. - 🔧 Support for
net10.0. - ➕ New property in
Sale:Created. - ➕ New properties in class
Examination:Result,Flag,TestId. - ➕ New constant on
CommonEvents:UNCHANGED = "Unchanged" - ➕ New properties in
SampleShipment:CourierId,CarrierId,CarrierEmployee,DocumentRef,IsDraft,IsCompleted. - ➕ New property in
Referral:EncounterNrn.
What's Changed
- add fields for live screen support in Laboratory (iLab) - dev by @k-galev in #13
- Dev by @kalatchev in #14
New Contributors
Full Changelog: v0.6.1...v0.7.0
v0.6.1
📣 What's new
- The version of dependency
System.Text.Jsonis now conditional and innet8.0and earlier will be used v.8.0.5, but v9.0.0 fornet9.0🚩
What's Changed
- v0.6.1 by @kalatchev in #11
Full Changelog: v0.6.0...v0.6.1
v0.6.0
📣 What's new
- Supported platforms are extended with
net9.0(code now supports C# 13.0) 🚩 - Included dependency
System.Text.Jsonv.8.0.5 (last one that supports frameworks back tonetstandard2.0) 🚩 - Classes involved in inheritance are now annotated with
JsonDerivedTypeto resolve problems with polymorphic JSON serialization (tested in demo app) Common.SampleandCommon.Examinationclasses now have propertyEventType(string), expected values are defined inCommon.CommonEvents(#2 , #9)
What's Changed
- v0.6.0 by @kalatchev in #10
Full Changelog: v0.5.1...v0.6.0
v0.5.1
📣 What's new
- New event: ⚡
Instruments.SampleApprovaland wrapper class 🔷Instruments.InstrumentResults - Improved documentation
What's Changed
- v0.5.0 by @kalatchev in #5
- v0.5.0 - docs by @kalatchev in #6
- v0.5.1 by @kalatchev in #8
New Contributors
- @kalatchev made their first contribution in #5
Full Changelog: v0.4.0...v0.5.1
Version 0.4.0
What's new
- Visits (Sales)
- Documentation added
- Targeting frameworks updated
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
Version 0.2.0
Version 0.1.1
Version 0.1.0
Changes
BaseMessagenow has aLocationproperty;- New objects:
Shift,CardTransaction; - Chenges in
Payment.
Full Changelog: v0.0.5...v0.1.0
Version 0.0.5
.Net Standard 2 only.