summaryrefslogtreecommitdiff
path: root/dev
Commit message (Collapse)AuthorAge
...
* Fix after index not being incremented (#1124)toasted-nutbread2020-12-18
|
* More build script improvements (#1123)toasted-nutbread2020-12-18
| | | | | * Update set action to support an assignment index * Add 'add' modification
* Improve build copy/move modifications to support property ordering (#1122)toasted-nutbread2020-12-18
|
* Add support for copy and move operations (#1111)toasted-nutbread2020-12-14
|
* Update content-security-policy to be more explicit (#1109)toasted-nutbread2020-12-13
|
* Fix global declarations check (#1101)toasted-nutbread2020-12-12
| | | | | * Fix getSubstringCount not properly checking word boundaries * Remove unused global declarations
* Database test updates (#1086)toasted-nutbread2020-12-08
| | | | | | | | | | | | | | | * Remove unused * Create DatabaseVM * Update sequences in test dictionary * Update documentation * Add second valid testing dictionary * Set up translator tests * Write expected data
* Update version20.12.6.0toasted-nutbread2020-12-06
|
* Return an error code when promise main() functions fail (#1002)toasted-nutbread2020-11-07
|
* Test link hrefs (#999)toasted-nutbread2020-11-07
| | | | | * Add validatePath function * Validate <link>s
* Update version20.11.1.0toasted-nutbread2020-11-01
|
* Update version20.10.31.0toasted-nutbread2020-10-31
|
* Split source.js into two files (#894)toasted-nutbread2020-10-07
|
* Release 20.9.28.020.9.28.0Alex Yatskov2020-09-28
|
* Browser manifest updates (#840)toasted-nutbread2020-09-26
| | | | | | | | | | | | | * Remove options_page * Remove applications entry * Update default content_security_policy * Add browser-specific build variants * Update default manifest * Increase Firefox min version to 57
* Add lint test to validate <script>s in HTML files (#848)toasted-nutbread2020-09-19
|
* Dev/test script organization (#846)toasted-nutbread2020-09-19
| | | | | | | | | | | | | | | | | | | * Move lint scripts * Move dictionary-validate.js * Move schema-validate.js * Move createTestDictionaryArchive, remove yomichan-test.js * Rename yomichan-util.js to util.js * Move test/yomichan-vm.js to dev/vm.js * Move getArgs into util.js (and fix name) * Create test-all.js * Update test-code script
* Handlebars sandbox (#612)toasted-nutbread2020-09-18
| | | | | | | | | * Set up template renderer proxy * Use proxy * Remove unused handlebars script tags * Update manifest
* Build system updates (#839)toasted-nutbread2020-09-18
| | | | | | | | | | | | | | | | | | | | | | | * Add 'remove' and 'splice' actions * Destructure * Clone values applied to the schema * Move manifest modifications * Use clone * Fix destructure * Add support for inheritance * Create build function * Add createVariantManifest * Add support for command line arguments * Enable argument passing when using the build scripts
* Popup window (#773)toasted-nutbread2020-09-05
| | | | | | | * Add option usePopupWindow * Add PopupWindow class * Add support for creating PopupWindow
* Version to 20.8.24.020.8.24.0Alex Yatskov2020-08-24
|
* Update manifest-variants with new version number :)20.8.23.0Alex Yatskov2020-08-23
|
* DOM + DocumentUtil merge (#727)toasted-nutbread2020-08-09
| | | | | | | | | * Add DOM functions to DocumentUtil * Use DocumentUtil instead of DOM * Remove DOM * Move document-util.js into mixed
* Create dev utility class for some shared functionality (#724)toasted-nutbread2020-08-09
|
* document.js refactor (#719)toasted-nutbread2020-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
* Build system changes (#721)toasted-nutbread2020-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