# Release 0.0.2 (2022-09-01) - Publishing on crates.io for the first time # Release 0.0.3 (2023-10-02) - Removed unnecessary Copy requirement from trait for Token in lexers # Release 0.0.4 (2023-12-02) - Added 'fold' to CharStream trait Added implicit implementation of do_while to CharStream trait Added 'inline' encouragement to LexerOfStr methods Removed unnecessary Copy requirement from token in LexerOfString Improved documentation Dropped the Parser types and traits that were not exposed **Contributors**: @atthecodeface