Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 689 Bytes

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 689 Bytes

1.0.0 - 1.0.0+1

  • Added complex sorting support
  • Added batteries-included file persistence
  • Updated dependencies
  • Increased efficiency due to elimination of double sorting (one-step instead)
  • Updated README

0.4.1

  • Fixed Hive integration (was defunct)
  • It now uses extension methods

0.3.1

  • Added subsorting by recency
  • Removed isEnd to save space and replaced it with > 0 checks
  • Somewhat better/more detailed docs

0.2.1

  • Added integration with Hive
  • Better documentation

0.1.2

  • Added methods for adding List
  • Better documentation

0.1.1 - 0.1.1+1

  • Initial commit and publish
  • Provides Trie engine for autocompletion
  • Has all the basic methods