Releases: es-meta/esmeta
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)
v0.1.0
What's Changed
- Supported
-tycheck:update-ignore
by @jhnaldo in #115 - More parsing rules for metalanguage for environment record bindings by @jhnaldo in #116
Full Changelog: v0.1.0-rc9...v0.1.0
Contributors
The following list is automatically generated by git shortlog -sn --no-merges v0.1.0-rc9..v0.1.0
:
4 Jihyeok Park (jhnaldo)