- Added complex sorting support
- Added batteries-included file persistence
- Updated dependencies
- Increased efficiency due to elimination of double sorting (one-step instead)
- Updated README
- Fixed Hive integration (was defunct)
- It now uses extension methods
- Added subsorting by recency
- Removed isEnd to save space and replaced it with > 0 checks
- Somewhat better/more detailed docs
- Added integration with Hive
- Better documentation
- Added methods for adding List
- Better documentation
- Initial commit and publish
- Provides Trie engine for autocompletion
- Has all the basic methods