Skip to content

Releases: xoofx/CppAst.NET

0.23.1

02 May 05:32
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix CppInclusionDirective.FileName path to normalize paths (82a2ede)
  • Fix CppClass.ToString() for ObjC generics (3081277)

Full Changelog: 0.23.0...0.23.1

Published with dotnet-releaser

0.23.0

01 May 20:38
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add CppInclusionDirective (a8325ce)

🐛 Bug Fixes

  • Fix Objective-C template parameters used by an inner typedef (9e9ca36)

🧰 Misc

Full Changelog: 0.22.0...0.23.0

Published with dotnet-releaser

0.22.0

30 Apr 20:54
728e9d3
Compare
Choose a tag to compare

Changes

🚀 Enhancements

  • Add support for Objective-C (PR #110)

Full Changelog: 0.21.4...0.22.0

Published with dotnet-releaser

0.21.4

13 Apr 08:45
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix forward typedef declaration (02183f7)

Full Changelog: 0.21.3...0.21.4

Published with dotnet-releaser

0.21.3

11 Apr 06:25
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • Update dependencies NuGet (0745a8d)

Full Changelog: 0.21.2...0.21.3

Published with dotnet-releaser

0.21.2

29 Mar 14:13
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix CppType.FullName to never fail (4775ebd)

Full Changelog: 0.21.1...0.21.2

Published with dotnet-releaser

0.21.1

13 Nov 20:46
953d9f8
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Replace wchar with wchar_t for standardization and compatibility (PR #109) by @antonmasnyi

Full Changelog: 0.21.0...0.21.1

Published with dotnet-releaser

0.21.0

16 Oct 06:48
Compare
Choose a tag to compare

Changes

🧰 Misc

  • Upgrade clang to 18.1.0 (8c5212e)

Full Changelog: 0.20.2...0.21.0

Published with dotnet-releaser

0.20.2

20 Aug 06:00
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add another warning instead of using Debug.WriteLine (a78f00f)

🐛 Bug Fixes

  • Fix access to cppClass.FullName in debug that could fail (#106) (c2cbfe5)

🚀 Enhancements

Full Changelog: 0.20.1...0.20.2

Published with dotnet-releaser

0.20.1

22 May 18:57
5e5fe0a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix "Unhandled PrimitiveKind: Long" in CppPrimitiveType.ToString() (PR #101) by @Xkein

Full Changelog: 0.20.0...0.20.1

Published with dotnet-releaser