Skip to content

v2.0.0

Compare
Choose a tag to compare
@jonathonl jonathonl released this 24 Jan 21:15

This is a major version update, which adds support for the SAV 2.0 file format. Some breaking API changes have been made to support the new format:

  • There is now only one reader class and one writer class to support all file formats.
  • site_info::alt() has been replaced with site_info::alts().
  • site_info::prop has been replaced with site_info::get/set_info.
  • id(), quality(), and filters() methods have been added to site_info. These fields were previously retrieved with site_info::prop.
  • Individual level data is now retrieved and set via variant::get/set_format instead of read/write methods.