3.0 KiB
3.0 KiB
v0.4.2
Internal
- Add builds with gcc-9 to CI.
- Fix invalid pointer to integer cast that might cause problems on some platforms.
v0.4.1
Bug fixes
- Fix incorrect behaviour in case of using standard iostream manipulators with fort::table.
Internal
- Add alias
libfort::fortforforttarget that can be used viaadd_subdirectoryin cmake.
v0.4.0
API
- Add function
ft_erase_rangeto erase range of the cells. - Add functions to check if table is empty to the API.
ft_lnreturns status of operation.- Add new table property
adding_strategy(2 strategies available - replace(default) and insert). - Add function
ft_row_count(row_countin C++ API) to get number of rows in the table. - Add function
ft_strerrorto get string descriptions of error codes. - Change error code names and values.
Bug fixes
- Fix incorrect cell width evaluation in case of invisible symbols
Internal
- Refactoring of code that uses vectors.
- Add target export in cmake.
- Add option
FORT_ENABLE_TESTINGto turn on/off building tests and examples. - Add option
POSITION_INDEPENDENT_CODEfor library target (libfort::fort).
Docs
- Add tutorial from github wiki to repository.
v0.3.2
Bug fixes
- Fix undefined behavior due to incorrect usage of
isprintfunction. - Fix incorrect border character in
SOLIDstyle
Internal
- Fix compilation for compilers other than gcc, clang, msvc.
- Add build with tcc to CI.
- Rewrote
mk_wcwidthfunction.
v0.3.1
Bug fixes
- Fix incorrect behaviour when setting properties with
FT_CUR_...macroses.
v0.3.0
API
- Changes in C++ API (introduced classes
char_tableandutf8-tableinstead oftable). - Add function
ft_set_u8strwid_functo set custom function to compute width of utf8 strings.
Internal
- Refactoring of examples.
v0.2.2
Bug fixes
- Fix incorrect behaviour in case of wide east asian symbols.
v0.2.1
Bug fixes
- Fix incorrect
ft_u8nwriteimplementation.
v0.2.0
API
- Added support for UTF-8 strings (
ft_u8write,ft_u8printf...). - Added getters for current cell (
cur_col,cur_row,cur_cell) to C++ API. - Enabled wide character and UTF-8 support by default.
Internal
- Code refactoring.
v0.1.6
Internal
- Removed blank lines from
PLAIN_STYLEandSIMPLE_STYLE.
Bug fixes
- Changed specific style reset tags to universal reset style tag.
- Fix incorrect border style for the last line in the table.
Tests
- Added more tests for border styles.
v0.1.5
Tests
- Add tests for 'mk_wcswidth' function.
v0.1.4
Internal
- Removed redundant build options from cmake files.
- Added build for arm platform with drone.ci.
v0.1.3
Internal
- Fixed error with incorrect types when determine class of 'wchar_t' symbol for platforms with unsigned 'wchar_t'.
v0.1.2
Internal
- Removed '-Werror' flag from the build process.
v0.1.1
Internal
- Add library version and soversion to the built library.
v0.1.0
Initial release