Skip to content

Releases: xoofx/CppAst.NET

0.16.0

09 Apr 19:19
3eb5963
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Enhancements

  • Add MetaAttributes to support the parsing of AnnotateAttribute for namespaces, classes, functions, fields, etc. (PR #98) by @daliziql

🧰 Maintenance

  • Update ci.yml with nuget config (5bd2f1e)

📚 Documentation

🧰 Misc

Full Changelog: 0.15.0...0.16.0

Published with dotnet-releaser

0.15.0

09 Jan 07:46
Compare
Choose a tag to compare

Changes

🚨 Breaking Changes

  • Breaking change update to net8.0. Update ClangSharp to 17.0.1. (49699eb)

🚀 Enhancements

🧰 Misc

Full Changelog: 0.14.0...0.15.0

Published with dotnet-releaser

0.14.0

14 Oct 16:13
Compare
Choose a tag to compare

Changes

🚀 Enhancements

📦 Dependencies

🧰 Misc

Full Changelog: 0.13.0...0.14.0

Published with dotnet-releaser

0.13.0

30 Aug 05:26
75d8e14
Compare
Choose a tag to compare

Changes

🧰 Misc

  • New high performance attributes implement for cppast.net (PR #80) by @fangfang1984

Full Changelog: 0.12.0...0.13.0

Published with dotnet-releaser

0.12.0

05 Jun 05:34
5dead77
Compare
Choose a tag to compare

Changes

🚀 Enhancements

  • Enhance for function template & CppType FullName support. (PR #76) by @fangfang1984

Full Changelog: 0.11.0...0.12.0

Published with dotnet-releaser

0.11.0

17 Mar 07:00
Compare
Choose a tag to compare

Changes

🚀 Enhancements

🧰 Maintenance

🧰 Misc

Full Changelog: 0.10.0...0.11.0

Published with dotnet-releaser

0.10.0

16 Feb 05:40
d0d3a1f
Compare
Choose a tag to compare

Changes

🧰 Misc

Full Changelog: 0.9.4...0.10.0

Published with dotnet-releaser

0.9.4

01 Dec 16:58
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix inlined union with field name (#67) (0095344)

Full Changelog: 0.9.3...0.9.4

Published with dotnet-releaser

0.9.3

30 Nov 18:36
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix bug with multiple anonymous unions and named unions fields (#66) (d0e90c7)

Full Changelog: 0.9.2...0.9.3

Published with dotnet-releaser

0.9.2

29 Nov 20:55
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix issue for union declared within a struct to be declared as a field (#65) (0894624)

Full Changelog: 0.9.1...0.9.2

Published with dotnet-releaser