Commit Graph

557 Commits (5c63f59a1b8c1918b3871fabe40611b4d39cd886)
 

Author SHA1 Message Date
Simon Friis Vindum 5c63f59a1b
Merge pull request from snabbdom/one-var
style: enable eslint rule one-var
Shahar Or (mightyiam) 86488cb8ca style: enable eslint rule one-var
Shahar Or (mightyiam) dd1291f281 style: max-statements-per-line
Shahar Dawn Or d524860ad7
test: compare deep instead of JSON in assertions ()
Shahar Dawn Or 693872cf73
test: workaround IE11 defficiencies ()
Fixes .
Shahar Dawn Or c0a7f1ef82
chore(test): karma-webpack, test both CommonJS & ES modules ()
Fixes .
Shahar Dawn Or 8055d395f5
chore(test): chai assert & karma-mocha-reporter ()
Closes .
Shahar Dawn Or 97a8d50013
docs: rm unimplemented unmounting by 2nd arg null ()
Fixes .
Shahar Dawn Or 814c2e50d7
style: four eslint rules enabled ()
- import/newline-after-import
- dot-notation
- import/first
- no-undef
Simon Friis Vindum 9f55486f42
Merge pull request from zymfe/merge-statement
chore: merge statement
zymfe f98dcabfa9 chore: merge statement
Shahar Dawn Or d4a8640132
test: run jsx test ()
Fixes .
Shahar Dawn Or 2dc536a394
test: strict assertions ()
Shahar Dawn Or 14d7e0af25
style: lint .tsx ()
Fixes .
Shahar Dawn Or 6eacf72763
style: no-sequences, no-void, quote-props ()
Shahar Dawn Or ad3745bfe8
style: single quotes ()
Shahar Dawn Or 431f95018e
fix: include JSX related module in package ()
Fixes .
Shahar Dawn Or e9b91aeff2
chore: introduce commit linting ()
Closes .
Shahar Dawn Or e018fdf79f
chore(tsc): simplify tsconfig.json using tsconfigs ()
Shahar Dawn Or a2342e6875
style: normalize whitespace ()
Shahar Dawn Or b77cb512f4
refactor(tests): convert to TypeScript ()
Closes .
Fixes .
Shahar Dawn Or 2ada1f55de
chore: more precise paths in .gitignore ()
Shahar Dawn Or b3729457e1
Merge pull request from snabbdom/editorconfig-checker-config
chore: add editorconfig-checker configuration
Shahar Or (mightyiam) 2f0c8df347 chore: add editorconfig-checker configuration
Fixes .
Shahar Dawn Or aac0233b1f
Merge pull request from snabbdom/linux-package-json
chore: update package-lock.json to linux
Shahar Or (mightyiam) 92c342de01 chore: update package-lock.json to linux
Shahar Dawn Or 5014e65cca
Merge pull request from snabbdom/remark
docs: introduce remark and some readme tweaks
Simon Friis Vindum fa7b7d0796
Merge pull request from tobymao/patch-1
Add Snabberb to README.
Toby Mao f5486713b0
Update README.md
Toby Mao f277d64eed
Add Snabberb to README.
Simon Friis Vindum f49c793eb4
Merge pull request from nojvek/nojvek-h-tsx
snabbdom can be used with jsx/tsx via jsxFactory: jsx
Shahar Or (mightyiam) 0cc0064a94 docs: introduce remark and some readme tweaks
Fixes .
Noj Vek f8774a96f5 comment
Noj Vek 0c7f9ddd16 jsx vnode child types
Noj Vek 69294d8cb6 nit
Noj Vek 5035aed23a Merge branch 'master' of github.com:snabbdom/snabbdom into nojvek-h-tsx
Simon Friis Vindum f54fb9b59c
Merge pull request from snabbdom/refactor-new-typescript
Update TypeScript, refactor
Simon Friis Vindum 8edc47fe75
Merge pull request from jscissr/patch-1
Replace broken SVG classes example in readme with link to classList polyfill
Simon Friis Vindum 0db9e8b038
Merge pull request from snabbdom/dependabot/npm_and_yarn/handlebars-4.5.1
Bump handlebars from 4.1.1 to 4.5.1
Simon Friis Vindum 5b5576f1bd
Merge pull request from snabbdom/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
Simon Friis Vindum d9ff8da599
Merge pull request from snabbdom/dependabot/npm_and_yarn/js-yaml-3.13.1
Bump js-yaml from 3.13.0 to 3.13.1
Simon Friis Vindum 3ae871dd82
Merge pull request from snabbdom/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
Simon Friis Vindum 0881343e01 Update TypeScript, refactor
Simon Friis Vindum 5a3ae5e14b
Merge pull request from snabbdom/eslint-typescript-array-type
style: @typescript-eslint/array-type
Simon Friis Vindum c1854450b3
Merge pull request from labtocat/master
Removed broken link of  Benchmark from readme
Sachin Philip Mathew c2e66b5eb1 removed broken link of Benchmark from readme
Noj Vek 7ff8d13b4e snabbdom can be used with jsx/tsx via jsxFactory: jsx
Shahar Or (mightyiam) dcdde2e869 style: @typescript-eslint/array-type
Shahar Dawn Or 5fd1cec46c
Merge pull request from snabbdom/repo-package-files
chore: overhaul gitignore and whitelist packaged files
Shahar Or (mightyiam) 7c9a7acc1d chore: overhaul gitignore and whitelist packaged files
Fixes .