Skip to content

v2.0.0

Compare
Choose a tag to compare
@paceaux paceaux released this 06 Feb 16:19
· 14 commits to main since this release

The one with TypeScript and relationship discovery

  • A jump to TypeScript. Not necessarily my favorite choice but for further usage and application in other areas, having well-defined type system will help
  • A lot of new methods relating to evaluating relationships.
    • This includes an NgramTree class and the ability to see how an ngram breaks down into smaller and smaller parts.
    • getRelatedNgrams and getRelatedTopNgrams allow us to discover if ngrams are occurring next to each other. that's pretty cool.
  • A change in how the class is exported. It's named now. Anyone using it should now use import {Methodius} from 'methodius'`.

Full Changelog: v1.2.1...v2.0.0