| Commit message (Expand) | Author | Age |
* | Database test updates (#1086) | toasted-nutbread | 2020-12-08 |
* | Return an error code when promise main() functions fail (#1002) | toasted-nutbread | 2020-11-07 |
* | Dev/test script organization (#846) | toasted-nutbread | 2020-09-19 |
* | Merge dictionary.js functions into Translator class (#726) | toasted-nutbread | 2020-08-09 |
* | Create dev utility class for some shared functionality (#724) | toasted-nutbread | 2020-08-09 |
* | Json schema improvements (#722) | toasted-nutbread | 2020-08-09 |
* | Fix fetch requests (#708) | toasted-nutbread | 2020-08-02 |
* | Dev dependencies updates (#679) | toasted-nutbread | 2020-07-19 |
* | Rename GenericDatabase to Database (#634) | toasted-nutbread | 2020-06-28 |
* | Rename Database to DictionaryDatabase (#633) | toasted-nutbread | 2020-06-28 |
* | Yomichan object separation (#627) | toasted-nutbread | 2020-06-28 |
* | Generic database (#600) | toasted-nutbread | 2020-06-21 |
* | Replace XMLHttpRequest (#562) | toasted-nutbread | 2020-06-13 |
* | Move util database modification functions (#499) | toasted-nutbread | 2020-05-06 |
* | Error logging refactoring (#454) | toasted-nutbread | 2020-04-26 |
* | Add tests | toasted-nutbread | 2020-04-18 |
* | Add support for filtering frequency metadata based on readings | toasted-nutbread | 2020-04-11 |
* | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
* | add fake chrome.runtime.onMessage.removeListener | siikamiika | 2020-04-05 |
* | Merge pull request #424 from toasted-nutbread/dictionary-importer | toasted-nutbread | 2020-04-05 |
|\ |
|
| * | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 |
* | | Update dictionary schema to support pitch accent data | toasted-nutbread | 2020-03-28 |
|/ |
|
* | Merge pull request #387 from toasted-nutbread/yomichan-vm | toasted-nutbread | 2020-03-04 |
|\ |
|
| * | Abstract Yomichan extension script execution | toasted-nutbread | 2020-03-02 |
* | | fix Yomichan core message issues | siikamiika | 2020-03-02 |
|/ |
|
* | Remove hasOwn which is no longer necessary | toasted-nutbread | 2020-02-25 |
* | Add missing copyright headers | toasted-nutbread | 2020-02-23 |
* | Clear timer variable | toasted-nutbread | 2020-02-23 |
* | Fix shadowing | toasted-nutbread | 2020-02-22 |
* | Update titles type | toasted-nutbread | 2020-02-22 |
* | Add some basic invalid dictionaries to test | toasted-nutbread | 2020-02-22 |
* | Add a timeout to clearDatabase | toasted-nutbread | 2020-02-22 |
* | Update location of test dictionary data | toasted-nutbread | 2020-02-22 |
* | Update database test | toasted-nutbread | 2020-02-22 |
* | Test some errors | toasted-nutbread | 2020-02-19 |
* | Close to prevent hangs | toasted-nutbread | 2020-02-19 |
* | Validate results of importDictionary | toasted-nutbread | 2020-02-19 |
* | Add script to test database.js | toasted-nutbread | 2020-02-18 |