Releases: xoofx/CppAst.NET
Releases · xoofx/CppAst.NET
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
0.20.2
Changes
✨ New Features
- Add another warning instead of using Debug.WriteLine (a78f00f)
🐛 Bug Fixes
🚀 Enhancements
Full Changelog: 0.20.1...0.20.2
Published with dotnet-releaser
0.20.1
0.20.0
Changes
🧰 Misc
- Remove equality operator on CppElement (151b9df)
Full Changelog: 0.19.0...0.20.0
Published with dotnet-releaser
0.19.0
Changes
🐛 Bug Fixes
- Fixed anonymous types with field array (b00cdbf)
🧰 Misc
- Output empty string for anonymous cursor spelling (1fbed1e)
Full Changelog: 0.18.0...0.19.0
Published with dotnet-releaser
0.18.0
Changes
🐛 Bug Fixes
- Fix long/unsigned long C++ primitive (0fd2f5e)
Full Changelog: 0.17.0...0.18.0
Published with dotnet-releaser
0.17.0
Changes
🐛 Bug Fixes
- Memory leak fix (PR #99) by @CuriousTama
- Fix function pointers parsing passed as function argument type (c85a4c1)
🏭 Tests
- Fix test on non Windows platform (28a294d)
🧰 Misc
- Use shared workflow (a671719)
Full Changelog: 0.16.0...0.17.0
Published with dotnet-releaser
0.16.0
Changes
✨ New Features
- add deleted in cppFunctionFlag (PR #97) by @zombieyang
- Add nuget.org only config (e3e07b2)
🚀 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
- Some documents add for CppAst.Net (PR #92) by @fangfang1984
🧰 Misc
- Move Qualifier at the end in CppQualifiedType (PR #93) by @ElectroStar
- get class's visiblity. Useful for nested class type. (PR #96) by @zombieyang
- Update license (1e1a42f)
- Update readme.md (7aa59bf)
Full Changelog: 0.15.0...0.16.0
Published with dotnet-releaser
0.15.0
Changes
🚨 Breaking Changes
- Breaking change update to net8.0. Update ClangSharp to 17.0.1. (49699eb)
🚀 Enhancements
- add Destructors for CppClass (PR #89) by @zombieyang
🧰 Misc
- Update readme (45a9ac1)
Full Changelog: 0.14.0...0.15.0
Published with dotnet-releaser