Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0926e21
Add comprehensive language version comparison report
claude Apr 9, 2026
0b98635
Add MODENAME constant to Python; confirm py and lua at full parity
claude Apr 9, 2026
d2775ea
Bring PHP to full parity with TypeScript canonical
claude Apr 11, 2026
ae79cda
Update Ruby test file and runner for TS-canonical signatures
claude Apr 11, 2026
ba41dab
Ruby: add missing utility functions, fix bugs, update tests
claude Apr 11, 2026
e57cef1
Ruby: fix minor utility function bugs, improve test pass rate
claude Apr 11, 2026
50868ed
Ruby: fix join separator dedup, update REPORT.md
claude Apr 11, 2026
2939188
Ruby: rewrite inject/transform/validate/select with Injection class
claude Apr 11, 2026
d640394
Ruby: fix select $KEY, getpath split, runner UNDEF handling
claude Apr 11, 2026
0230471
Ruby: fix walk tests, merge key ordering, deep_equal normalization
claude Apr 11, 2026
0ac1538
Ruby: fix setval nil deletion, pathify nil guard, deep_equal
claude Apr 11, 2026
bad63bf
Update REPORT.md: Ruby now at 59/75 tests passing
claude Apr 11, 2026
e882dae
Ruby: all 32 minor tests at full parity with TS
claude Apr 11, 2026
c5afc12
Ruby: rewrite merge with walk-based algorithm, all 6 merge tests pass
claude Apr 12, 2026
e544f55
Ruby: fix transform commands, 70/75 tests passing
claude Apr 12, 2026
a119093
Ruby: fix FORMATTER concat null handling, 71/75 tests passing
claude Apr 12, 2026
b1c6e32
Update REPORT.md: Ruby now at 71/75 tests passing (~95% parity)
claude Apr 12, 2026
114373b
Ruby: all 12 transform tests passing - fix delprop, FORMATTER, _injec…
claude Apr 12, 2026
d90db11
Ruby: fix validate_exact, all 8 validate tests passing
claude Apr 12, 2026
7dc35af
Ruby: full parity - 75/75 tests passing, 0 failures, 0 errors
claude Apr 12, 2026
d26e7df
Update REPORT.md: Ruby now at 100% parity, 75/75 tests passing
claude Apr 12, 2026
3605245
Update REPORT.md: comprehensive parity report, all verified
claude Apr 12, 2026
efbd398
Add edge case tests across all test categories
claude Apr 12, 2026
39bc04a
Update build/package-lock.json after npm install
claude Apr 12, 2026
510c4be
Update JavaScript CI matrix to Node 24 and latest
claude Apr 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18, 20, 22, 23]
node-version: ['24', 'latest']
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down
Loading
Loading