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.
- Add
groupname
- Add
hasgroupname
- 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
- IO module.
- Automa module.
- Exceptions module.
- Testing module.
- Add numerous generic methods.