aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Reject with a consistent errortoasted-nutbread2020-02-23
|
* Use textContent instead of innerTexttoasted-nutbread2020-02-23
|
* Don't use innerHTMLtoasted-nutbread2020-02-23
|
* Update license strings to remove npm warningtoasted-nutbread2020-02-23
|
* Clear timer variabletoasted-nutbread2020-02-23
|
* Merge pull request #363 from toasted-nutbread/eslint-stylistic-rulestoasted-nutbread2020-02-22
|\ | | | | Eslint stylistic rules
| * Fix shadowingtoasted-nutbread2020-02-22
| |
| * Fix test-schema.jstoasted-nutbread2020-02-22
| |
| * Add "no-prototype-builtins"toasted-nutbread2020-02-22
| |
| * Explicitly indicate that "no-param-reassign" is allowedtoasted-nutbread2020-02-22
| |
| * Add no-shadowtoasted-nutbread2020-02-22
| |
| * Stylistic rulestoasted-nutbread2020-02-22
| |
| * Fix indentationtoasted-nutbread2020-02-22
| |
| * Fix unnamed functionstoasted-nutbread2020-02-22
| |
| * Simplify ternarytoasted-nutbread2020-02-22
| |
| * Fix block paddingtoasted-nutbread2020-02-22
| |
| * Fix brace style issuestoasted-nutbread2020-02-22
| |
| * Fix indenttoasted-nutbread2020-02-22
|/
* Merge pull request #362 from toasted-nutbread/more-type-refactoringtoasted-nutbread2020-02-22
|\ | | | | More type refactoring
| * 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
|\ | | | | Dictionary validation
| * 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
| | | | | | | | This will trigger in case something goes wrong and a database isn't closed.
| * 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
| |