Changelog for wavefront-0.1.0.2
0.1.0.2
- Changed the loop of
tokenizefrommany1tountilEnd(internal parser in Token.hs). That’s due to the factmany1silently ignores failures whileuntilEnddoes not. - Changed implementation of
tokenizeto usechoice, which is implemented exactly as we had. - Removed
identifierand usenameinstead to relax conditions on formatting names.
0.1.0.1
- Added forgotten Codec.Wavefront.
0.1
- Initial revision.