| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | JSON validation (#394) | toasted-nutbread | 2023-12-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set up JSON testing * Add schema validation * Use parseJson * Finish types * Disambiguate ext/json-schema from node dependency with the same name * Add support for specifying the jsconfig file * Don't expose types * Update types * Use dictionary map type * Fix types * Fix AJV warnings * Move types * Move anb rename file * Move common mocks * Simplify types | |||
| * | rename variables (#404) | Cashew | 2023-12-20 | |
| | | ||||
| * | fix typo (#405) | Cashew | 2023-12-20 | |
| | | ||||
| * | Fix some missing types (#403) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Add Offscreen.prepare for constructor side effects (#402) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Remove old Timer class (#401) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Declare static fields using modern JavaScript syntax (#400) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Fix case where element style is undefined (#399) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Simplify message handlers (#396) | toasted-nutbread | 2023-12-20 | |
| | | ||||
| * | Template type improvements (#380) | toasted-nutbread | 2023-12-19 | |
| | | | | | | | | * Default templates to unknown * Default typescript templates to unknown * More template type updates | |||
| * | Remove TemplateRendererProxy mock (#388) | toasted-nutbread | 2023-12-19 | |
| | | ||||
| * | Make JSON.parse usage safer (#373) | toasted-nutbread | 2023-12-19 | |
| | | | | | | | | | | | | | | | | * Make JSON.parse usage safer * Fix any type * Add readResponseJson * Use readResponseJson * Additional updates * Rename files * Add types | |||
| * | update JSDoc comments (#387) | Cashew | 2023-12-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lesen-tan initial commit * update README.md * tidy up code * opt for Map<K, V> instead of Object * Document dev/* * add docs for deinflector.js * update deinflector example * Annotate * Revert "Merge branch 'development' of https://github.com/Scrub1492/lesen-tan into development" This reverts commit b92348f702bc031b36f24462adfa940d17f9ecdd, reversing changes made to 3255e6d963281af3533dcf1e893df39032d29fec. * Lint error fix * Lint error fix * update JSDoc comments --------- Co-authored-by: Darius Jahandarie <djahandarie@gmail.com> | |||
| * | IIFE updates (#384) | toasted-nutbread | 2023-12-19 | |
| | | | | | | | | * Remove most IIFEs * Move IIFEs into functions * Don't await background-main | |||
| * | Remove dynamic-loader scripts, simplify script loading (#383) | toasted-nutbread | 2023-12-19 | |
| | | ||||
| * | Refactor bulk delete function (#382) | toasted-nutbread | 2023-12-19 | |
| | | ||||
| * | Fix welcome page not having certain elements (#379) | toasted-nutbread | 2023-12-19 | |
| | | ||||
| * | capture all terminators and quotes in the sentence (#360) | Cashew | 2023-12-19 | |
| | | | | | | | | | | | | | | * capture all terminators and quotes in the sentence * fix negative position, add documents and tests * fix comments giving wrong semantics * add test case coverage * remove cursor namespace for possible performance penalties * while loop optimization | |||
| * | Add some JSDoc annotations to describe code functionality. (#355) | Cashew | 2023-12-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lesen-tan initial commit * update README.md * tidy up code * opt for Map<K, V> instead of Object * Document dev/* * add docs for deinflector.js * update deinflector example * Annotate * Revert "Merge branch 'development' of https://github.com/Scrub1492/lesen-tan into development" This reverts commit b92348f702bc031b36f24462adfa940d17f9ecdd, reversing changes made to 3255e6d963281af3533dcf1e893df39032d29fec. * Lint error fix * Lint error fix | |||
| * | Fix Non JP Scanning Option for Kanji Dictionaries (#372) | marv | 2023-12-18 | |
| | | | | | | | | * Fix non JP scanning option for kanji dictionaries * Fix trailing comma * Add removeNonJapaneseCharacters to test inputs | |||
| * | Mock updates (#370) | toasted-nutbread | 2023-12-18 | |
| | | | | | | | | | | * Move DictionaryImporterMediaLoader mock * Move TemplateRendererProxy mock * Simplify mock * Remove ignore rule because it seems unused | |||
| * | Update eslint spacing rules (#366) | toasted-nutbread | 2023-12-17 | |
| | | | | | | | | | | * Add space-infix-ops rule * Add no-multi-spaces --------- Co-authored-by: Darius Jahandarie <djahandarie@gmail.com> | |||
| * | Safer query selector (#364) | toasted-nutbread | 2023-12-17 | |
| | | | | | | | | | | | | | | | | | | | | | | * Add querySelectorNotNull helper function * Use querySelectorNotNull * Updates * Update settings * Remove unused * Update * Update function calls * More updates * Update types * Remove obsolete code | |||
| * | Fix usage of any (*) type in DocumentUtil (#361) | toasted-nutbread | 2023-12-16 | |
| | | ||||
| * | Change no-console to error, only for ext files (#352) | toasted-nutbread | 2023-12-11 | |
| | | ||||
| * | Update how ts comments are handled | toasted-nutbread | 2023-12-04 | |
| | | ||||
| * | Fix some import orderings | toasted-nutbread | 2023-12-03 | |
| | | ||||
| * | Fix name | toasted-nutbread | 2023-11-30 | |
| | | ||||
| * | Fix bug | toasted-nutbread | 2023-11-29 | |
| | | ||||
| * | Update library types | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Revert "Use import map" | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update timer types and such | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Use import map | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update offscreen | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update request builder | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update dictionary importer | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update types | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update types | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update types | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Update some common types | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Updates | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Add extension error imports | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Remove unneeded references | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Add JSDoc type annotations to project (rebased) | toasted-nutbread | 2023-11-27 | |
| | | ||||
| * | Fix text replacements offscreen | jbukl | 2023-11-17 | |
| | | ||||
| * | whitespace | praschke | 2023-11-12 | |
| | | ||||
| * | separate offscreen proxies from backend.js | praschke | 2023-11-12 | |
| | | ||||
| * | Merge branch 'master' into offscreen-db | Darius Jahandarie | 2023-11-12 | |
| |\ | ||||
| | * | Merge branch 'master' into replace-yomichan | Darius Jahandarie | 2023-11-12 | |
| | |\ | ||||
| | * | | Fix LintJS | starxeras | 2023-11-10 | |
| | | | | ||||