Skip to content

Release 0.5.8

Compare
Choose a tag to compare
@sadko4u sadko4u released this 20 Mar 18:51
· 489 commits to master since this release
  • Added support of DOM parsing and serializing for JSON files.
  • Added io::File::copy methods for copying files.
  • Added io::Path::mkparent methods for creating parent directories.
  • Added io::File::mkparent methods for creating parent directories.
  • Added io::Path::get_first, io::Path::remove_first, io::Path::pop_first, io::Path::pop_last methods.
  • Added io::OutBitStream class for manipulating output bit streams.
  • Added io::InBitStream class for manipulating input bit streams.
  • Added io::Path::clone, io::Path::compare_to and io::Path::hash methods for collection purposes.
  • Added argument check for NULL for lspc::File class methods.
  • Fixed character set encoding bugs for several systems that have limited libiconv.
  • Added clear() and reduce() methods for io::OutMemoryStream.
  • Implemented builtin resource compressor.
  • Implemented builtin resource decompressor.