Skip to content

Commit 64e0590

Browse files
committed
chore(main): release 1.1.28
1 parent 496b06d commit 64e0590

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.1.28](https://github.com/robertoraggi/cplusplus/compare/v1.1.27...v1.1.28) (2023-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Add index and depth attributes to template parameters ([b2b73a4](https://github.com/robertoraggi/cplusplus/commit/b2b73a4ae7fccf3370cdd40014c05eaa981b18dc))
9+
* Add link to the API docs https://robertoraggi.github.io/cplusplus/docs/ ([1680505](https://github.com/robertoraggi/cplusplus/commit/1680505a42723ec8575a731f55b54ac238610cbe))
10+
* Add missing template parameter AST nodes ([6d3e873](https://github.com/robertoraggi/cplusplus/commit/6d3e8730caf136262b0d0a6bce5c136712848292))
11+
* Add std::variant based API to access AST nodes ([22486d0](https://github.com/robertoraggi/cplusplus/commit/22486d0fd24e06400f1151069dfd1c0f58e2bbe2))
12+
* Depth level of template type parameters ([ae850a2](https://github.com/robertoraggi/cplusplus/commit/ae850a2628530067c3ce5bbc4e5c62cd5d0213d8))
13+
* Parse of constrained template parameters ([3690dcd](https://github.com/robertoraggi/cplusplus/commit/3690dcd32fd5b31eb4362980ceba623c15f6dd70))
14+
* Prefer to use iterators in the JS AST ([a639f1d](https://github.com/robertoraggi/cplusplus/commit/a639f1d0e5366c1e8632396cb371046792fa5760))
15+
* Remove wasi-sysroot.patch as it is no longer needed ([5f62004](https://github.com/robertoraggi/cplusplus/commit/5f6200409ec7d3f046517329090b1bece066e7fb))
16+
* Removed BaseClauseAST ([d6a0a51](https://github.com/robertoraggi/cplusplus/commit/d6a0a51baf22f4ce2cc454fe92cd2fb9e84dc270))
17+
* Set up the workspace and add toplevel scripts ([435007f](https://github.com/robertoraggi/cplusplus/commit/435007f8c800d41d2e51aa723a47cf3f05ef9a9d))
18+
* Simplified AST of base enum specifiers ([fdd9b3d](https://github.com/robertoraggi/cplusplus/commit/fdd9b3dc8b34d51d7b7608e38dbf7e178bbc9b77))
19+
* Simplified parse of function declarators ([89d74da](https://github.com/robertoraggi/cplusplus/commit/89d74daf8ca8b55b675bbb66bc4d1be12c04de74))
20+
* Simplified the AST for new expressions ([422729a](https://github.com/robertoraggi/cplusplus/commit/422729a3b5844726e8b6b6de517ea17630c57a22))
21+
* Simplified the AST of lambda expressions ([56b1072](https://github.com/robertoraggi/cplusplus/commit/56b1072c33acdc1d6fea768150131539434e3cb4))
22+
* Siplified AST for requirements ([aadea6a](https://github.com/robertoraggi/cplusplus/commit/aadea6a3f0c7b7429b2b9851fdbe489661e7529f))
23+
324
## [1.1.27](https://github.com/robertoraggi/cplusplus/compare/v1.1.26...v1.1.27) (2023-10-03)
425

526

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robertoraggi/cplusplus",
3-
"version": "1.1.27",
3+
"version": "1.1.28",
44
"description": "A compiler frontend for C++23",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)