Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Test seeking functions | toasted-nutbread | 2020-02-22 |
| | |||
* | Add command to test-code | toasted-nutbread | 2020-02-22 |
| | |||
* | Add some basic document tests | toasted-nutbread | 2020-02-22 |
| | |||
* | Add jsdom dependency | toasted-nutbread | 2020-02-22 |
| | |||
* | Merge pull request #363 from toasted-nutbread/eslint-stylistic-rules | toasted-nutbread | 2020-02-22 |
|\ | | | | | Eslint stylistic rules | ||
| * | Fix shadowing | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix test-schema.js | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add "no-prototype-builtins" | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Explicitly indicate that "no-param-reassign" is allowed | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add no-shadow | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Stylistic rules | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix indentation | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix unnamed functions | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Simplify ternary | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix block padding | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix brace style issues | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Fix indent | toasted-nutbread | 2020-02-22 |
|/ | |||
* | Merge pull request #362 from toasted-nutbread/more-type-refactoring | toasted-nutbread | 2020-02-22 |
|\ | | | | | More type refactoring | ||
| * | Update titles type | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Updates for PR feedback | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Simplify only assignment | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Assign result properties to variables to reduce number of lookups | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Reduce number of redundant Map.get calls in dictTermsMergeByGloss | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add variables for expression and reading | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Simplify update of mergedIndices | 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 |
| | | |||
| * | Remove unused dictRowsSort | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Map for dictEnabledSet | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Replace getIndexOfTouch with getTouch | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use URLSearchParams | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Map | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Map | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Simplify spread | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Map | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Array.isArray instead of hasOwn | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Set | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Set | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Use Map | toasted-nutbread | 2020-02-22 |
|/ | |||
* | Merge pull request #369 from toasted-nutbread/dictionary-validation | toasted-nutbread | 2020-02-22 |
|\ | | | | | Dictionary validation | ||
| * | Update test-dictionary | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add some basic invalid dictionaries to test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Make schema errors have more information | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add a timeout to clearDatabase | toasted-nutbread | 2020-02-22 |
| | | | | | | | | This will trigger in case something goes wrong and a database isn't closed. | ||
| * | Update location of test dictionary data | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update database test | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Update validate function name in close | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Require format to be 1, 2, or 3 | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Define old tagMeta format in index file | toasted-nutbread | 2020-02-22 |
| | |