Releases: ibi-group/IBI.WZDx
Releases · ibi-group/IBI.WZDx
v4.2.0
The v4.2.0 release of the IBI.WZDx class library.
This release updates the models in accordance with WZDx 4.2. It includes the following changes:
- Add
CdsCurbZoneReference
record andImpactedCdsCurbZones
property toWorkZoneRoadEvent
. - Add
WorkZoneType
enum andWorkZoneType
property toWorkZoneRoadEvent
. - Add
InnerLoop
&OuterLoop
toRoadDirection
enum. - Add
WorkTruckWithLightsFlashing
toMarkedLocationType
enum. - Update the summary comment for
Open
&Closed
property inLaneStatus
enum. - Update the summary comment for
FlashingBeacon
. - Add
VelocityKph
toFieldDeviceCoreDetails
.
v4.1.1
v4.1.0
The first stable release of the IBI.WZDx class library.
WZDx versions 4.0 and 4.1 are supported. The WzdxSerializer defaults to outputting v4.1 (latest WZDx).
This release implements the following:
- Add objects that represent WZDx concepts in .NET code.
- Add a WzdxSerializer static class to allow:
- Creating a WZDx Work Zone Feed or Device Feed GeoJSON string by serializing WZDx C# objects modeled in this library.
- Deserializing a WZDx Work Zone Feed or Device Feed GeoJSON string into C# objects modeled in this library.
- Add unit tests for the WzdxSerializer for serializing and deserializing all objects in an example Work Zone Feed and Device Feed.