Commit Graph

520 Commits (f54fb9b59c23f737e744e7d99f64e05fbdd70db3)
 

Author SHA1 Message Date
Simon Friis Vindum f54fb9b59c
Merge pull request #489 from snabbdom/refactor-new-typescript
Update TypeScript, refactor
5 years ago
Simon Friis Vindum 8edc47fe75
Merge pull request #393 from jscissr/patch-1
Replace broken SVG classes example in readme with link to classList polyfill
5 years ago
Simon Friis Vindum 0db9e8b038
Merge pull request #464 from snabbdom/dependabot/npm_and_yarn/handlebars-4.5.1
Bump handlebars from 4.1.1 to 4.5.1
5 years ago
Simon Friis Vindum 5b5576f1bd
Merge pull request #465 from snabbdom/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
5 years ago
Simon Friis Vindum d9ff8da599
Merge pull request #466 from snabbdom/dependabot/npm_and_yarn/js-yaml-3.13.1
Bump js-yaml from 3.13.0 to 3.13.1
5 years ago
Simon Friis Vindum 3ae871dd82
Merge pull request #463 from snabbdom/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
5 years ago
Simon Friis Vindum 0881343e01 Update TypeScript, refactor 5 years ago
Simon Friis Vindum 5a3ae5e14b
Merge pull request #485 from snabbdom/eslint-typescript-array-type
style: @typescript-eslint/array-type
5 years ago
Simon Friis Vindum c1854450b3
Merge pull request #487 from labtocat/master
Removed broken link of  Benchmark from readme
5 years ago
Sachin Philip Mathew c2e66b5eb1 removed broken link of Benchmark from readme 5 years ago
Shahar Or (mightyiam) dcdde2e869 style: @typescript-eslint/array-type 5 years ago
Shahar Dawn Or 5fd1cec46c
Merge pull request #480 from snabbdom/repo-package-files
chore: overhaul gitignore and whitelist packaged files
5 years ago
Shahar Or (mightyiam) 7c9a7acc1d chore: overhaul gitignore and whitelist packaged files
Fixes #475.
5 years ago
dependabot[bot] 35796cb124
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Shahar Dawn Or 52cd3eec36
Merge pull request #455 from snabbdom/editorconfig
chore: editorconfig + checker
5 years ago
Shahar Or (mightyiam) a907828f12 chore: editorconfig + checker 5 years ago
Simon Friis Vindum 8b66f53bc1
Merge pull request #467 from snabbdom/maintenance-policy
docs: maintenance policy
5 years ago
Shahar Or (mightyiam) 21511f3058 docs: maintenance policy
Fixes #462.
5 years ago
dependabot[bot] 32a0ff3733
Bump js-yaml from 3.13.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Shahar Dawn Or 9053f07131
Merge pull request #454 from snabbdom/eslint
chore: soft introduce linting
5 years ago
Shahar Or (mightyiam) 4d07d0c39b chore: soft introduce linting 5 years ago
Shahar Dawn Or 98e1dc1f26
Merge pull request #474 from snabbdom/disable-all-failing-browsers
ci: disable failing browsers
5 years ago
Shahar Or (mightyiam) 6c5549b0a0 ci: disable failing browsers
Fixes #473.
5 years ago
Shahar Dawn Or 809caa147d
Merge pull request #479 from snabbdom/prepublishOnly
fix: npm script prepublish -> prepublishOnly
5 years ago
Shahar Or (mightyiam) 3dbf18e3a3 fix: npm script prepublish -> prepublishOnly
Fixes #476.
5 years ago
Shahar Dawn Or 4b19aebd5e
Merge pull request #477 from snabbdom/0.7.4
0.7.4
5 years ago
Shahar Or (mightyiam) b39ada9ea4 0.7.4 5 years ago
dependabot[bot] 4243938d6a
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot] 808944d2f3
Bump handlebars from 4.1.1 to 4.5.1
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Simon Friis Vindum 54b6b4507c
Merge pull request #449 from snabbdom/enable-ci-browsers
Revert "Disable failing browsers in CI configuration"
5 years ago
Simon Friis Vindum 6e86a5af5d
Merge pull request #460 from jvanbruegge/fix-animation-end
Fix element removal on transition end in Firefox70
5 years ago
Jan van Brügge f307db46e3 Fix element removal on transition end in Firefox70 5 years ago
Simon Friis Vindum 3f858078f0
Merge pull request #452 from snabbdom/nodejs_version
chore: update nodejs versions
6 years ago
Shahar Or (mightyiam) 98e9cdb513 chore: update nodejs versions 6 years ago
Shahar Dawn Or e77ecfc892
Merge pull request #456 from snabbdom/package-json-husky-indent
style: fix package.json husky field indent
6 years ago
Shahar Or (mightyiam) 79098d381f style: fix package.json husky field indent 6 years ago
Simon Friis Vindum 179940d13c
Merge pull request #453 from snabbdom/husky
chore: git pre-commit hook npm test
6 years ago
Shahar Or (mightyiam) 9033c58d67 chore: git pre-commit hook npm test 6 years ago
Shahar Or (mightyiam) dcbc1e10c7 Revert "Disable failing browsers in CI configuration"
This reverts commit 7e09d27f56.
6 years ago
Simon Friis Vindum f2b83d1290
Merge pull request #448 from kl2134/firefox-transitionend-test-error-fix
test: use transitionend instead of settimeout
6 years ago
KWorks 529b46c8ce test: use transitionend instead of settimeout
Fixes #447
6 years ago
Shahar Dawn Or 64c9bfe2b8
Merge pull request #446 from kl2134/update-karma-firefox-launcher
test: update karma-firefox-launcher
6 years ago
KWorks 3e87660517 test: update karma-firefox-launcher
fixes #445
6 years ago
Simon Friis Vindum d3d4f0850e Remove unused testem configuration 6 years ago
Simon Friis Vindum ae3703d1a4 Add travis badge to readme and BrowserStack message 6 years ago
Simon Friis Vindum 47f3afd9ed
Merge pull request #444 from snabbdom/disable-browsers-in-ci
Disable failing browsers in CI configuration
6 years ago
Simon Friis Vindum 7e09d27f56 Disable failing browsers in CI configuration 6 years ago
Simon Friis Vindum 66f2e18868
Merge pull request #443 from jvanbruegge/fix-http-browserstack
Remove travis browserstack addon to fix HTTP error
6 years ago
Jan van Brügge 1ca1584334 Remove travis browserstack addon to fix HTTP error 6 years ago
Simon Friis Vindum b40ab1ca46
Merge pull request #427 from mightyiam/npm-test-command-karma-start
fix: npm test script `karma start`
6 years ago