| Commit message (Expand) | Author | Age |
* | compatibility transform non-primary definitions | siikamiika | 2020-03-01 |
* | Updates for PR feedback | toasted-nutbread | 2020-02-22 |
* | Reduce number of redundant Map.get calls in dictTermsMergeByGloss | toasted-nutbread | 2020-02-22 |
* | Use Map | toasted-nutbread | 2020-02-22 |
* | Change secondarySearchTitles to secondarySearchDictionaries | toasted-nutbread | 2020-02-22 |
* | Use findTerms instead of findTermsInternal | toasted-nutbread | 2020-02-22 |
* | Use Map for dictEnabledSet | toasted-nutbread | 2020-02-22 |
* | Use Map | toasted-nutbread | 2020-02-22 |
* | Use Set | toasted-nutbread | 2020-02-22 |
* | Use Map for Translator.tagCache | toasted-nutbread | 2020-02-13 |
* | fix Map set in Translator.buildTermFrequencies | siikamiika | 2020-02-14 |
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
* | Simplify getSequencedDefinitions and dictTermsMergeBySequence | toasted-nutbread | 2020-02-01 |
* | Create buildKanjiMeta for parity with buildTermMeta | toasted-nutbread | 2020-01-24 |
* | Update how frequency data is set up | toasted-nutbread | 2020-01-24 |
* | Rename buildTermFrequencies to buildTermMeta | toasted-nutbread | 2020-01-24 |
* | Change termsUniqueMap to use a real map | toasted-nutbread | 2020-01-24 |
* | Change uniqueDeinflectionsMap to use a real Map | toasted-nutbread | 2020-01-24 |
* | Add convertHiraganaToKatakana option | toasted-nutbread | 2020-01-24 |
* | Reorganized variants to better reflect usage order | toasted-nutbread | 2020-01-24 |
* | Replace and remove old character/string testing functions | toasted-nutbread | 2020-01-24 |
* | Update detection of Japanese characters | toasted-nutbread | 2020-01-24 |
* | Remove redundant alphanumeric parameter from findTermsInternal | toasted-nutbread | 2020-01-24 |
* | Implement new translation options | toasted-nutbread | 2020-01-24 |
* | Update how deinflections are generated | toasted-nutbread | 2020-01-24 |
* | Fix invalid variables | toasted-nutbread | 2020-01-16 |
* | Fix furigana segmentation | toasted-nutbread | 2020-01-16 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Add support for prefix wildcards | toasted-nutbread | 2019-12-07 |
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
* | Replace string.substr and string.slice with string.substring | toasted-nutbread | 2019-11-24 |
* | Add support for wildcards | toasted-nutbread | 2019-11-10 |
* | Add details field to apiTermsFind | toasted-nutbread | 2019-11-10 |
* | Give findKanji the same API as findTerms | toasted-nutbread | 2019-11-10 |
* | Update how apiTermsFind works | toasted-nutbread | 2019-11-10 |
* | Rename function | toasted-nutbread | 2019-11-10 |
* | Move function | toasted-nutbread | 2019-11-10 |
* | Add support for deleting individual dictionaries | toasted-nutbread | 2019-11-07 |
* | Use chrome.runtime.getURL instead of chrome.extension.getURL | toasted-nutbread | 2019-10-22 |
* | Simplify score to term frequency conversion | toasted-nutbread | 2019-10-19 |
* | Move tagCache out of Database and into Translator | toasted-nutbread | 2019-10-19 |
* | Update getMergedSecondarySearchResults to use findTermsExactBulk | toasted-nutbread | 2019-10-19 |
* | Create getMergedSecondarySearchResults | toasted-nutbread | 2019-10-19 |
* | Create function for body of findTermsMerged's sequencedDefinitions loop | toasted-nutbread | 2019-10-19 |
* | Use findTermsBySequenceBulk instead of findTermsBySequence | toasted-nutbread | 2019-10-19 |
* | Use findKanjiBulk and findKanjiMetaBulk in Translator.findKanji | toasted-nutbread | 2019-10-19 |
* | Optimize internal data structure used by the Deinflector class | toasted-nutbread | 2019-10-05 |
* | Fix deinflections not being handled correctly | toasted-nutbread | 2019-09-30 |