Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move util database modification functions (#499) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | | | | | | | | | * Update onProgress callback to handle multiple arguments * Add apiImportDictionaryArchive * Add apiDeleteDictionary * Make onProgress the last argument for consistency * Remove deprecated util functions * Fix issue with missing progress args * Remove function calls which modify the database from Translator * Update tests * Fix errors not being serialized correctly in _createActionListenerPort | ||
* | Merge pull request #450 from toasted-nutbread/frequency-readings | toasted-nutbread | 2020-04-18 |
|\ | | | | | Add support for filtering frequency metadata based on readings | ||
| * | Add support for filtering frequency metadata based on readings | toasted-nutbread | 2020-04-11 |
| | | |||
* | | Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences | toasted-nutbread | 2020-04-12 |
|\ \ | |/ |/| | Add support for collapsing emphatic character sequences | ||
| * | Fix 'full' mode not being a superset of 'true' mode | toasted-nutbread | 2020-04-11 |
| | | |||
| * | Add support for collapsing emphatic character sequences | toasted-nutbread | 2020-04-10 |
| | | |||
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Merge pull request #424 from toasted-nutbread/dictionary-importer | toasted-nutbread | 2020-04-05 |
|\ | | | | | Dictionary importer | ||
| * | Move database creation into Backend | toasted-nutbread | 2020-03-30 |
| | | |||
* | | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 |
|\ \ | | | | | | | Text source map | ||
| * | | Create simplified source map class | toasted-nutbread | 2020-03-28 |
| |/ | |||
* / | Add support for returning pitch data from the database | toasted-nutbread | 2020-03-28 |
|/ | |||
* | Fix case issue | toasted-nutbread | 2020-03-15 |
| | |||
* | Convert Japanese utilities to a module-like style | toasted-nutbread | 2020-03-15 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | |||
* | 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 |
| | | | | Improves semantic clarity, and it's recommended to not use substr. | ||
* | Add support for wildcards | toasted-nutbread | 2019-11-10 |
| |