Skip to content

Releases: icon-project/javaee-unittest

v0.12.2

29 Nov 02:45
Compare
Choose a tag to compare

v0.12.1

17 Aug 03:18
Compare
Choose a tag to compare

v0.12.0

06 Jul 08:29
Compare
Choose a tag to compare
  • Update for syncing with javaee-api 0.9.5 APIs by @sink772 in #29
    • Expose additional BLS12-381 curve operation APIs

v0.11.1

29 Mar 02:30
Compare
Choose a tag to compare
  • Fix compile errors of generated class by annotation processor by @mksong-icon in #28

v0.11.0

27 Mar 08:30
Compare
Choose a tag to compare
  • Use System.currentTimeMillis() instead of System.nanoTime() by @mksong-icon
  • Fix to reject non-public struct by @mksong-icon
  • Update RLP implementation by @sink772 in #25
  • Update Crypto module for adding BLS APIs by @sink772 in #26
  • Feature event by @mksong-icon and @jspark-icon in #27

v0.10.0

10 Feb 07:14
Compare
Choose a tag to compare
  • Support type conversion on inter-call by @mksong-icon in #19
  • Refactor servicemanager by @mksong-icon in #20
  • Simulate exception mapping in the engine by @mksong-icon in #21
  • Support RLP encoder/decoder by @mksong-icon
  • Support inter-call simulation by @mksong-icon in #22

v0.9.7

16 Sep 04:53
Compare
Choose a tag to compare
  • Revert "Add optional parameter support (#18)"
  • Revert "Check if target method is external"

v0.9.6

15 Sep 07:59
Compare
Choose a tag to compare
  • Add support for List and ArrayList conversion (#17)
  • Add optional parameter support (#18)
  • Check if target method is external

v0.9.5

31 Aug 10:10
Compare
Choose a tag to compare
  • Improve caller handling in inter-score call

v0.9.4

11 May 08:11
Compare
Choose a tag to compare
  • Emulate UserRevertedException behavior (#16)
  • Add support for Keccak-256 hash