Version 0.3.0 ================================= DEVELOPMENT * Internal refactoring using templates has drastically reduced the size of the codebase Version 0.2.1 ================================= BUG FIXES * Fixed segfault when `trie_remove()` resulted in a 0 element trie. Version 0.2.0 ================================= FEATURES * tries can now be converted into lists and data.frames * We now have str() and print() methods! That's nice. * create_trie() renamed trie() BUGS * Haven't found any. Probably means they're lurking around and particularly nasty. DEVELOPMENT * greedy and prefix matching should now be (slightly) faster. * Installed size has been slightly reduced, and the C++ code simplifed. Version 0.1.0 ================================= * Initial, GitHub-centred release