Releases: andestech/pss-gen
Releases · andestech/pss-gen
v2.3.0
New Features:
[PSSv2.1/7.9.3.2 List methods] Support shuffle()
New Test Cases:
- [PSSv2.1/7.9.2 Arrays] Add total 11 test cases
- Add 2 declaration test cases
- Add 1 initialization test case
- Add 6 operator test cases
- Add 2 method test cases
- [PSSv2.1/7.9.3 Lists] Add total 18 test cases
- Add 1 declaration test case
- Add 1 initialization assignment test case
- Add 6 operator test cases
- Add 10 method test cases
- [PSSv2.1/7.9.4 Maps] Add total 13 test cases
- Add 1 declaration test case
- Add 1 initialization assignment test case
- Add 5 operator test cases
- Add 6 method test cases
- [PSSv2.1/7.9.5 Sets] Add total 12 test cases
- Add 1 declaration test case
- Add 1 initialization assignment test case
- Add 5 operator test cases
- Add 5 method test cases
Misc.:
- Enhance Makefile for a better log view
😟Ungly log on the console after
make jar
under src/ ormake test
under sample/:
😀Fixed:
PR List:
- Support
shuffle()
method oflist
-type and add test cases ofarray
,list
,map
, andset
-type by @LeeKaiXuan in #11
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- Add control option and enhance debug supported by @LeeKaiXuan in #9
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Implement collection types and procedural statements by @mht208 in #1
- merge pull request #1 and import collectors by @zhonghochen in #2
- Add test case of Numbers, String, and Repeat(count) by @LeeKaiXuan in #3
- Fix enum by @mht208 in #5
- Fix unaccessible enum item #6. by @kaizsv in #7
- Support bit-selects by @LeeKaiXuan in #8
New Contributors
- @mht208 made their first contribution in #1
- @zhonghochen made their first contribution in #2
- @LeeKaiXuan made their first contribution in #3
- @kaizsv made their first contribution in #7
Full Changelog: v1.0.0...v2.2.0
v1.0.0
The first stable version, only supported simple features.