Skip to content

Commit ac3a376

Browse files
committed
chore(main): release 1.1.17
1 parent a2611e4 commit ac3a376

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.1.17](https://github.com/robertoraggi/cplusplus/compare/v1.1.16...v1.1.17) (2023-07-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Add AST for the C++ attributes ([aedc6a7](https://github.com/robertoraggi/cplusplus/commit/aedc6a7ff4433e6294dc6c53fe4dcf99f31a8689))
9+
* Add cxx-gen-ast ([4030a30](https://github.com/robertoraggi/cplusplus/commit/4030a30b2c2fa76ed1bc5f51e9c87695526a0afe))
10+
* Add decltype(auto) type ([2a8ef93](https://github.com/robertoraggi/cplusplus/commit/2a8ef93a5e939cd03286587926261c7de15fb977))
11+
* Build the emscripten bindings with EXPORT_ES6=1 ([#106](https://github.com/robertoraggi/cplusplus/issues/106)) ([91926d7](https://github.com/robertoraggi/cplusplus/commit/91926d7c185a0e1be18f78a59512ae79c16a6c66))
12+
* Encode common literals ([c8c3d84](https://github.com/robertoraggi/cplusplus/commit/c8c3d84dbd0dec63632e11bc8bb6d620668cff32))
13+
* Encode source locations ([58f7719](https://github.com/robertoraggi/cplusplus/commit/58f77198193e4f2f627f724bc6d0012dac18d43d))
14+
* Expose the Lexer API to TypeScript ([1982d22](https://github.com/robertoraggi/cplusplus/commit/1982d222147091495501b343a342eba035fb28ea))
15+
* Expose the preprocessor API to TypeScript ([90e1f8a](https://github.com/robertoraggi/cplusplus/commit/90e1f8a33792bd09b70d9e023d1b988684db5439))
16+
* Expose TranslationUnit to TypeScript ([7792714](https://github.com/robertoraggi/cplusplus/commit/7792714f7758a17850428cf143a0534636baebfe))
17+
* Implement __has_include_next ([3d59a07](https://github.com/robertoraggi/cplusplus/commit/3d59a073c91442343406441988d96646c52945ad))
18+
* Initial work on the flatbuffers based serializer ([#89](https://github.com/robertoraggi/cplusplus/issues/89)) ([740e678](https://github.com/robertoraggi/cplusplus/commit/740e67811ccf5fe762f8b753c53ab3ed8487c2c5))
19+
* Merge adjacent string literals ([80d5b9f](https://github.com/robertoraggi/cplusplus/commit/80d5b9fc85d44e92522734d3438f388a6aaf6d79))
20+
* Print array types ([a9ae0d2](https://github.com/robertoraggi/cplusplus/commit/a9ae0d2f5978015f3089e99ad70b785b4e088d51))
21+
* Print of const pointers ([f7b2be8](https://github.com/robertoraggi/cplusplus/commit/f7b2be8c05aa9170706f0fc37895a5828152ef49))
22+
* Print of function types ([72d6c30](https://github.com/robertoraggi/cplusplus/commit/72d6c30d80ed6a4716d0bd925ceee6cb951d4c16))
23+
* Renamed -fserialize-ast to -emit-ast ([ea24578](https://github.com/robertoraggi/cplusplus/commit/ea245783b4ea4b894a1c982211943603b85d2684))
24+
* Serialize the identifiers ([c430188](https://github.com/robertoraggi/cplusplus/commit/c4301885e3d13b4822a788a5e8662c33aa3bc633))
25+
326
## [1.1.16](https://github.com/robertoraggi/cplusplus/compare/v1.1.15...v1.1.16) (2023-06-11)
427

528

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.16
1+
1.1.17

0 commit comments

Comments
 (0)