0.061001 2023-10-02 [Requirement Changes] * Require SPVM 0.989047. [Exception Message Changes] * Improve English of exception messages. [Internal Changes] * Use new native APIs. [Document Changes] * Improve the formats of documents. 0.061 2023-05-08 [Prerequirement Changes] * SPVM 0.973+ is required. [License Change] * The license is changed to MIT License. [New Features] * The version string of the MIME::Base64 can be got. 0.06 2023-03-19 [Internal Compatible Changes] * Use pointer instead of pointer_t 0.05 2023-02-09 [Incompatible Changes] This rename is needed for "[Fixed Build Process Bug]Fixed build process bugs by reading native resouces". renamed: lib/SPVM/Digest/SHA.native/include/sha.c -> lib/SPVM/Digest/SHA.native/include/SPVM__Digest__SHA__sha.c renamed: lib/SPVM/Digest/SHA.native/include/sha.h -> lib/SPVM/Digest/SHA.native/include/SPVM__Digest__SHA__sha.h renamed: lib/SPVM/Digest/SHA.native/include/sha64bit.c -> lib/SPVM/Digest/SHA.native/include/SPVM__Digest__SHA__sha64bit.c renamed: lib/SPVM/Digest/SHA.native/include/sha64bit.h -> lib/SPVM/Digest/SHA.native/include/SPVM__Digest__SHA__sha64bit.h [Fixed Build Process Bug] * Fixed a build process bug on Windows. * Fixed build process bugs by reading native resouces. [Meta Information Improvement] * Added the URL of this repository. [Test Improvement] * Added Github Action workflows. [Test Bug Fix] * Fixed a test bug that test don't work well on Perl 5.8. 0.04 2022-02-08 [Prerequirement Changes] * SPVM 0.9691+ is needed. 0.03 2022-11-14 [Prerequirement Changes] * SPVM::Digest::SHA needs SPVM 0.9661+. 0.02 2022-08-01 [Internal Ineffective Changes] * Use get_field_object_by_name_v2 in SPVM/Digest/SHA.c * Use set_field_object_by_name_v2 in SPVM/Digest/SHA.c [Pre Requirement Changes] * SPVM 0.9632 is needed. 0.01 2022-07-14 [Changes] * First release.