Releases: jpcx/ccutl
Fixed ccutl.streq Inclusion
ccutl.streq is now properly included in ccutl.h
Added Migration Notice for 0.3.0 Changes
Added migration notice and fixed a few documentation errors.
Please view the CHANGELOG for more information about the 0.3.0 changes.
Build System Rewrite, Many Feature Changes
Rewrote build system to create standalone headers. Changed and renamed many features.
Check the CHANGELOG for more info.
Fixed README Links
Fixed renamed feature name and documentation links
Completed String Comparisons; Renamed Some Features
Added other string comparisons: str_lt, str_gt, str_lteq, str_gteq, str_neq
Renamed streq --> str_eq
Renamed indexed_arg --> arg_at
Renamed indexed_type --> type_at
Fixed string operation logic and fortified tests
Documentation and Manual Dep Fixes
Updated ccutl.subscriptable_to file documentation.
Moved manual module dependencies to build script.
Build and Readme Fixes
Small fixes to build system and README
First Release
All initial code, documentation, build system, and tests completed