| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-08-06 | Fix Dora SSR documentation links | Li Jin | 10 | -10/+10 | |
| 2026-07-24 | Updated version.v0.34.2 | Li Jin | 2 | -2/+2 | |
| 2026-07-24 | Fix MSVC inline storage name conflict | Li Jin | 1 | -5/+5 | |
| 2026-07-24 | Optimize compiler parsing and module state | Li Jin | 10 | -154/+835 | |
| 2026-07-03 | Fix execute arg table layoutv0.34.1 | Li Jin | 2 | -16/+55 | |
| 2026-06-14 | Sync YueScript compiler updates | Li Jin | 1 | -2/+2 | |
| 2026-05-21 | Fix try page draft compilation | Li Jin | 1 | -0/+1 | |
| 2026-05-11 | Persist try page code drafts | Li Jin | 1 | -1/+56 | |
| 2026-04-24 | Updated changelog.v0.34.0 | Li Jin | 1 | -0/+20 | |
| 2026-04-24 | Updated docs. | Li Jin | 15 | -2/+1630 | |
| 2026-04-23 | Add annotation statements and expand annotation tests | Li Jin | 14 | -27/+584 | |
| 2026-04-22 | Updated docs. [skip CI] | Li Jin | 10 | -10/+10 | |
| 2026-04-22 | Updated docs. | Li Jin | 15 | -0/+535 | |
| 2026-04-02 | Lua 5.5 no longer put nil in array part of table.v0.33.10 | Li Jin | 2 | -42/+10 | |
| 2026-03-26 | test: add test cases for empty table pattern matchingfeature/ast-node-end-position | Li Jin | 2 | -1/+327 | |
| - Test [] pattern matches tables with #x == 0 - Test {} pattern matches tables with next(x) == nil - Test distinguishing between [] and {} patterns - Test empty patterns with then syntax - Test empty patterns with multiple when branches Related to #249 | |||||
| 2026-03-26 | fix: empty table pattern in switch generates valid Lua code | Li Jin | 1 | -4/+39 | |
| - Add EmptyTableType enum to distinguish [] and {} patterns - [] (empty list) generates '#x == 0' check - {} (empty table) generates 'next(x) == nil' check - Fixes issue #249 | |||||
| 2026-03-26 | feat: add m_end position to AST nodes | Li Jin | 5 | -6/+198 | |
| - Add end line and column (m_end.m_line, m_end.m_col) to AST output - New AST format: [name, begin_line, begin_col, end_line, end_col, ...children] - Update format_spec.yue to normalize end positions for comparison - Add ast_spec.yue tests for AST end position feature Closes #251 | |||||
| 2026-03-25 | Code Cleanup | Dania Rifki | 6 | -302/+257 | |
| Also Bump Dependencies | |||||
| 2026-03-13 | Updated spec. | Li Jin | 2 | -0/+11 | |
| 2026-03-12 | Fixed a little semantic issue. | Li Jin | 1 | -4/+5 | |
| 2026-03-04 | Updated README. [skip CI] | Li Jin | 1 | -1/+1 | |
| 2026-03-04 | Fixed empty lines in statement reserving issue.v0.33.9 | Li Jin | 1 | -6/+12 | |
| 2026-03-02 | Fixed `yue.check` missed the module options issue.v0.33.8 | Li Jin | 2 | -13/+13 | |
| 2026-02-28 | Fixed destructuring with empty and comment lines in table issue. Updated docs.v0.33.7 | Li Jin | 18 | -1/+475 | |
| 2026-02-28 | Updated docs. | Li Jin | 15 | -0/+490 | |
| 2026-02-25 | Updated package.json. [skip CI]v0.33.6 | Li Jin | 1 | -1/+1 | |
| 2026-02-25 | Updated doc/package.json for https://registry.npmmirror.com don't have ↵ | Li Jin | 3 | -6/+8 | |
| @fontsource/noto-serif-sc 5.2.9. [skip CI] | |||||
| 2026-02-25 | Fixed issue in global variables collecting. | Li Jin | 1 | -6/+10 | |
| 2026-02-25 | Use lts node version | Dania Rifki | 1 | -1/+1 | |
| 2026-02-25 | Add cache hit condition | Dania Rifki | 1 | -0/+2 | |
| 2026-02-25 | Update actions/upload-pages-artifact to v4 | Dania Rifki | 1 | -1/+1 | |
| 2026-02-25 | Switch from yarn to pnpm | Dania Rifki | 4 | -18/+1829 | |
| 2026-02-25 | Update tagline in docs (#247) | Dania Rifki | 8 | -75/+82 | |
| 2026-02-25 | Updated README.md. [skip CI] | Li Jin | 1 | -4/+4 | |
| 2026-02-24 | Fixed issue #246.v0.33.5 | Li Jin | 8 | -15/+45 | |
| 2026-02-24 | Updated README.md and CHANGELOG.md. [skip CI] | Li Jin | 2 | -38/+346 | |
| 2026-02-24 | Updated docs. [skip CI] | Li Jin | 20 | -268/+276 | |
| 2026-02-24 | Cleaned up and fixed more comment reserving codes.v0.33.4 | Li Jin | 21 | -123/+330 | |
| 2026-02-24 | Fixed issue #245. | Li Jin | 3 | -11/+9 | |
| 2026-02-24 | Updated all-in-one docs.v0.33.2 | Li Jin | 7 | -12475/+15 | |
| 2026-02-24 | Revert zh text to previous version | Dania Rifki | 1 | -1/+1 | |
| 2026-02-24 | fix: update table literals examples to use curly braces instead of square ↵ | Dania Rifki | 5 | -15/+15 | |
| brackets Also rewrote the final paragraph | |||||
| 2026-02-24 | Fixed comma position in class members with line number comments. Fixed issue ↵ | Li Jin | 3 | -41/+47 | |
| #240. | |||||
| 2026-02-23 | bugfix: insert comma before eol comment when line numbers on | chrsm | 1 | -1/+6 | |
| 2026-02-23 | FIx slug (stale branch issue) | Dania Rifki | 6 | -8/+17 | |
| 2026-02-23 | Clickable hero image on homepage to navigate to the mascot reference page. | Dania Rifki | 6 | -3/+38 | |
| 2026-02-22 | Correct reference -> extras documentation slug | Dania Rifki | 11 | -2/+2 | |
| 2026-02-22 | Updated doc. [skip CI] | Li Jin | 5 | -4/+4 | |
| 2026-02-22 | Fixed some scripts.v0.33.1 | Li Jin | 5 | -10/+88 | |
| Fix. | |||||
| 2026-02-22 | Updated .gitattributes. [skip CI] | Li Jin | 1 | -0/+3 | |
