Releases: tiny-express/native
Releases · tiny-express/native
v1.0.7
v1.0.6
v1.0.5
Changes:
- Support for Java.Lang.Thread
v1.0.4 alpha
Merge pull request #298 from foodtiny/release/v1.0.4 Release v1.0.4
v1.0.3
Changes:
- Implemented Java::Util::Date, Java::Security::MessageDigest for MD5 and SHA1
- Added benchmark test for Java::Lang::String compare with STL
- Added application starting point and handle application exception for safety
v.1.0.2
v1.0.1
Changes in v1.0.1:
- Used calloc instead of malloc for memory allocation to avoid leak problem (will be optimized later)
- Used strdup instead of string_copy
- Fixed memory leak and verified with Valgrind
- Improved Iterator for Array