Skip to content

Releases: Nauja/libfs

0.2.3

10 Feb 13:23
ae9855d
Compare
Choose a tag to compare

What's Changed

  • Add fs_rsplit, fs_basename and fs_dirname by @Nauja in #13

Full Changelog: v0.2.2...v0.2.3

0.2.2

24 Jan 15:36
916717f
Compare
Choose a tag to compare

Change log:

  • fs_file_size return type changed to off_t
  • Fix MSVC order
  • Fix compilation on Windows
  • Add CI for VS2019

0.2.1

18 Jan 19:30
fadaeec
Compare
Choose a tag to compare

Change log:

  • Add fs_read_file_buffer function
  • Add option LIBFS_SHARED

0.2.0

21 Dec 08:05
fee4467
Compare
Choose a tag to compare

Change log:

  • Improve CMakeLists.txt
  • Improve documentation
  • Add workflows for Windows/Mac/Linux
  • Add missing LIBFS_PUBLIC in fs.c
  • Fix many warnings
  • Add fs_iter_file fs_next_char fs_close_file fs_assert_iter_file

0.1.2

13 Jan 18:56
a8a643d
Compare
Choose a tag to compare

Change log:

  • Rename:

    • LIBFS_STATIC_LIB to LIBFS_STATIC
    • UNIT_TESTING to LIBFS_UNIT_TESTING
    • DOXYGEN to LIBFS_DOXYGEN

0.1.1

07 Jan 10:44
Compare
Choose a tag to compare

Change log:

  • Add fs_make_dir fs_delete_dir fs_write_file fs_delete_file
  • Rename fs_exists to fs_exist
  • Add a test API
  • Fix missing null-terminating character with fs_read_file
  • More documentation

0.1.0

04 Jan 19:19
Compare
Choose a tag to compare

Change log:

  • Stable API
  • Continuous integration
  • Doxygen + Sphinx documentation