Skip to content

0.9.0

Compare
Choose a tag to compare
@xoofx xoofx released this 13 Feb 10:10
· 105 commits to main since this release

Changes

✨ New Features

🐛 Bug Fixes

  • Fix writing trivias for model tables (73c449b)
  • Fix checkout (5826a70)
  • Fix nullable (04c3fad)
  • Fix missing error message (9b9a2b7)
  • Fix deserializing an object with a property that is null (c1c2c5a)

🏭 Tests

  • Add tests matching the documentation (8d93a1f)

📚 Documentation

  • Add documentation and upgrade the front readme (9229998)

🧰 Misc

  • Simplifies TomlObject model. Add Toml.Version, Toml.Tokenize. Improve support for datetime. (9b618a8)
  • Remove public Toml.Tokenize as they can be used as-is (78b028b)
  • Improve support for roundtrip comments with model (014e186)
  • Rename SyntaxNode.GetChildren to GetChild (2ea2d1c)
  • Remove the signed project from the solution (still created at CI time) (f44d275)
  • Allow to dynamically define ignore attributes or attributes providing the Name property (02ca160)
  • Bump to 0.9.0 (fc7bc6b)

Full Changelog: 0.4.1...0.9.0