Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@LeeKaiXuan LeeKaiXuan released this 27 Oct 02:18
· 9 commits to main since this release

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