Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 884 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.3.0

Added

  • Use List<> to map to IEnumerable<> properties
  • Extended Serializer to serialize to file and deserialize from file

Changed

  • Breaking - Throw YamlSerializationException instead of InvalidConfigurationException when creating objects
  • Exceptions deliver better messages to show what configuration caused the problem

Fixed

v1.2.4

Added

  • Create instances of types with parameterless constructors
  • Added Benchmarks to ensure performance

v1.2.3

Changed

  • Downgrade to netstandard2.0 instead of netstandard2.1
  • Update building to use https://nuke.build/