Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | document.js refactor (#719) | toasted-nutbread | 2020-08-09 |
| | | | | | | | | | | | | | | | | | | | * Refactor document.js into a class * Move public functions first * Rename private functions * Rename * Rename argument * Use instance of DocumentUtil * Update tests * Refactor * Rename (test-)document.js to (test-)document-util.js | ||
* | CacheMap (#715) | toasted-nutbread | 2020-08-09 |
| | | | | | * Create CacheMap class * Add test | ||
* | Build system changes (#721) | toasted-nutbread | 2020-08-09 |
| | | | | | | | | | | | | | | | | | | | * Refactor manifest.json * Change end-of-line convention for built plain-text files * Ignore builds directory * Mark the "dev" directory as using the node environment * Create build script * Register build scripts * Remove old build script * Fix 64x64 icon * Add test to ensure manifest data is updated properly | ||
* | Dev dependencies updates (#679) | toasted-nutbread | 2020-07-19 |
| | | | | | | | | | | | * Update eslint to 7.5.0 * Update eslint-plugin-no-unsanitized to 3.1.2 * Update fake-indexeddb to 3.1.1 * Rename DictionaryImporter.import to .importDictionary Conflicts with o-unsanitized/method | ||
* | Dom text scanner fixes (#505) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | * Fix test case * Add test-dom-text-scanner * Ensure that DOMTextScanner._node never becomes null * Add remainder | ||
* | Update jsdom to 16.2.2 | toasted-nutbread | 2020-04-13 |
| | |||
* | Add tests | toasted-nutbread | 2020-03-28 |
| | |||
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
|\ | | | | | Convert Japanese utilities to a module-like style | ||
| * | Add unit tests | toasted-nutbread | 2020-03-15 |
| | | |||
* | | Update jsdom to version 16.2.1 | toasted-nutbread | 2020-03-15 |
|/ | |||
* | Add tests | toasted-nutbread | 2020-03-14 |
| | |||
* | Add to test-lint | toasted-nutbread | 2020-03-10 |
| | |||
* | Merge pull request #375 from toasted-nutbread/document-tests | toasted-nutbread | 2020-03-01 |
|\ | | | | | Document tests | ||
| * | Add command to test-code | toasted-nutbread | 2020-02-22 |
| | | |||
| * | Add jsdom dependency | toasted-nutbread | 2020-02-22 |
| | | |||
* | | Update license strings to remove npm warning | toasted-nutbread | 2020-02-23 |
|/ | |||
* | Update tests | toasted-nutbread | 2020-02-18 |
| | |||
* | Add fake-indexeddb | toasted-nutbread | 2020-02-18 |
| | |||
* | Add some basic unit tests for JSON schemas | toasted-nutbread | 2020-02-17 |
| | |||
* | Add eslint-plugin-no-unsanitized | toasted-nutbread | 2020-02-12 |
| | |||
* | Setup GitHub actions | toasted-nutbread | 2020-02-12 |