Skip to content

Releases: andestech/pss-gen

v2.3.0

27 Oct 02:18
Compare
Choose a tag to compare

New Features:

[PSSv2.1/7.9.3.2 List methods] Support shuffle()

New Test Cases:

  1. [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
  1. [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
  1. [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
  1. [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.:

  1. Enhance Makefile for a better log view

😟Ungly log on the console after make jar under src/ or make test under sample/:
image
😀Fixed:
image


PR List:

  • Support shuffle() method of list-type and add test cases of array, list, map, and set-type by @LeeKaiXuan in #11

Full Changelog: v2.2.1...v2.3.0

v2.2.1

27 Sep 05:30
19b4205
Compare
Choose a tag to compare

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

27 Sep 03:01
bb49b1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.2.0

v1.0.0

27 Sep 02:46
Compare
Choose a tag to compare

The first stable version, only supported simple features.