Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 893 Bytes

CHANGELOG.md

File metadata and controls

31 lines (26 loc) · 893 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Add groupname
  • Add hasgroupname

Added

  • Add option to do T(f, ::IO) where {T <: AbstractFormattedIO}. This allows a user to do e.g.
record = FASTA.Reader(GzipDecompressorStream(open(path))) do reader
    first(iterate(reader))
end

0.1.0 - 2019-02-08

Added

  • IO module.
  • Automa module.
  • Exceptions module.
  • Testing module.
  • Add numerous generic methods.