summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Update titles typetoasted-nutbread2020-02-22
| | * Updates for PR feedbacktoasted-nutbread2020-02-22
| | * Simplify only assignmenttoasted-nutbread2020-02-22
| | * Assign result properties to variables to reduce number of lookupstoasted-nutbread2020-02-22
| | * Reduce number of redundant Map.get calls in dictTermsMergeByGlosstoasted-nutbread2020-02-22
| | * Add variables for expression and readingtoasted-nutbread2020-02-22
| | * Simplify update of mergedIndicestoasted-nutbread2020-02-22
| | * Use Maptoasted-nutbread2020-02-22
| | * Change secondarySearchTitles to secondarySearchDictionariestoasted-nutbread2020-02-22
| | * Use findTerms instead of findTermsInternaltoasted-nutbread2020-02-22
| | * Remove unused dictRowsSorttoasted-nutbread2020-02-22
| | * Use Map for dictEnabledSettoasted-nutbread2020-02-22
| | * Replace getIndexOfTouch with getTouchtoasted-nutbread2020-02-22
| | * Use URLSearchParamstoasted-nutbread2020-02-22
| | * Use Maptoasted-nutbread2020-02-22
| | * Use Maptoasted-nutbread2020-02-22
| | * Simplify spreadtoasted-nutbread2020-02-22
| | * Use Maptoasted-nutbread2020-02-22
| | * Use Array.isArray instead of hasOwntoasted-nutbread2020-02-22
| | * Use Settoasted-nutbread2020-02-22
| | * Use Settoasted-nutbread2020-02-22
| | * Use Maptoasted-nutbread2020-02-22
| |/
| * Merge pull request #369 from toasted-nutbread/dictionary-validationtoasted-nutbread2020-02-22
| |\
| | * Update test-dictionarytoasted-nutbread2020-02-22
| | * Add some basic invalid dictionaries to testtoasted-nutbread2020-02-22
| | * Make schema errors have more informationtoasted-nutbread2020-02-22
| | * Add a timeout to clearDatabasetoasted-nutbread2020-02-22
| | * Update location of test dictionary datatoasted-nutbread2020-02-22
| | * Update database testtoasted-nutbread2020-02-22
| | * Update validate function name in closetoasted-nutbread2020-02-22
| | * Require format to be 1, 2, or 3toasted-nutbread2020-02-22
| | * Define old tagMeta format in index filetoasted-nutbread2020-02-22
| | * Validate data before importingtoasted-nutbread2020-02-22
| | * Remove old dictionary import functionstoasted-nutbread2020-02-22
| | * Create new dictionary import functiontoasted-nutbread2020-02-22
| | * Mark private functions in database.jstoasted-nutbread2020-02-22
| |/
| * Merge pull request #371 from toasted-nutbread/database-teststoasted-nutbread2020-02-22
| |\
| | * Test some errorstoasted-nutbread2020-02-19
| | * Upadte eslintrctoasted-nutbread2020-02-19
| | * Close to prevent hangstoasted-nutbread2020-02-19
| | * Validate results of importDictionarytoasted-nutbread2020-02-19
| | * Update teststoasted-nutbread2020-02-18
| | * Add script to test database.jstoasted-nutbread2020-02-18
| | * Add script to validate the test dictionary data against JSON schemastoasted-nutbread2020-02-18
| | * Add test dictionary datatoasted-nutbread2020-02-18
| | * Add fake-indexeddbtoasted-nutbread2020-02-18
| | * Use ? instead of %stoasted-nutbread2020-02-17
| | * Allow dictionary-validate to be require'dtoasted-nutbread2020-02-17
| | * Create yomichan-test script to reduce repeated codetoasted-nutbread2020-02-17
| | * Update how main is invokedtoasted-nutbread2020-02-17
| |/