Changes in version 0.4.1 (2023-03-04) DEVELOPMENT o Replace C++17-deprecated features Changes in version 0.3.1 MINOR o Accomodated knitr breaking change o Updated maintainer DEVELOPMENT o Internal refactoring using templates has drastically reduced the size of the codebase o Options to include the keys, as well as values, of matches have been incorporated (#13) Changes in version 0.2.1 BUG FIXES o Fixed segfault when `trie_remove()` resulted in a 0 element trie. Changes in version 0.2.0 (2016-07-11) FEATURES o tries can now be converted into lists and data.frames o We now have str() and print() methods! That's nice. o create_trie() renamed trie() BUGS o Haven't found any. Probably means they're lurking around and particularly nasty. DEVELOPMENT o greedy and prefix matching should now be (slightly) faster. o Installed size has been slightly reduced, and the C++ code simplifed. Changes in version 0.1.0 o Initial, GitHub-centred release