Brett Zamir
0ef3d2c64c
- npm: update devDeps
2019-07-14 07:35:16 -07:00
Brett Zamir
48c737006e
- npm: update devDeps (babel, eslint, testcafe)
2019-07-12 21:39:31 -07:00
Brett Zamir
ed2e6e8a97
- npm: Rename `build-config` to `build-by-config`
2019-07-12 19:14:49 -07:00
Brett Zamir
9b8635e9d0
- npm: Update ash-nazg, eslint-plugin-jsdoc, rollup devDeps
2019-07-09 15:31:10 +08:00
Brett Zamir
aa96a35f45
- Linting (ESLint): Apply per jsdoc improvements
...
- npm: Update devDeps (linting, Babel, axe testing)
2019-07-09 08:55:34 +08:00
Brett Zamir
2d53e0c42e
- npm: Update devDeps (eslint-plugin-ash-nazg, eslint-plugin-jsdoc, rollup-plugin-terser)
2019-07-07 23:53:20 +08:00
Brett Zamir
b98f159b44
- npm: Bump eslint-config-ash-nazg/jsdoc
2019-07-07 10:30:48 +08:00
Brett Zamir
79eaccf927
- npm: update Babel/Rollup devDeps.
2019-07-05 14:50:49 +08:00
Brett Zamir
723c341772
- npm: Update devDep (eslint-plugin-jsdoc)
2019-07-05 14:28:10 +08:00
Brett Zamir
f734625587
- Fix: Avoid race condition in `jQuery.svgIcons.js` (evident
...
when attempting to load from `file:` URL in Chrome)
- npm: Update devDeps
2019-07-04 15:15:58 +08:00
Brett Zamir
b5e61a238e
- npm: Update `promise-fs` (used by build-html.js)
2019-07-03 19:41:18 +08:00
Brett Zamir
8a2f6ee6f2
- Linting (ESLint): Fix per latest ash-nazg update
...
- npm: Update ash-nazg devDep.
2019-07-03 18:36:45 +08:00
Brett Zamir
e4231aeb10
- Linting (ESLint): Lint per latest ash-nazg (e.g., named capture)
...
- Linting (ESLint): Add HTML files to linting and add devDeps for new ash-nazg
- npm: Update devDeps
2019-07-03 17:50:46 +08:00
Brett Zamir
af290bd743
- npm: update devDeps, rollup, eslint-plugin-jsdoc
2019-07-01 14:33:58 +08:00
Brett Zamir
068bb7a75e
- npm: Update devDep
2019-06-29 07:48:45 +08:00
Brett Zamir
c9d3bcf258
- Docs: Clarify role for `id` on `attr` on `SVGElementJSON`
...
- npm: Update devDeps
2019-06-28 07:59:58 +08:00
Brett Zamir
7f2c5f5359
- Linting (ESLint): Avoid disabling rule with jsdoc linter fix
...
- npm: Update devDep (linting jsdoc)
2019-06-27 14:27:20 +08:00
Brett Zamir
b07d0861b4
- Linting (ESLint): Fix per stricter eslint-plugin-jsdoc context checking
...
- npm: Update devDep (jsdoc linting plugin)
2019-06-27 13:54:40 +08:00
Brett Zamir
efcde397ac
- Optimization: Re-rerun image optimization per update
...
- Linting (ESLint): Adjust per now applied rules
- Testing: Accessibility test API update
- Docs: Clarify need for Node.js/npm being installed
- npm: Update devDeps and core-js-bundle copy; add new axe testing peer dep. axe-core
2019-06-27 12:24:37 +08:00
Brett Zamir
4177146acd
- Linting (ESLint): Remove now unneeded config and add per new update
...
- Refactoring: Prefer for-of, event.key (newly enforced linting)
- Refactoring: Better var. names
- npm: Update devDeps and update local copies
2019-06-11 16:40:28 +08:00
Brett Zamir
f6b5360a58
- Linting:
...
- npm: Update eslint-plugin-jsdoc
2019-05-24 16:35:15 +08:00
Brett Zamir
fa4ea90c72
INCOMPLETE: Remove check types file
...
- Linting: `match-description`, bad returns
- Linting: Use eslint-plugin-jdsoc `preferredTypes` in place of custom file
- Linting: Remove `report-unused-disable-directives` command as have as rule
- Lintin: Avoid overly generic `Array`
- npm: Update devDep
2019-05-24 14:44:57 +08:00
Brett Zamir
c8e09a8991
- npm: Update eslint-plugin-jsdoc (fixes remaining eslint issues)
2019-05-23 08:55:52 +08:00
Brett Zamir
d5ef6c5619
- Linting: Use new preference for "object"; fix @example code; bad @returns
...
- npm: Update devDeps
2019-05-22 23:43:29 +08:00
Brett Zamir
8d179aee0c
- Deprecated: Should now use `avoidClientSideDownload` in place of
...
`avoidClientSide` (config for `ext-server_opensave.js`).
- Enhancement: Added `avoidClientSideOpen` config for
`ext-server_opensave.js`
- npm: Update devDeps (including switching from deprecate opn-cli
package to open-cli)
2019-05-21 17:50:56 +08:00
Brett Zamir
fc0c53f61a
- Breaking change: Switch from deprecated `@babel/polyfill` to
...
`core-js-bundle` and `regenerator-runtime` replacements
- Fix: Fully redirect extension entrances for lacking browser support
- Docs: Simplify comments in HTML files re: script purposes
- Docs: Update release instructions
- npm: Update devDeps (jsdoc, security audit)
- npm: Bump to 5.0.0
2019-05-07 08:02:32 +08:00
Brett Zamir
0f4b739143
- Linting: Update per ash-nazg/plugin-node update
...
- npm: Update devDeps
- npm: Remove unused devDeps
2019-05-04 23:16:06 +08:00
Brett Zamir
d423fb741f
- npm: Update devDeps
2019-04-28 20:32:45 +08:00
Brett Zamir
78dfad0cbc
- npm: Update devDeps
2019-04-18 22:11:52 +08:00
Brett Zamir
13835a368c
- Fix: Ensure PHP files are present in `dist/extensions` alongside JavaScript files using them
...
- Fix: Bug in obtaining `extPath` in ext-server_opensave.js
- Enhancement: Add config `avoidClientSide` to avoid using client-side support by default (and always require server)
- Build: Require Node 8.5
2019-04-18 21:13:48 +08:00
Brett Zamir
4289d131a2
- npm: Update devDep
...
- Docs (code comment): Update comment now that config file is automatically created
2019-04-17 08:10:02 +08:00
Brett Zamir
894fed3e80
- Linting (JSDoc): Update per newly enforced `require-returns`; avoid Closure syntax
...
- Docs (JSDoc): Prefer `void`
- npm: Update devDeps
2019-04-16 08:58:40 +08:00
Brett Zamir
7ca6b458e6
- npm: Update devDeps
2019-04-11 21:55:29 +08:00
Brett Zamir
2cb6c51303
- npm: Update devDeps (and our @babel/polyfill copy)
2019-04-08 11:38:07 +08:00
Brett Zamir
0c1ddd44fa
- Refactoring: Destructuring, templates, label Unicode code point
...
- npm: Rename `build-doc` to `build-docs`; add `open-docs` script
2019-04-08 10:51:34 +08:00
Brett Zamir
b8cc9cf724
- Docs (README): lbs; add release blurb
...
- npm: Bump to 4.3.0
2019-04-03 17:44:00 +08:00
Brett Zamir
6d2794beb4
- Testing: Skip js errors in Testcafe; we're getting some uncaught
...
error despite not replicating manually; should file a Testcafe issue
- Build: Update
- npm: Update devDeps
2019-04-03 17:05:18 +08:00
Brett Zamir
1ae6e91bb0
- Linting (ESLint): Update polyfills to new compat rules of
...
eslint-config-ash-nazg and adhere to new rules (prefer `for-of`
(or array methods) to `for`, catch preferred `includes` to `indexOf`);
avoid `no-zero-fractions` rule for now
- npm: Update devDeps (removing one unneeded)
2019-03-31 17:39:19 +08:00
Brett Zamir
dade2a7b37
- Linting (ESLint): Apply coding standards
...
- Testing (Refactoring): Abstract out to helper file functions for approving local storage and opening the main menu
- Docs (CHANGES): Update
- npm: Update devDeps; update nested deps for security audit
2019-03-16 12:33:35 +08:00
Brett Zamir
d01abf19d2
- npm: Update devDeps
...
- Linting (ESLint): New ash-nazg rules
2019-02-21 19:41:09 +08:00
Brett Zamir
01083faf73
- Docs: Update CHANGES
...
- npm: Update devDeps
- npm: Bump to 4.2.0
2018-12-13 09:48:06 +08:00
Brett Zamir
142047b16d
- npm: Bump devDeps and adjust linting accordingly
2018-12-09 20:56:57 +08:00
Brett Zamir
cf476ed8ea
- l10n: Add zh-CN dist files
...
- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives)
- Docs (CHANGES): Add changes and apply more formal style
- Build: Rebuild with updated Babel/Rollup
- npm: Update devDeps
2018-12-04 14:36:02 +08:00
Brett Zamir
c6d07fbb7c
- Fix: Extension locales with hyphens
...
- npm: Bump to 4.1.0
2018-11-29 20:41:50 +08:00
Brett Zamir
99ec41a3c3
- Fix: Avoid cross-frame unsafe `instanceof`
...
- npm: Update eslint-config-ash-nazg
2018-11-28 08:56:41 +08:00
Brett Zamir
3f861af42d
- Update: Bump StackBlur version
2018-11-25 22:15:33 +08:00
Brett Zamir
845dbbd7d7
- Linting (ESLint): Prefer `addEventListener`, exponentiation operator, avoiding catastrophic regexes, prefer spread, prefer startsWith/endsWith, no fn ref in iterator
...
- npm: Update devDeps (rollup and eslint-config-ash-nazg)
2018-11-21 21:03:14 +08:00
Brett Zamir
1c284c948d
- Fix (regression): RGBColor
...
- npm: Bump to 4.0.1
2018-11-16 15:44:20 +08:00
Brett Zamir
c5fd7678fb
- npm: Update `eslint-config-ash-nazg`
2018-11-16 15:05:31 +08:00
Brett Zamir
b2bef6dfb6
- Linting: Update eslint-config-ash-nazg
2018-11-16 14:41:13 +08:00