Skip to content

Releases: spd789562/wz-reader-rs

v0.0.10

08 Jul 10:49
Compare
Choose a tag to compare

Add

  • Wz_Png now will able to parse not zlib header data

Edit

v0.0.9

02 Jul 09:26
Compare
Choose a tag to compare

Critical Edit

  • util::node_util::resolve_uol will causing deadlock when parent is WzImage
  • property::png accidently commit testing code causing png parsing weird

v0.0.8

02 Jul 08:01
Compare
Choose a tag to compare

Add

  • util::node_util::get_resolved_uol_path and resolve_uol

Edit

  • WzNode::parse will also resolve uol
  • resolve_base will not using not wz file
  • util::node_util::get_image_node_from_path will now return &str
  • util::resolver's methods should accept any AsRef<Path>

v0.0.7

24 May 10:37
Compare
Choose a tag to compare

Add

  • WzNodeCast::is_null
  • WzNode::empty
  • util::node_util for some node search or operation
  • WzBaseReader<T: AsRef<[u8]>>

Edit

  • WzReader now is WzBaseReader<Mmap>
  • WzFile::from_file add argument to reuse existing WzMutableKey
  • resolve_base now support older wz structure

v0.0.6

15 May 03:39
Compare
Choose a tag to compare

Add

  • WzNode::get_path_from_root for path without root name
  • WzNodeCase::try_as_uol and is_sub_property, is_convex
  • WzFile now can guess wz_iv too

Edit

  • property::sound::extract_sound rename to property::sound::save
  • slightly incress parsing speed by Vec::with_capacity prevent extra allocation

v0.0.5

02 May 11:03
Compare
Choose a tag to compare

Add

  • serde and serd_json features

v0.0.4

25 Apr 10:18
Compare
Choose a tag to compare
[edit] remove publish trigger of branches