| Commit message (Expand) | Author | Age |
* | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
* | Use logError instead of console.log | toasted-nutbread | 2020-04-05 |
* | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 |
* | Add isPrepared | toasted-nutbread | 2020-03-30 |
* | Make dictionaryExists public | toasted-nutbread | 2020-03-30 |
* | Update bulkAdd implementation | toasted-nutbread | 2020-03-30 |
* | Update global declarations | toasted-nutbread | 2020-03-10 |
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
* | Use Map for dictEnabledSet | toasted-nutbread | 2020-02-22 |
* | Use Set | toasted-nutbread | 2020-02-22 |
* | Make schema errors have more information | toasted-nutbread | 2020-02-22 |
* | Update validate function name in close | toasted-nutbread | 2020-02-22 |
* | Validate data before importing | toasted-nutbread | 2020-02-22 |
* | Remove old dictionary import functions | toasted-nutbread | 2020-02-22 |
* | Create new dictionary import function | toasted-nutbread | 2020-02-22 |
* | Mark private functions in database.js | toasted-nutbread | 2020-02-22 |
* | Close to prevent hangs | toasted-nutbread | 2020-02-19 |
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
* | Fix findTermMetaBulk and findKanjiMetaBulk not returning expression/character | toasted-nutbread | 2020-01-24 |
* | Update license info URL | toasted-nutbread | 2020-01-01 |
* | Update copyright | toasted-nutbread | 2020-01-01 |
* | Update how errors are reported when importing a dictionary | toasted-nutbread | 2019-12-08 |
* | Show info about whether a dictionary supports wildcard searches | toasted-nutbread | 2019-12-07 |
* | Make reverse reading/expressions optional during database import | toasted-nutbread | 2019-12-07 |
* | 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 |
* | Add support for wildcards | toasted-nutbread | 2019-11-10 |
* | Fixes for Edge | toasted-nutbread | 2019-11-10 |
* | Use native indexedDB pointer | toasted-nutbread | 2019-11-10 |
* | Use native IndexedDB to delete the database | toasted-nutbread | 2019-11-10 |
* | Use native IndexedDB to create database and object stores | toasted-nutbread | 2019-11-10 |
* | Use native IndexedDB for bulkAdd operations | toasted-nutbread | 2019-11-10 |
* | Use native IndexedDB for database additions | toasted-nutbread | 2019-11-10 |
* | Fixes for Edge | toasted-nutbread | 2019-11-09 |
* | Remove unused function | toasted-nutbread | 2019-11-07 |
* | Add support for deleting individual dictionaries | toasted-nutbread | 2019-11-07 |
* | Add functions for getting dictionary information | toasted-nutbread | 2019-11-07 |
* | Use native IndexedDB APIs for findTagForTitle | toasted-nutbread | 2019-10-19 |
* | Move tagCache out of Database and into Translator | toasted-nutbread | 2019-10-19 |
* | Remove unused database functions | toasted-nutbread | 2019-10-19 |
* | Add additional database bulk methods | toasted-nutbread | 2019-10-19 |
* | Create function for creating kanji data and meta | toasted-nutbread | 2019-10-18 |
* | Remove temp createResult | toasted-nutbread | 2019-10-18 |
* | Add missing validate calls | toasted-nutbread | 2019-10-18 |
* | Remove unused functions | toasted-nutbread | 2019-10-18 |
* | Throw Error instead of string | toasted-nutbread | 2019-10-08 |
* | Fix findTermMetaBulk trying to use undefined row.id | toasted-nutbread | 2019-10-07 |
* | Use bulk database searches | toasted-nutbread | 2019-09-28 |
* | Use non-async function for cache lookups | toasted-nutbread | 2019-09-28 |