Commit Graph

13 Commits (5b0bfc13bce2dd1b7f28395c4f6bd73488b7df6f)

Author SHA1 Message Date
Shahar Or (mightyiam) faed6c9cc7 style(commitlint): conventional 5 years ago
Shahar Or (mightyiam) 616df35909 ux(docs): provide a release changelog
Also set up a documented release process.

Fixes #670.
5 years ago
Shahar Or (mightyiam) 3b6baee049 ux(docs): fix wrong module import paths
Fixes #691.
5 years ago
Shahar Or (mightyiam) e77615b16b dx(format): sort file lists
Fixes #673.
5 years ago
Shahar Or (mightyiam) 6fe56f8538 dx(package): consistent values in files field
Fixes #672.
5 years ago
Shahar Or (mightyiam) 28461899bd dx(relic): remove @types/assert 5 years ago
Shahar Or (mightyiam) b34e9a9d3a dx(git): ignore each test artifact specifically 5 years ago
Shahar Or (mightyiam) c862993359 ux(exports): remove the /snabbdom.bundle path
BREAKING CHANGE: the import path `snabbdom/snabbdom.bundle` is removed.
5 years ago
Shahar Or (mightyiam) b56a0ac796 dx(commitlint): add type auto and scope deps for renovate 5 years ago
Shahar Or (mightyiam) d58121755f dx(eslint): lint cjs files 5 years ago
Shahar Or (mightyiam) 0620b5eda0 ux(typescript): do not redeclare Element.setAttribute(NS)
BREAKING CHANGE: Types exported by this package have re-declared
the global `Element.setAttribute` and `Element.setAttributeNS` to
accept `number` and `boolean` for the `value` parameter. This
change removes that re-declaration and thus the only valid value is
`string`. If your code provides `number` and/or `boolean`, then it
may now fail to compile.

Fixes #615.
5 years ago
Shahar Or (mightyiam) ba3e85bf90 dx(vscode): eslint.validate short forms 5 years ago
Shahar Or (mightyiam) f8cf5ccba4 dx(commitlint): fix and enable in CI
Fixes #662
5 years ago