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.
- Fix the random_seq method. It used to use a convert method to convert char arrays to strings. Now it uses a String constructor.
- Fix another bug in the bio_fmt_specimens method.
- Fix the bio_fmt_specimens method to work with julia 1.0 syntax.
- Move some methods out of the largely unused Ragel module.
- Comment out some lines of Ragel.jl, with a view to completely removing them later.
2.0.0 - 2018-08-11
- Compatibility for julia versions 0.7 and 1.0.
1.4.0 - 2018-04-25
- A HUMANS.md file listing the people responsible for the package.
- Changelog is now manually curated.
- 📝 Documentation generation now uses Documenter.jl native html generator.
- ⬆️ Added support for julia v0.7.
1.3.0 - 2018-02-15
- Automatically generated changelog.
- 📝 Documentation and CI updates.
- 🐛 Dead link fixed. Thanks @kescobo!
- ❗ Dropped support for julia 0.5.
1.2.1 - 2017-07-20
- Updated the default commit of the get_bio_fmt_specimens function.
1.2.0 - 2017-07-16
- ⬆️ Upgrade Automa.jl dependency to v0.3. Thanks @bicycle1885!
1.1.0 - 2017-06-19
- A BioCore.Testing module useful for unit testing other BioJulia packages.
1.0.1 - 2017-06-14
- ⬆️ Added support for julia v0.6.
1.0.0 - 2017-05-23
- Basic project setup.