Releases: es-meta/esmeta
v0.5.0
What's Changed
-
Add Missing Cases in Interpreter by @stonechoe in #229
-
Rename Const to Enum by @stonechoe in #230
-
Refactored branch instructions with renaming ILoop into IWhile by @d01c2 in #232
-
Refactor RefValue, Id, CallContext and Prop by @taxor03 in #234
-
Remove unused code
CallKind
by @stonechoe in #237 -
Support optional else branch by @stonechoe in #241
-
Fixed MapObj to use LinkedHashMap as fields by @d01c2 in #240
-
Implement Record Specification Type by @stonechoe in #244
-
Replace
EIsArrayIndex
with__IS_ARRAY_INDEX__
aux function by @hyp3rflow in #235 -
Replace
IRemove
Instruction with__REMOVE_ELEM__
aux function by @stonechoe in #236 -
Replace
EDuplicated
with__DUPLICATED__
aux function by @taxor03 in #239 -
Implement
__NEW_ERROR_OBJ__
aux function to simplifythrow a SomeError exception
. by @hyp3rflow in #247 -
Replace SymbolObj with plain Symbol record (currently MapObj) by @hyp3rflow in #246)
-
Use fixed number of threads in test262-test concurrent mode by @stonechoe in #252
-
Bump scala version to 3.3.3 LTS by @hyp3rflow in #256
Full Changelog: v0.4.3...v0.5.0
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.4.3..v0.5.0
:
53 Jihyeok Park (jhnaldo)
7 Minseok Choe (stonechoe)
4 Yongwook Choi (hyp3rflow)
3 Hyunjoon Kim (d01c2)
2 Sungmin Park (taxor03)
v0.4.3
v0.4.2
v0.4.1
What's Changed
- Support negative integer on
NumOption
by @hyp3rflow in #221 - Support direct use of modified named character notation by @hyp3rflow in #222
Full Changelog: v0.4.0...v0.4.1
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.4.0..v0.4.1
:
2 Yongwook Choi (hyp3rflow)
1 Jihyeok Park (jhnaldo)
v0.4.0
What's Changed
- Support Trim Operator for Strings / Refactor Lexer by @jhnaldo in #198
- Support RemoveElemStep in lang by @jhnaldo in #199
- Fix propRef of parser to pass test262 by @d01c2 in #200
- Add ForEachOwnPropertyKeyStep by @d01c2 in #201
- Add ContainsCondition by @d01c2 in #202
- Support
verbose
option fortest262-test
command. by @jhnaldo in #206 - Fix error in typing rules for EKeys by @jhnaldo in #207
- Add Proxy to supported feature by @d01c2 in #208
- Support more readable git versions by @jhnaldo in #210
- Update versions of tools for GitHub Actions by @jhnaldo in #211
- Refactor analysis framework for pluggable abstract domains / Add
TypeCheckSmallTest
by @jhnaldo in #212 - Support minor features for Test262 tests by @taxor03 in #209
- Refactor Numeric Types and Update Type Analysis by @jhnaldo in #213
Full Changelog: v0.3.3...v0.4.0
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.3.3..v0.4.0
:
32 Jihyeok Park (jhnaldo)
9 Hyunjoon Kim (d01c2)
1 Sungmin Park (taxor03)
v0.3.3
What's Changed
- Fix for missing optional parameters state in getLocals by @hyp3rflow in #151
- Rewrap to completion if function returns completion record type by @hyp3rflow in #152
- Fix
lookupStr
not to lookup whenstr
is Bottom by @hyp3rflow in #154 - Fix
getVersion
to handle tag properly by @hyp3rflow in #158 - More precise lookup for string property of
AstNameTy
by @doehyunbaek in #157 - Implement UncheckedAbruptCompletionMismatch by @hyp3rflow in #160
- Fix typo in tymodel and manual IR by @hyp3rflow in #164
- Concurrent execution of Test262Test by @doehyunbaek in #171
- Dump cfg functions in dot/pdf format concurrently by @hyp3rflow in #185
- Update sbt to 1.9.4 by @doehyunbaek in #188
Full Changelog: v0.3.2...v0.3.3
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.3.2..v0.3.3
:
10 Jihyeok Park (jhnaldo)
8 Yongwook Choi (hyp3rflow)
3 Doehyun Baek (doehyunbaek)
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Correct minor typos by @utilForever in #142
- Fix broken links for PLDI tutorial slides by @hyp3rflow in #143
- Resolved issues related to generalized optional symbols (#144) by @jhnaldo in 503b2fa
New Contributors
- @utilForever made their first contribution in #142
- @hyp3rflow made their first contribution in #143
Full Changelog: v0.2.0...v0.3.0
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.2.0..v0.3.0
:
15 Doehyun Baek (doehyunbaek)
10 Jihyeok Park (jhnaldo)
3 Chris Ohk (utilForever)
1 Sukyoung Ryu (sukyoung)
1 Yongwook Choi (hyp3rflow)
v0.2.0
What's Changed
- Updated
ci.yml
ande2e.yml
files for Slack webhooks by @jhnaldo in #117 - Fixed bugs for Test262 by @jhnaldo in #118
- Improve summary output to include more info by @doehyunbaek in #119
- Fixed bugs in metalanguage parser for
this
nonterminals by @jhnaldo in #121 - More summary improvements. by @doehyunbaek in #122
- Supported
-extract:eval
to evaluate Extractor by @jhnaldo in #123 - Optimize metalanguage parser (#92) by @jhnaldo in #124
- Fixed bugs in RunJobs by @jhnaldo in #125
- File-grained NotSupported error by @doehyunbaek in #126
- Handled setter builtin heads and supported feature
__proto__
for Test262 by @jhnaldo in #127
Full Changelog: v0.1.0...v0.2.0
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.1.0..v0.2.0
:
13 Jihyeok Park (jhnaldo)
3 Doehyun Baek (doehyunbaek)