- First version. Released on an unsuspecting world.
- Added package bounds for ascii, bytestring, containers, crypton, and flatparse.
- Added Eq, Generic, Show and Typeable classes/instances to Data.SAM.Version1_6.Header.CO, Data.SAM.Version1_6.Header.HD, Data.SAM.Version1_6.Header.PG, Data.SAM.Version1_6.Header.RG, Data.SAM.Version1_6.Header.SQ data types.
- Removed unnecessary Eq and Show instance comments.
- Created Data.SAM.Version1_6.Alignment and Data.SAM.Version1_6.Header (re-exports).
- Renamed Data.SAM.Version1_6.Internal to Data.SAM.Version1_6.Base.
- Added Data.SAM.Version1_6.Alignment.Base and Data.SAM.Version1_6.Alignment.BOPT.
- Added SAM_V1_6_Alignment_BOPT_Float(..) to Data.SAM.Version1_6.Alignment.BOPT.
- Added comments to SAM_V1_6_Alignment(..) in Data.SAM.Version1_6.Alignment.Base.
- Changed sam_v1_6_alignment_flag (SAM_V1_6_Alignment(..)) from Int to Vector Bit in Data.SAM.Version1_6.Alignment.Base.
- Fixed comments to SAM_V1_6_Alignment(..) in Data.SAM.Version1_6.Alignment.Base.
- Fixed comments to SAM_V1_6_Alignment(..) in Data.SAM.Version1_6.Alignment.Base.
- Fixed comments to SAM_V1_6_Alignment(..) in Data.SAM.Version1_6.Alignment.Base.
- Added comment to sam_v1_6_alignment (SAM_V1_6(..)) in Data.SAM.Version1_6.Base.
- Added attoparsec parsers for alignment and header section of SAM_V1_6(..).
- Added attoparsec parser for SAM_V1_6(..).
- Added SAM_V1_6(..) reading functionality.
- Fixed documentation for readSAM_V1_6.
- Fixed/updated lots of documentation across entire codebase.
- Added homepage and bug-reports fields to cabal file.
- Added small initial test suite.
- Removed tag section of headers and changed those affected from data to newtypes.
- Fixed documentation for readSAM_V1_6.
- Fixed broken parsing of SAM_V1_6(..).
- Strengthened parsing of SAM_V1_6(..) by accurately emulating the sam v1.6 specification through use of permutable parsers.
- Added initial test suite.
- Adding functionality to write SAM_V1_6(..) to file.
- Made show instances of many newtypes/datatypes more verbose to match fields of said newtypes/datatypes.
- Added initial writeSAM_V1_6 test case.
- Fixed BOPT deconstruction in deconstructSAM_V1_6 (writeSAM_V1_6).
- Added extra writeSAM_V1_6 test cases.
- Fixed writeSAM_V1_6 function.
- Added additional test cases for writeSAM_V1_6.
- Fixed SAM parsing of optional fields.
- Reorganized/refactored SAM modules.
- Added BAM parsing.
- Added internal modules.
- Updated copyright in all modules.
- Updated LICENSE with updated year.
- Added missing documentation for BAM_V1_6_BAM_Alignment_OptionalFields(..).
- Fixed previous CHANGELOG entry (0.10.0.1).
- Fixed previous CHANGELOG entry (0.10.0.2).