Releases: xoofx/CppAst.NET
Releases · xoofx/CppAst.NET
0.25.0
Changes
✨ New Features
- Add a BodySpan property to the CppFunction class. (PR #118) by @sselecirPyM
- Add parameter attributes (b9efb2d)
- Add AGENTS.md (7fb3813)
- Add final specifier exposure (#121) (c145c3a)
- Add coverage roadmap tests and parser fixes (#86 #88 #106 #116) (320bc7e)
🐛 Bug Fixes
📚 Documentation
- Update doc feature support overview (030f42d)
📦 Dependencies
- Bump deps (225f83e)
Full Changelog: 0.24.0...0.25.0
Published with dotnet-releaser
0.24.0
Changes
📦 Dependencies
🧰 Misc
- Update ObjectiveC support (2ecbb6a)
Full Changelog: 0.23.1...0.24.0
Published with dotnet-releaser
0.23.1
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
Changes
✨ New Features
- Add CppInclusionDirective (a8325ce)
🐛 Bug Fixes
- Fix Objective-C template parameters used by an inner typedef (9e9ca36)
🧰 Misc
- Comment assert (6ecc783)
Full Changelog: 0.22.0...0.23.0
Published with dotnet-releaser
0.22.0
Changes
🚀 Enhancements
- Add support for Objective-C (PR #110)
Full Changelog: 0.21.4...0.22.0
Published with dotnet-releaser
0.21.4
Changes
🐛 Bug Fixes
- Fix forward typedef declaration (02183f7)
Full Changelog: 0.21.3...0.21.4
Published with dotnet-releaser
0.21.3
Changes
📦 Dependencies
- Update dependencies NuGet (0745a8d)
Full Changelog: 0.21.2...0.21.3
Published with dotnet-releaser
0.21.2
Changes
🐛 Bug Fixes
- Fix
CppType.FullNameto never fail (4775ebd)
Full Changelog: 0.21.1...0.21.2
Published with dotnet-releaser
0.21.1
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
Changes
🧰 Misc
- Upgrade clang to 18.1.0 (8c5212e)
Full Changelog: 0.20.2...0.21.0
Published with dotnet-releaser