Revision history for Perl extension Ithumb::XS.
v0.5.1 Wed Feb 5 07:04:57 MSK 2020
- Fixed unused variables in ithumb.c
- Fixed undeclared dependency Test::Pod::Coverage
https://github.com/ChaoticEvil/p5-ithumb-xs/issues/2#issue-559945803
- Added more strictly compiler flags (-Wall -Wextra -Werror -std=c11)
v0.5.0 Tue Feb 4 07:48:40 MSK 2020
- Added .travis.yml for CI over github
- Added badges icons: build, coverage and cpan package version
- Added cpanfile (for test pod coverage on 'make test')
- Removed redundant OO-interface
- Reverted method name convert_image -> create_thumbnail
- Actualized README* and pod docs
- Used wrap save-fucntion into more safely *with_error_return-fucntion
- C and XS code changes:
small refactoring;
add func-wrapper for more safely saving result image;
v0.4.0 Wed Dec 4 08:47:26 MSK 2019
- Thumbnail algorithm moved to the library and separated from XS
v0.3.0 Fri Nov 29 10:51:12 MSK 2019
- Added new tests
- Improved conversion algorithm
- Renamed method (create_thumbnail -> convert_image)
v0.2.1 Sun Feb 17 10:33:08 MSK 2019
- Fixed pod-docs
v0.2.0 Sun Feb 17 01:13:01 MSK 2019
- Rewrote XS-code (params of thumbnail as hashref and better validation)
- Added OO-interface: convert
- Fixed tests
- Fixed pod-doc ad readme
v0.1.5 Sat Dec 8 10:03:19 MSK 2018
- Fixed and improve readme's and pod-docs
v0.1.4.1 Thu Nov 22 11:00:00 MSK 2018
- Fixed render validation error
- Fixed module description
v0.1.4 Thu Nov 22 10:00:00 MSK 2018
- Some XS improves (better input validation)
v0.1.3 Tue Jul 3 11:30:00 MSK 2018
- Improve XS code
v0.1.2 Wed Mar 14 08:00:00 MSK 2018
- Fixed CPAN Kwalitee Issues
v0.1.1 Sun Mar 11 18:34:53 MSK 2018
- Fixed test, pod-docs and typo.
v0.1.0 Sun Mar 11 12:00:00 MSK 2018
- The first release.
Added basic functionality, create distribution and make cpan-package.