This is the changelog for FASTX::Reader. Version prior to v 0.1 are preliminary (alpha) release, not to be used in production.
Some APIs *can change* with the release of the first stable release (v 0.1).

0.20	2019-06-10
	* Added preliminary support to read .gz files

0.11	2019-06-03
	* Cleanup via dist.ini

0.10	2019-06-03
	* FIXED Comments parser was not working for FASTA files
	* Added unit tests for comments
	* Moved release tests to xt/release
	* Added 'Counter.pl' sample script, counting sequences in FASTA/FASTQ files

0.09	2019-05-16
	* Removed test/ directory

0.08	2019-05-16	
	* Dist::Zilla configuration updated
	* Renamed experimental files

0.07	2019-05-15
	* GitHub repository restructured to allow TravisCI tests

0.06	2019-05-15
	* BUG FIX author test moved to xt

0.05	2019-05-09
	* Improved test coverage
	* BUG FIX on getFileFormat()

0.02	2019-05-07
	* Reader parses STDIN
	* Updated documentation

0.01	2019-05-05
	* Initial release of a working parser