author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
791,723
19.01.2018 11:51:03
28,800
e8ce4608bdbb3e7df959835a426a29a60f6cde06
core(mobile-friendly): convey MFT covers add'l mobile-friendly auditing
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ class MobileFriendly extends ManualAudit {\nstatic get meta() {\nreturn Object.assign({\nname: 'mobile-friendly',\n- helpText: 'Take the [Mobile-Friendly Test](https://search.google.com/test/mobile-friendly) to see how easily a visitor can use your page ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(mobile-friendly): convey MFT covers add'l mobile-friendly auditing (#4307)
1
core
mobile-friendly
791,690
19.01.2018 11:58:44
28,800
550b0c40ecbc65f1b132298e3d1a1e1744191378
core(start-url): switch to plain old fetch
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,7 @@ class WebappInstallBanner extends MultiCheckAudit {\nif (!hasOfflineStartUrl) {\nresult.failures.push('Service worker does not successfully serve the manifest\\'s start_url');\n+ if (artifacts.StartUrl.debugString) result.failures.push(artifacts.StartUrl...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(start-url): switch to plain old fetch (#4301)
1
core
start-url
807,849
19.01.2018 13:57:26
28,800
ea1543f87cd4e32c3aaf964805b210eac282144c
chore: add tests for Command validations
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const fs = require(\"fs-extra\");\nconst execa = require(\"execa\");\nconst loadJsonFile = require(\"load-json-file\");\nconst log = require(\"npmlog\");\nconst path = require(\"path\");\n+const tempy = require(\"tempy\");\nconst touch = require(\"touch\...
JavaScript
MIT License
lerna/lerna
chore: add tests for Command validations
1
chore
null
807,849
19.01.2018 14:05:43
28,800
48a3a59ab55bfb8b875de1ba170ffc77af87b956
chore: prettier README [skip ci]
[ { "change_type": "MODIFY", "diff": "<a href=\"https://slack.lernajs.io/\"><img alt=\"Slack Status\" src=\"https://slack.lernajs.io/badge.svg\"></a>\n</p>\n-- [About](#about)\n-- [Getting Started](#getting-started)\n-- [How It Works](#how-it-works)\n-- [Troubleshooting](#troubleshooting)\n-- [Commands](#comm...
JavaScript
MIT License
lerna/lerna
chore: prettier README [skip ci]
1
chore
null
448,073
19.01.2018 15:28:11
-3,600
542aed2bcf0221ed1a6b89daf2b5a720b15181e5
fix: strip comments from processed styles Fixes
[ { "change_type": "MODIFY", "diff": "\"jasmine\": \"^2.6.0\",\n\"json-schema-to-typescript\": \"^5.0.0\",\n\"mocha\": \"^5.0.0\",\n+ \"postcss-discard-comments\": \"^2.0.4\",\n\"prettier\": \"^1.10.2\",\n\"pretty-quick\": \"^1.2.1\",\n\"react\": \"^16.0.0\",\n", "new_path": "package.json", "old_path"...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: strip comments from processed styles (#512) Fixes #503
1
fix
null
791,825
19.01.2018 19:50:32
0
890103468bc724cc221e47bbbb91a21fb35efbe4
cli(extra-headers): Enable sending additional HTTP Headers via the CLI
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ last-run-results.html\nlatest-run\nclosure-error.log\n+yarn-error.log\n/chrome-linux/\n/chrome-win32/\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-const existsSync =...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli(extra-headers): Enable sending additional HTTP Headers via the CLI (#3732)
1
cli
extra-headers
807,849
20.01.2018 16:28:10
28,800
22dd2f22b2631369c5fd4d0ecf76e6f1de932079
chore(ci): always install npm@latest, travis has yarn by default now
[ { "change_type": "MODIFY", "diff": "@@ -22,10 +22,7 @@ cache:\n- node_modules\nbefore_install:\n- - if [[ `node -v` == v6* ]]; then npm i -g npm@latest-5; fi\n- - if [[ `node -v` == v8* ]]; then npm i -g npm@latest-5; fi\n- - curl -o- -L https://yarnpkg.com/install.sh | bash\n- - export PATH=$HOME/.yarn/bin...
JavaScript
MIT License
lerna/lerna
chore(ci): always install npm@latest, travis has yarn by default now
1
chore
ci
807,849
22.01.2018 13:10:08
28,800
36b1d2657bbbf7c4c6ffd3c8e7ea52c5715360cf
chore: localize fixture init in publish unit tests
[ { "change_type": "MODIFY", "diff": "@@ -118,13 +118,8 @@ describe(\"PublishCommand\", () => {\n* ======================================================================= */\ndescribe(\"normal mode\", () => {\n- let testDir;\n-\n- beforeEach(async () => {\n- testDir = await initFixture(\"PublishCommand/normal...
JavaScript
MIT License
lerna/lerna
chore: localize fixture init in publish unit tests
1
chore
null
807,849
23.01.2018 18:24:05
28,800
2ad86c7808fd14370e20a87b77b9e96ed7e97ffd
test(integration): remove redundant, slow tests
[ { "change_type": "MODIFY", "diff": "@@ -76,20 +76,3 @@ lerna info lifecycle prepublish\nlerna info lifecycle prepare\nlerna success Bootstrapped 3 packages\n`;\n-\n-exports[`lerna bootstrap from npm script bootstraps all packages: stderr 1`] = `\n-lerna info version __TEST_VERSION__\n-lerna success run Ran ...
JavaScript
MIT License
lerna/lerna
test(integration): remove redundant, slow tests
1
test
integration
807,849
23.01.2018 18:26:07
28,800
2c91fbe755bfae9c749f876ae4116e6df7016997
test(publish): don't call command handler directly in --yes test
[ { "change_type": "MODIFY", "diff": "@@ -437,25 +437,13 @@ describe(\"PublishCommand\", () => {\n* ======================================================================= */\ndescribe(\"with --yes\", () => {\n- it(\"skips confirmation prompt\", done => {\n- const publishCommand = commandModule.handler({\n- _...
JavaScript
MIT License
lerna/lerna
test(publish): don't call command handler directly in --yes test
1
test
publish
807,849
23.01.2018 18:31:33
28,800
bfac1370c47fb9ffcca29284b5a1e78bf8c47e20
test(add): more idiomatic try/catch for error cases
[ { "change_type": "MODIFY", "diff": "@@ -29,16 +29,6 @@ log.level = \"silent\";\nconst readPkg = (testDir, pkg) => fs.readJsonSync(path.join(testDir, pkg, \"package.json\"));\n-const expectError = async fn => {\n- try {\n- await fn();\n- throw new Error(`Expected ${fn.toString()} to fail.`);\n- } catch (err)...
JavaScript
MIT License
lerna/lerna
test(add): more idiomatic try/catch for error cases
1
test
add
807,849
24.01.2018 16:27:35
28,800
8dc332eeb46c2568610c246b09fcb88b2c7f26c5
chore: workaround npm/npm#16862 in CI
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ cache:\n- node_modules\nbefore_install:\n+ - npm config set loglevel warn\n- npm i -g npm@latest-5\ninstall: yarn --frozen-lockfile\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -19...
JavaScript
MIT License
lerna/lerna
chore: workaround npm/npm#16862 in CI
1
chore
null
135,543
24.01.2018 16:27:39
18,000
3d47a91938d8bb159f607b85819217e40d0790be
docs: use absolute URLs in CONTRIBUTING.md When clicking the original links on GitHub, I am taken to a 404 page. By using absolute GitHub URLs, clicking Happiness and conventional-changelog will navigate to the expected webpages.
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ To keep the code base of commitlint neat and tidy the following rules apply to e\n> Coding standards\n-* [Happiness](/sindresorhus/xo) enforced\n+* [Happiness](https://github.com/sindresorhus/xo) enforced\n* Favor micro library over swiss army knives (ri...
TypeScript
MIT License
conventional-changelog/commitlint
docs: use absolute URLs in CONTRIBUTING.md When clicking the original links on GitHub, I am taken to a 404 page. By using absolute GitHub URLs, clicking Happiness and conventional-changelog will navigate to the expected webpages.
1
docs
null
791,690
24.01.2018 17:56:35
-39,600
bd499b3b597b90dcf773ba7b1dd28314bf531da7
core(unminified-js): add tolerant option to esprima
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,11 @@ class UnminifiedJavaScript extends ByteEfficiencyAudit {\nconst contentLength = scriptContent.length;\nlet totalTokenLength = 0;\n- const tokens = esprima.tokenize(scriptContent);\n+ const tokens = esprima.tokenize(scriptContent, {tolerant: true});\n+ i...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(unminified-js): add tolerant option to esprima (#4338)
1
core
unminified-js
815,754
25.01.2018 08:30:17
-3,600
cd3dec1b1af5420e7dbd0e70dc8b45da174a5b6a
feat: using a getter/setter for isLoading which enables exposing the same and having a change emitter closes
[ { "change_type": "MODIFY", "diff": "@@ -123,6 +123,7 @@ map: {\n| [disableVirtualScroll] | boolean | false | no | Disable virtual scroll |\n| dropdownPosition | `bottom`,`top` | `bottom` | no | Set the dropdown position on open |\n| appendTo | string | null | no | Append drodown to body or any other element...
TypeScript
MIT License
ng-select/ng-select
feat: using a getter/setter for isLoading which enables exposing the same and having a change emitter (#206) closes #205
1
feat
null
791,940
25.01.2018 18:01:19
28,800
c225d0189f4ffc945168aff31523a20e7c6342ab
misc(package): Add mixed-content yarn script
[ { "change_type": "MODIFY", "diff": "\"bundlesize\": \"bundlesize\",\n\"plots-smoke\": \"bash plots/test/smoke.sh\",\n\"changelog\": \"conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file\",\n- \"type-check\": \"tsc -p .\"\n+ \"type-check\": \"tsc -p .\",\n+ ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(package): Add mixed-content yarn script (#4344)
1
misc
package
679,913
28.01.2018 16:27:06
0
a6e49b3457b9f4ef748ef866c4e90b3bb30e3f08
build(all): fix depgraph command in main package
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"^2.8.0\"\n},\n\"scripts\": {\n- \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph` && git push\"\n+ \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph' && git push\"\n}\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(all): fix depgraph command in main package
1
build
all
679,913
28.01.2018 16:27:41
0
f83bd18e736b53a0706d19d728a6a7893cd765c1
docs(rstream-csp): fix readme example
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ yarn add @thi.ng/rstream-csp\n```typescript\nimport * as rs from \"@thi.ng/rstream\";\n+import * as tx from \"@thi.ng/transducers\";\nimport { fromChannel } from \"@thi.ng/rstream-csp\";\nimport { Channel } from \"@thi.ng/csp\";\n", "new_path": "pack...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream-csp): fix readme example
1
docs
rstream-csp
679,913
28.01.2018 18:22:28
0
ababaa1cef6799e08ed6b28a908362844943fd9b
docs(all): update readme
[ { "change_type": "MODIFY", "diff": "@@ -4,21 +4,21 @@ Mono-repository for thi.ng TypeScript/ES6 projects.\n## Projects\n-| Projects | Version |\n-|----|----|\n-| [`@thi.ng/api`](./packages/api) | [![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/api.svg)](https://www.npmjs.com/package/@thi.ng/api) |\n-|...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(all): update readme
1
docs
all
679,913
28.01.2018 21:10:33
0
2247f72f0db3f26ca1c80e2695f8b4f7fca9277c
feat(rstream): add trace() error handler
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,9 @@ export function trace(prefix?: any): ISubscriber<any> {\n},\ndone() {\nprefix ? console.log(prefix, \"done\") : console.log(\"done\");\n+ },\n+ error(e) {\n+ prefix ? console.log(prefix, \"error\", e) : console.log(\"error\", e);\n}\n}\n}\n", "new_path...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add trace() error handler
1
feat
rstream
679,913
28.01.2018 21:11:35
0
55ba0e1342970720731f3bebf20db2600386fcb2
feat(rstream): add fromPromises(), add docs
[ { "change_type": "MODIFY", "diff": "import { State } from \"../api\";\nimport { Stream } from \"../stream\";\n+/**\n+ * Yields a single-value stream of the resolved promise and then\n+ * automatically marks itself done. It doesn't matter if the promise\n+ * resolves before the first subscriber has attached....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add fromPromises(), add docs
1
feat
rstream
679,913
28.01.2018 23:32:17
0
bddd5ce73850a7fbd2f705a37a1f88f295ea34f3
feat(api): update IWatch & mixin, boolean returns
[ { "change_type": "MODIFY", "diff": "@@ -289,7 +289,7 @@ export interface IStack<V, T> {\nexport type Watch<T> = (id: string, oldState: T, newState: T) => void;\nexport interface IWatch<T> {\n- addWatch(id: string, fn: Watch<T>);\n- removeWatch(id: string);\n+ addWatch(id: string, fn: Watch<T>): boolean;\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): update IWatch & mixin, boolean returns
1
feat
api
679,913
28.01.2018 23:36:06
0
fefc283533ceb2a60343fa914dc1086b8d2f2a42
feat(atom): re-import atom package from MBP2010, update main readme
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ Mono-repository for thi.ng TypeScript/ES6 projects.\n| Projects | Version | |\n|----|----|----|\n| [`@thi.ng/api`](./packages/api) | [![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/api.svg)](https://www.npmjs.com/package/@thi.ng/api) | [changelog](./...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): re-import atom package from MBP2010, update main readme
1
feat
atom
679,913
28.01.2018 23:36:56
0
52c25a8405685f9a4ec8f74971bc4361240ffaf4
build(all): add tslint workspace dev dependency
[ { "change_type": "MODIFY", "diff": "\"packages/*\"\n],\n\"devDependencies\": {\n- \"lerna\": \"^2.8.0\"\n+ \"lerna\": \"^2.8.0\",\n+ \"tslint\": \"^5.9.1\"\n},\n\"scripts\": {\n\"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph' && git push\"\n", "new_path": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(all): add tslint workspace dev dependency
1
build
all
679,913
29.01.2018 02:52:23
0
04c3d592ad8bec17a1c9c791a3a10d4ef3b519da
feat(atom): add Cursor, update interfaces, types, readme
[ { "change_type": "MODIFY", "diff": "## About\n-Clojure inspired mutable wrapper for (usually) immutable values, with support for watches.\n+Clojure inspired mutable wrappers for (usually) immutable values, with support for watches.\n+\n+TODO\n## Installation\n@@ -14,10 +16,12 @@ yarn add @thi.ng/atom\n## Us...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add Cursor, update interfaces, types, readme
1
feat
atom
679,913
29.01.2018 02:53:22
0
ca3994ade19b464b656fbbc08264b54c523f2829
feat(rstream): add atom dep, add fromAtom() & docs
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^1.3.0\",\n+ \"@thi.ng/atom\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^1.0.0\"\n},\n\"keywords\": [\n", "new_path": "packages/rstream/package.json", "old_path": "packages/rstream/package.json" }, { "change_type"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add atom dep, add fromAtom() & docs
1
feat
rstream
679,913
29.01.2018 02:54:13
0
1bc6ee6f77278160af5af239b759ae08c2f1f54b
build(rstream-csp): minor fix package & readme
[ { "change_type": "MODIFY", "diff": "@@ -43,8 +43,8 @@ stream.subscribe(rs.trace(\"tentimes\"), tx.map(x => x * 10));\n## Authors\n-- Karsten Schmidt <k+npm@thi.ng>\n+- Karsten Schmidt\n## License\n-&copy; 2018 Karsten Schmidt <k+npm@thi.ng> // Apache Software License 2.0\n+&copy; 2018 Karsten Schmidt // Apa...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(rstream-csp): minor fix package & readme
1
build
rstream-csp
679,913
29.01.2018 03:35:03
0
d774e324029500ab318e12cac215cdd510d105eb
perf(transducers): avoid result object cloning in struct() xform disable copying in mapKeys() step
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,6 @@ export function struct<T>(fields: StructField[]): Transducer<any, T> {\npartitionOf(fields.map((f) => f[1])),\npartition(fields.length),\nrename(fields.reduce((acc, f, i) => (acc[f[0]] = i, acc), {})),\n- mapKeys(fields.reduce((acc, f) => (f[2] ? (acc[f[...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(transducers): avoid result object cloning in struct() xform - disable copying in mapKeys() step
1
perf
transducers
679,913
29.01.2018 03:36:33
0
e45f3bd7f945c236946c60d7403633c48b9c5d58
chore(all): update depgraph commit msg format
[ { "change_type": "MODIFY", "diff": "\"tslint\": \"^5.9.1\"\n},\n\"scripts\": {\n- \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'update dep graph' && git push\"\n+ \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'docs(all) update dep graph' && git ...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(all): update depgraph commit msg format
1
chore
all
679,913
29.01.2018 04:04:04
0
cca801b790a021a43580ebc2cbf4adb9738e0672
fix(atom): cursor IWatch impls (replace stubs)
[ { "change_type": "MODIFY", "diff": "@@ -62,10 +62,10 @@ export class Cursor<T> implements\n}\nremoveWatch(id: string): boolean {\n- throw new Error(\"Method not implemented.\");\n+ return this.local.removeWatch(id);\n}\nnotifyWatches(oldState: T, newState: T) {\n- throw new Error(\"Method not implemented.\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): cursor IWatch impls (replace stubs)
1
fix
atom
679,913
29.01.2018 04:13:30
0
33b3e16c550b4057575754d2640ae899576f1cfa
chore: update package cmds & make-module script
[ { "change_type": "MODIFY", "diff": "\"tslint\": \"^5.9.1\"\n},\n\"scripts\": {\n- \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'docs(all) update dep graph' && git push\"\n+ \"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'docs: update dep graph' &...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update package cmds & make-module script
1
chore
null
679,913
29.01.2018 12:22:38
0
822b297fbbb2ad59890dabdfb8bb50fb1276e730
fix(rstream): fix update fromPromise(), add test add catch() outside stream source to catch errors before 1st sub is active
[ { "change_type": "MODIFY", "diff": "@@ -9,14 +9,27 @@ import { Stream } from \"../stream\";\n* @param src\n*/\nexport function fromPromise<T>(src: Promise<T>) {\n- let canceled = false;\n+ let canceled = false,\n+ isError = false,\n+ err: any = {};\n+ src.catch(\n+ (e) => {\n+ err = e;\n+ isError = true;\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): fix #1 update fromPromise(), add test - add catch() outside stream source to catch errors before 1st sub is active
1
fix
rstream
679,913
29.01.2018 12:45:08
0
ccd8e82074bd74e4a67c3d68b3e4f361ebb344aa
test(rstream): update tests (fromPromise())
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ describe(\"fromPromise()\", () => {\ncalled = true;\n},\ndone() {\n- assert(called, \"not called\");\n+ assert(called, \"not called next()\");\ndone();\n}\n});\n@@ -22,64 +22,50 @@ describe(\"fromPromise()\", () => {\nit(\"rejects to sub\", (done) => {\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): update tests (fromPromise())
1
test
rstream
679,913
29.01.2018 14:57:56
0
5dce8a2f4eeb4cf40ec85c26b33a7aab88ff5d43
feat(atom): add nested path getter / setter compilers update cursor ctor to also accept paths update readme example
[ { "change_type": "MODIFY", "diff": "@@ -42,13 +42,22 @@ a.reset(42);\n```typescript\n// main state\n-main = new atom.Atom({a: 23, b: 42});\n+main = new atom.Atom({ a: { b: { c: 23 }, d: { e: 42 } }, f: 66 });\n-// cursor to `a` value\n-// requires both a lookup & update function to given value\n+// cursor t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add nested path getter / setter compilers - update cursor ctor to also accept paths - update readme example
1
feat
atom
791,723
29.01.2018 15:46:11
28,800
51add92e1585b04a3bab66a231c98d405f880096
report: escape usage of '#' in data URIs
[ { "change_type": "MODIFY", "diff": "--lh-audit-hgap: 12px;\n--lh-audit-group-vpadding: 12px;\n--lh-section-vpadding: 12px;\n- --pass-icon-url: url('data:image/svg+xml;utf8,<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke=\"#007F04\" stroke-width=\"1.5\"...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: escape usage of '#' in data URIs (#4381)
1
report
null
791,723
29.01.2018 15:53:19
28,800
fe17df0539bde1d423269285d209522c617a7509
deps: bump metaviewport-parser to 0.2.0
[ { "change_type": "MODIFY", "diff": "@@ -63,4 +63,16 @@ describe('Mobile-friendly: viewport audit', () => {\n}).rawValue, true);\n});\n});\n+\n+ it('doesn\\'t throw when viewport contains \"invalid\" iOS properties', () => {\n+ const viewports = [\n+ 'width=device-width, shrink-to-fit=no',\n+ 'width=device-w...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: bump metaviewport-parser to 0.2.0 (#4382)
1
deps
null
791,690
29.01.2018 16:01:31
28,800
d5fa452884f19341df00e6eeaa1eae3e06f40a40
core(screenshot-thumbnails): increase size to 120px
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ const TTCI = require('./consistently-interactive');\nconst jpeg = require('jpeg-js');\nconst NUMBER_OF_THUMBNAILS = 10;\n-const THUMBNAIL_WIDTH = 60;\n+const THUMBNAIL_WIDTH = 120;\nclass ScreenshotThumbnails extends Audit {\n/**\n", "new_path": "lig...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(screenshot-thumbnails): increase size to 120px (#4383)
1
core
screenshot-thumbnails
679,913
29.01.2018 17:59:43
0
85b280bfe003d070fc52eda56483cf1cd41b6abd
build: update commands in all packages
[ { "change_type": "MODIFY", "diff": "\"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"yarn run clean && tsc --declaration\",\n- \"test\": \"yarn run clean && tsc -p test && mocha build/test/*.js\",\n+ \"build\": \"yarn clean && tsc --declaration\",...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update commands in all packages
1
build
null
679,913
29.01.2018 18:02:28
0
6a125e831c3fd31015bd03b01c89c9ee333bab0a
test: add test stubs, fix existing
[ { "change_type": "ADD", "diff": "+describe(\"api\", () => {\n+ it(\"tests pending\");\n+});\n", "new_path": "packages/api/test/index.ts", "old_path": null }, { "change_type": "ADD", "diff": "+describe(\"csp\", () => {\n+ it(\"tests pending\");\n+});\n", "new_path": "packages/csp/test...
TypeScript
Apache License 2.0
thi-ng/umbrella
test: add test stubs, fix existing
1
test
null
679,913
29.01.2018 18:04:36
0
e647767926a51f5e6585bd9007ca9dd1af5f5470
test: add travis.yml, update main package / readme
[ { "change_type": "ADD", "diff": "+language: node_js\n+node_js:\n+ - \"node\"\n+ - \"8\"\n", "new_path": ".travis.yml", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -44,9 +44,7 @@ All packages are:\n```\ngit clone https://github.com/thi-ng/umbrella.git\ncd umbrella\n-yarn in...
TypeScript
Apache License 2.0
thi-ng/umbrella
test: add travis.yml, update main package / readme
1
test
null
679,913
29.01.2018 18:05:11
0
dfbd7efe624df6b94ad23c9255013ea2eb5480fe
docs(transducers): update padLast docs
[ { "change_type": "MODIFY", "diff": "@@ -6,14 +6,18 @@ import { isReduced } from \"../reduced\";\n* of `n`. Only makes sense for finite streams / reductions. Does nothing\n* if the to be transformed data source has exactly multiple of `n`\n* values, but if not pads / supplies additional `fill` values at the ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(transducers): update padLast docs
1
docs
transducers
679,913
29.01.2018 19:04:29
0
1e9dc85266f1239e61d1d52eff8721a0f736f989
docs: add links for badges
[ { "change_type": "MODIFY", "diff": "# @thi.ng/umbrella\n-![Travis status](https://api.travis-ci.org/thi-ng/umbrella.svg?branch=master)\n-![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)\n+[![Travis status](https://api.travis-ci.org/thi-ng/umbrella.svg?branch=mast...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add links for badges
1
docs
null
679,913
29.01.2018 19:33:02
0
7bdc5617ce90f2fb4725d90885bc2df38c51c924
docs(iterators): update readme
[ { "change_type": "MODIFY", "diff": "## Overview\n-Collection of approx. 50 composable, iterator-centric data processing functions,\n+Collection of ~50 composable, iterator-centric data processing functions,\nlargely implemented as ES6 iterators / generators, inspired by\n[clojure.core](http://clojure.github...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(iterators): update readme
1
docs
iterators
679,913
29.01.2018 19:38:52
0
1a0004f79110adaccb94ebd0c0e4c3b0b90dda16
test(rstream): increase timeout for travis
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,9 @@ import * as assert from \"assert\";\nimport * as rs from \"../src/index\";\n-describe(\"SidechainPartition\", () => {\n+describe(\"SidechainPartition\", function () {\n+\n+ this.timeout(10000); // extended delay for travis\nit(\"partitions (manual)\", (don...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): increase timeout for travis
1
test
rstream
815,745
29.01.2018 19:45:36
-7,200
926e4d128b2f8fd13da291a527d906bec1912321
fix: check if value is defined * fix: check if value is defines closes
[ { "change_type": "MODIFY", "diff": "@@ -46,9 +46,6 @@ export class ItemsList {\n}\nfindItem(value: any, bindValue: string): NgOption {\n- if (!value) {\n- return null;\n- }\nif (bindValue) {\nreturn this.items.find(item => item.value[bindValue] === value);\n}\n", "new_path": "src/ng-select/items-list.ts...
TypeScript
MIT License
ng-select/ng-select
fix: check if value is defined (#213) * fix: check if value is defines closes #211
1
fix
null
815,746
29.01.2018 19:45:58
-7,200
44ebfe37d3ba6d5c5064183dad10dbac90979b3e
chore(release): 0.16.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.16.0\"></a>\n+# [0.16.0](https://github.com/ng-select/ng-select/compare/v0.15.2...v...
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.16.0
1
chore
release
679,913
29.01.2018 20:14:16
0
382aa05e2bc9e185f4ce9b65d30bf1a90fc62367
fix(rstream): fatal recursion w/ error handling use Subscription.dispatch() only for next() calls, wrapped in try..catch update Subscription.error() & done() to call children WITHOUT try...catch revert obsolete test timeout adjustment
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,9 @@ export class Subscription<A, B> implements\n}\n}\nthis.state = State.DONE;\n- this.dispatch(undefined, \"done\", [...this.subs]);\n+ for (let s of [...this.subs]) {\n+ s.done && s.done();\n+ }\nthis.parent && this.parent.unsubscribe(this);\ndelete this...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): fatal recursion w/ error handling - use Subscription.dispatch() only for next() calls, wrapped in try..catch - update Subscription.error() & done() to call children WITHOUT try...catch - revert obsolete test timeout adjustment
1
fix
rstream
679,913
29.01.2018 20:20:55
0
4c242c93539567c3e45237561e4bb5cdd102fb46
test(rstream): remove sidechainPartition interval test due to unpredictable timing
[ { "change_type": "MODIFY", "diff": "@@ -29,34 +29,6 @@ describe(\"SidechainPartition\", function () {\nside.done();\n});\n- it(\"partitions (interval)\", (done) => {\n- let src = rs.fromInterval(10);\n- let side = rs.fromInterval(27);\n- let buf = [];\n- src.subscribe(rs.sidechainPartition(side))\n- .subscr...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): remove sidechainPartition interval test due to unpredictable timing
1
test
rstream
679,913
29.01.2018 22:37:43
0
c863018c781b830171698b2824220eaa4603b104
test(iterator): add/update tests
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,12 @@ describe(\"iterators\", function () {\nassert.deepEqual([...ti.concat<any>([1, 2, 3], \"abc\", ti.range(3))], [1, 2, 3, \"a\", \"b\", \"c\", 0, 1, 2], \"3 args any\");\nassert.deepEqual([...ti.concat.apply(null, [\"abc\", null, [1, 2, 3]])], [\"a\", \"b...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(iterator): add/update tests
1
test
iterator
679,913
29.01.2018 23:38:52
0
0b5ca0379e66dff64bed312bddb49661713beabb
build: add nyc coverage dev deps & commands
[ { "change_type": "MODIFY", "diff": "],\n\"devDependencies\": {\n\"lerna\": \"^2.8.0\",\n+ \"nyc\": \"^11.4.1\",\n\"tslint\": \"^5.9.1\",\n\"typescript\": \"^2.6.2\"\n},\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", "diff": "\"license\": \"Apache...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add nyc coverage dev deps & commands
1
build
null
679,913
29.01.2018 23:54:42
0
22b02a2df97d424248986d8a2928a5bbc38da21a
build: add main package commands, update readme
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ cd umbrella\nyarn build\n```\n-## Testing\n+### Testing\n(TODO not all packages have tests yet)\n@@ -57,3 +57,19 @@ yarn test\n# or individually\nlerna run test --scope @thi.ng/rstream\n```\n+\n+### Coverage\n+\n+```\n+yarn cover\n+```\n+\n+The resulting...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add main package commands, update readme
1
build
null
679,913
30.01.2018 00:05:41
0
7f345bcceaaa5b22a0af4ec1dceff037c9f5c88c
chore: update make-module
[ { "change_type": "MODIFY", "diff": "@@ -92,37 +92,17 @@ cat << EOF > $MODULE/test/tsconfig.json\n}\nEOF\n-echo \"writing .gitignore...\"\n-cat << EOF > $MODULE/.gitignore\n-/bench\n-/build\n-/dev\n-/doc\n-/node_modules\n-.DS_Store\n-/bundle.*\n-*.log\n-*.tgz\n-*.js\n-*.d.ts\n-EOF\n-\necho \"writing .npmigno...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update make-module
1
chore
null
679,913
30.01.2018 04:53:41
0
bbbc869c5ddee2848f391e7eadd0b12f3ac08d22
deploy: add upload-docs script
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+\n+readonly modules=\"packages/*\"\n+\n+for m in $modules; do\n+ name=$(echo $m | cut -d '/' -f 2)\n+ echo \"sanitizing: $name\"\n+ find $m/doc -name \"*.html\" -exec sed -i \"s/\\/\\([a-zA-Z_0-9/-]\\+\\)\\/node_modules\\///g\" '{}' \\;\n+ echo \"syncing...\"\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
deploy: add upload-docs script
1
deploy
null
679,913
30.01.2018 04:55:04
0
2c88537e42f2cd04e5135c44ffcf2f88e08dc156
fix: links in readme
[ { "change_type": "MODIFY", "diff": "@@ -74,5 +74,6 @@ The resulting reports will be saved under `/packages/*/coverage/lcov-report/`.\nyarn doc\n```\n-The autogenerated documentation (using [TypeDoc]()) will be saved under\n+The autogenerated documentation (using\n+[TypeDoc](https://github.com/TypeStrong/typ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix: links in readme
1
fix
null
679,913
31.01.2018 00:49:26
0
035c51a32bbe536f2c8dcdc88ef6a07d311d4ddc
feat(atom): add History, add/update tests
[ { "change_type": "MODIFY", "diff": "@@ -42,15 +42,18 @@ export class Atom<T> implements\n}\n// mixin stub\n+ /* istanbul ignore next */\naddWatch(id: string, fn: Watch<T>) {\nreturn false;\n}\n// mixin stub\n+ /* istanbul ignore next */\nremoveWatch(id: string) {\nreturn false;\n}\n// mixin stub\n+ /* istan...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add History, add/update tests
1
feat
atom
679,913
31.01.2018 01:30:04
0
74ecdf1868714f409e0d19fb8a9ff3895b6ad352
refactor(atom): extract IReset, ISwap from IAtom
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,16 @@ export interface ReadonlyAtom<T> extends\napi.IWatch<T> {\n}\n-export interface IAtom<T> extends ReadonlyAtom<T> {\n+export interface IAtom<T> extends\n+ ReadonlyAtom<T>,\n+ IReset<T>,\n+ ISwap<T> {\n+}\n+\n+export interface IReset<T> {\nreset(val: T): T;...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): extract IReset, ISwap from IAtom
1
refactor
atom
679,913
31.01.2018 01:30:59
0
282d98967666d1eb957e0ed081007ac9a542ddbd
fix(atom): cursor ctor arg checks
[ { "change_type": "MODIFY", "diff": "import { IID, IRelease, Watch } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\n+import { isNumber } from \"@thi.ng/checks/is-number\";\nimport { isString } from \"@thi.ng/checks/...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): cursor ctor arg checks
1
fix
atom
679,913
31.01.2018 01:31:45
0
e1b57deaf895dd5b840389316d694d32e375ce15
feat(atom): add IReset/ISwap impls for History
[ { "change_type": "MODIFY", "diff": "-import { IAtom } from \"./api\";\n+import { IAtom, IReset, ISwap, SwapFn } from \"./api\";\n-export class History<T> {\n+export class History<T> implements\n+ IReset<T>,\n+ ISwap<T> {\nstate: IAtom<T>;\nmaxLen: number;\n@@ -17,13 +19,6 @@ export class History<T> {\nthis....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add IReset/ISwap impls for History
1
feat
atom
791,676
31.01.2018 03:56:47
-3,600
af8dbd0b1116dd8c6aa89348c3421e15a7f59b8b
misc(travis): Only build on Node 6 for PRs. Don't do the `push` build for non-master.
[ { "change_type": "MODIFY", "diff": "sudo: required\nlanguage: node_js\n+branches:\n+ only:\n+ - master\nmatrix:\ninclude:\n- node_js: \"6.9.1\"\n- node_js: \"8\"\n+ if: head_branch IS blank AND branch = master\n- node_js: \"9\"\n+ if: head_branch IS blank AND branch = master\ndist: trusty\ncache:\nyarn: tru...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(travis): Only build on Node 6 for PRs. Don't do the `push` build for non-master.
1
misc
travis
791,723
31.01.2018 10:43:52
28,800
d6b027e9578a833d1997a66b83dfec4da624b233
tests(coverage): minimize impact of timeout due to istanbul's instrumentation
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,8 @@ describe('CLI run', function() {\nit('runLighthouse completes a LH round trip', () => {\nconst url = 'chrome://version';\nconst filename = path.join(process.cwd(), 'run.ts.results.json');\n- const flags = getFlags(`--output=json --output-path=${filename}...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(coverage): minimize impact of timeout due to istanbul's instrumentation (#4396)
1
tests
coverage
679,913
31.01.2018 14:12:57
0
fbf8453c35c462e61d0a181c64185fc66ad529ce
feat(api): add Predicate2 & StatefulPredicate2 types
[ { "change_type": "MODIFY", "diff": "@@ -234,9 +234,11 @@ export interface IObjectOf<T> {\n[id: string]: T;\n}\n-export type Predicate<T> = (x: T) => boolean;\n+export type Predicate<T> = (a: T) => boolean;\n+export type Predicate2<T> = (a: T, b: T) => boolean;\nexport type StatefulPredicate<T> = () => Predi...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): add Predicate2 & StatefulPredicate2 types
1
feat
api
679,913
31.01.2018 14:22:12
0
42bbb8644c7739e538e9b0c62356913ddcb620a7
refactor(iterators): use Predicate/Predicate2
[ { "change_type": "MODIFY", "diff": "+import { Predicate2 } from \"@thi.ng/api/api\";\n+\nimport { iterator } from \"./iterator\";\n-export function* dedupeWith<T>(equiv: (a: T, b: T) => boolean, input: Iterable<T>) {\n+export function* dedupeWith<T>(equiv: Predicate2<T>, input: Iterable<T>) {\nlet iter = it...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iterators): use Predicate/Predicate2
1
refactor
iterators
679,913
31.01.2018 14:22:32
0
79989e520288d1fdfb85daa865f8897496bedd41
refactor(dcons): use Predicate
[ { "change_type": "MODIFY", "diff": "@@ -196,7 +196,7 @@ export class DCons<T> implements\n}\n}\n- public findWith(fn: (value: T) => boolean) {\n+ public findWith(fn: api.Predicate<T>) {\nlet cell = this.head;\nwhile (cell) {\nif (fn(cell.value)) {\n", "new_path": "packages/dcons/src/index.ts", "old_...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dcons): use Predicate
1
refactor
dcons
679,913
31.01.2018 14:22:51
0
4753afb85360de0f8e16ac029846ff3d2d58f8fa
refactor(transducers): use Predicate2
[ { "change_type": "MODIFY", "diff": "+import { Predicate2 } from \"@thi.ng/api/api\";\n+\nimport { Reducer, Transducer, SEMAPHORE } from \"../api\";\nimport { compR } from \"../func/comp\";\n-export function dedupe<T>(equiv?: (a: T, b: T) => boolean): Transducer<T, T> {\n+export function dedupe<T>(equiv?: Pr...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): use Predicate2
1
refactor
transducers
679,913
31.01.2018 14:25:44
0
55383621e720821846d94ee74fb503c3cfb1b40f
feat(atom): add full IAtom impl for History, update tests
[ { "change_type": "MODIFY", "diff": "-import { IAtom, IReset, ISwap, SwapFn } from \"./api\";\n+import { Predicate2, Watch } from \"@thi.ng/api/api\";\n+import { IAtom, SwapFn } from \"./api\";\n+\n+/**\n+ * Undo/redo history stack wrapper for atoms and cursors.\n+ * Implements `IAtom` interface and so can b...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add full IAtom impl for History, update tests
1
feat
atom
679,913
31.01.2018 14:26:10
0
dd155dfd07bd5576fed6029eae1608be9adaa22c
docs(atom): add docs for getter/setter
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,27 @@ function compG(k, f) {\nreturn (s) => s ? f(s[k]) : undefined;\n}\n+/**\n+ * Composes a getter function for given nested lookup path.\n+ * If `path` is given as string, it will be split using `.`.\n+ * Returns function which accepts single object and\n+ *...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): add docs for getter/setter
1
docs
atom
679,913
31.01.2018 14:27:28
0
d58cf70d2c1b63b499138473173ef9e672913497
feat(rstream): add changed predicate for fromAtom(), add tests
[ { "change_type": "MODIFY", "diff": "+import { Predicate2 } from \"@thi.ng/api/api\";\nimport { ReadonlyAtom } from \"@thi.ng/atom/api\";\nimport { Stream } from \"../stream\";\n/**\n* Yields stream of value changes in given atom / cursor.\n- * Attaches watch to atom and compares values with `===`.\n- * If `...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add changed predicate for fromAtom(), add tests
1
feat
rstream
679,913
31.01.2018 14:28:52
0
365e0d2be556745ab755552bad331a488bb93552
build: update main package commands
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"build\": \"yarn install && lerna bootstrap && lerna run build --sort\",\n- \"cover\": \"yarn test && lerna run cover\",\n+ \"cover\": \"lerna run cover\",\n\"depgraph\": \"scripts/depgraph && git add assets/deps.png && git commit -m 'docs: update dep...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update main package commands
1
build
null
448,035
31.01.2018 15:01:58
-7,200
5830e6a1135528d2b6d81a61e13e9109df88746a
fix: strip bom from templates and stylesheet files Closes
[ { "change_type": "MODIFY", "diff": "\"rollup-plugin-node-resolve\": \"^3.0.0\",\n\"rxjs\": \"^5.5.0\",\n\"sorcery\": \"^0.10.0\",\n+ \"strip-bom\": \"^3.0.0\",\n\"stylus\": \"^0.54.5\",\n\"uglify-js\": \"^3.0.7\"\n},\n\"@types/react-dom\": \"^16.0.2\",\n\"@types/rollup\": \"^0.51.2\",\n\"@types/sinon\": \"^...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: strip bom from templates and stylesheet files (#571) Closes #487
1
fix
null
679,913
31.01.2018 20:59:59
0
54cd52612774213a06623defdcd5718ab877584d
fix(rstream): subscription unhandled error handling track if any child subs have received error, if not treat as unhandled and unsub current sub from parent (if any)
[ { "change_type": "MODIFY", "diff": "@@ -138,11 +138,16 @@ export class Subscription<A, B> implements\nerror(e: any) {\nthis.state = State.ERROR;\n+ let notified = false;\nif (this.subs && this.subs.length) {\nfor (let s of [...this.subs]) {\n- s.error && s.error(e);\n+ if (s.error) {\n+ s.error(e);\n+ notif...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): subscription unhandled error handling - track if any child subs have received error, if not treat as unhandled and unsub current sub from parent (if any)
1
fix
rstream
679,913
31.01.2018 21:50:32
0
59d2a8a15d8e7cd330bd47cf98d9b07bcb321673
docs(rstream): add undo/redo example to readme
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,68 @@ new rs.StreamMerge([\n// ...\n```\n+### Central app state atom with reactive undo / redo\n+\n+```typescript\n+import * as atom from \"@thi.ng/atom\";\n+import * as tx from \"@thi.ng/transducers\";\n+\n+// central app state / single source of truth\n+con...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream): add undo/redo example to readme
1
docs
rstream
679,913
01.02.2018 03:32:19
0
878520e6097569d9104c3090d313958533e36515
feat(api): update equiv() null handling, add tests BREAKING CHANGE: equiv now treats null & undefined as equal
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,15 @@ export function equiv(a, b): boolean {\nif (typeof a.equiv === \"function\") {\nreturn a.equiv(b);\n}\n+ } else {\n+ return a == b;\n}\nif (b != null) {\nif (typeof b.equiv === \"function\") {\nreturn b.equiv(a);\n}\n+ } else {\n+ return a == b;\n}\nif (...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): update equiv() null handling, add tests BREAKING CHANGE: equiv now treats null & undefined as equal
1
feat
api
679,913
01.02.2018 06:15:14
0
1354e298089cf5372c26c26352d59d642548447e
fix(api): fix equiv string handling, update tests
[ { "change_type": "MODIFY", "diff": "import { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\n+import { isString } from \"@thi.ng/checks/is-string\";\nexport function equiv(a, b): boolean {\nif (a === b) {\n@@ -19,6 +20,9 @@ export funct...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(api): fix equiv string handling, update tests
1
fix
api
679,913
01.02.2018 06:17:01
0
ea638bef49ae0ca910c7dd24c53971394227846a
feat(rstream): add Cache subscription class
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ export * from \"./from/raf\";\nexport * from \"./from/worker\";\nexport * from \"./subs/bisect\";\n+export * from \"./subs/cache\";\nexport * from \"./subs/post-worker\";\nexport * from \"./subs/resolve\";\nexport * from \"./subs/sidechain-partition\";\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add Cache subscription class
1
feat
rstream
573,227
01.02.2018 11:19:37
28,800
49eb008d987f1c425989b78e2336e3583e05a88a
chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases BREAKING CHANGE: dropping support below Node.js 4
[ { "change_type": "MODIFY", "diff": "sudo: false\nlanguage: node_js\nnode_js:\n- - \"4\"\n- - \"6\"\n- - \"7\"\n- - \"8\"\n- - \"stable\"\n+ - \"4\" # Maintenance LTS release\n+ - \"lts/*\" # Active LTS release\n+ - \"node\" # Latest stable release\nenv:\n- - TEST_SKIP_IP_V6=true\n+ - TEST_SKIP_IP_V6=true # ...
JavaScript
MIT License
restify/node-restify
chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases (#1553) BREAKING CHANGE: dropping support below Node.js 4
1
chore
travisci
807,849
01.02.2018 12:14:23
28,800
01c3edad0b33f80d856d85b1f66fd6ddb6ecb356
refactor: add .manifestLocation getter to Package class
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,10 @@ class Package {\nreturn this._location;\n}\n+ get manifestLocation() {\n+ return path.join(this._location, \"package.json\");\n+ }\n+\nget nodeModulesLocation() {\nreturn path.join(this._location, \"node_modules\");\n}\n", "new_path": "src/Package.j...
JavaScript
MIT License
lerna/lerna
refactor: add .manifestLocation getter to Package class
1
refactor
null
807,849
01.02.2018 12:47:21
28,800
c1b567d456f5f582772f46a9072bea56c1868da2
fix(lint): enforce no-param-reassign with useful options
[ { "change_type": "MODIFY", "diff": "- version: 6.9.0\nno-param-reassign:\n- error\n- - ignorePropertyModificationsFor:\n- - err\n+ - props: true\n+ ignorePropertyModificationsFor:\n+ - err # Error decoration\n+ - obj # .reduce() object\n+ - pkg # Package instance\nno-underscore-dangle:\n- error\n- allowAfte...
JavaScript
MIT License
lerna/lerna
fix(lint): enforce no-param-reassign with useful options
1
fix
lint
679,913
01.02.2018 15:07:16
0
a580f722e3150f862e51098cbf8ff9ab852a74cc
build: update deps (typescript & typedoc)
[ { "change_type": "MODIFY", "diff": "\"mocha\": \"^5.0.0\",\n\"nyc\": \"^11.4.1\",\n\"ts-loader\": \"^3.3.1\",\n- \"typedoc\": \"^0.9.0\",\n- \"typescript\": \"^2.6.2\",\n+ \"typedoc\": \"^0.10.0\",\n+ \"typescript\": \"^2.7.1\",\n\"webpack\": \"^3.10.0\"\n},\n\"dependencies\": {\n", "new_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update deps (typescript & typedoc)
1
build
null
679,913
01.02.2018 15:09:20
0
febe39f1294e3225b9ea89e68c5a99fd7f77bc10
fix(transducers): update comp() for typescript 2.7.*
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,8 @@ export function comp(...fns: ((x: any) => any)[]) {\ncase 10:\ndefault:\nlet ff = (x) => a(b(c(d(e(f(g(h(i(j(x))))))))));\n- return fns.length === 10 ? ff : comp(ff, ...fns.slice(10));\n+ // TODO TS2.7.* complains about args here?\n+ return fns.length ==...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): update comp() for typescript 2.7.*
1
fix
transducers
679,913
01.02.2018 15:17:06
0
0439d24b26dfeff666989afca74f19d843e9efe0
refactor(hiccup): update/add deps, restructure/split into sub-modules
[ { "change_type": "MODIFY", "diff": "\"mocha\": \"^5.0.0\",\n\"nyc\": \"^11.4.1\",\n\"ts-loader\": \"^3.3.1\",\n- \"typedoc\": \"^0.9.0\",\n- \"typescript\": \"^2.6.2\",\n+ \"typedoc\": \"^0.10.0\",\n+ \"typescript\": \"^2.7.1\",\n\"webpack\": \"^3.10.0\"\n},\n+ \"dependencies\": {\n+ \"@thi.ng/checks\": \"^...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup): update/add deps, restructure/split into sub-modules
1
refactor
hiccup
679,913
01.02.2018 15:18:35
0
4d0d437b4b71075f995431109e773175bb2eaf19
feat(diff): re-import diff package (MBP2010)
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+*.tgz\n+*.html\n", "new_path": "packages/diff/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.org/licenses/\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(diff): re-import diff package (MBP2010)
1
feat
diff
679,913
01.02.2018 16:05:53
0
4cc4bbc07fc68b80435a28d07665cde11ef43ed4
build: cleanup/update deps
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"^2.8.0\",\n\"nyc\": \"^11.4.1\",\n\"tslint\": \"^5.9.1\",\n- \"typescript\": \"^2.6.2\"\n+ \"typescript\": \"^2.7.1\"\n},\n\"scripts\": {\n\"build\": \"yarn install && lerna bootstrap && lerna run build --sort\",\n", "new_path": "package.json", "old_p...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: cleanup/update deps
1
build
null
679,913
01.02.2018 16:06:25
0
5d7c10a3144036fab0b51eed0c9327367e4967a1
test(rstream): fix tests (TS 2.7.*)
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ describe(\"StreamMerge\", () => {\n};\nbeforeEach(() => {\n- src = new rs.StreamMerge([\n+ src = new rs.StreamMerge<number, number>([\nrs.fromIterable([1, 2]),\nrs.fromIterable([10, 20, 30, 40]),\nrs.fromIterable([100, 200, 300])\n@@ -52,7 +52,7 @@ descr...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): fix tests (TS 2.7.*)
1
test
rstream
679,913
01.02.2018 16:48:38
0
beebe4352c2393284775d3a4ca1088982ec391c2
chore: update keywords for all packages
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^1.1.4\"\n},\n\"keywords\": [\n+ \"compare\",\n+ \"equality\",\n\"ES6\",\n\"generic\",\n\"interfaces\",\n+ \"type declarations\",\n\"typescript\"\n],\n\"publishConfig\": {\n", "new_path": "packages/api/package.json", "old_path": "packages/api...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update keywords for all packages
1
chore
null
679,913
01.02.2018 16:49:55
0
3101698de70e9965db36c1d83cb5f3b0da11df56
feat(hiccup-dom): add start(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -10,10 +10,25 @@ Lighweight reactive DOM components using only vanilla JS data structures\nSupports arbitrary attributes, events, CSS conversion from JS objects, SVG.\nOnly ~10KB minified.\n-No precompilation steps needed. The actual DOM update is based on the minimal\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom): add start(), update readme
1
feat
hiccup-dom
679,913
01.02.2018 16:56:45
0
326d3c31e9e8f07b7bb271668995ab3ec1a8c6be
build: update .npmignore
[ { "change_type": "MODIFY", "diff": "@@ -5,5 +5,6 @@ doc\nsrc*\ntest\n.nyc_output\n+tsconfig.json\n*.tgz\n*.html\n", "new_path": "packages/atom/.npmignore", "old_path": "packages/atom/.npmignore" }, { "change_type": "MODIFY", "diff": "@@ -5,5 +5,6 @@ doc\nsrc*\ntest\n.nyc_output\n+tsconfi...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update .npmignore
1
build
null
679,913
01.02.2018 17:26:32
0
094e48691c56e6ebcf6ebf89f6e42a8daa62c85d
docs(hiccup-dom): fix links in readme
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,8 @@ wrapper around React, whereas this library is standalone, more lowlevel &\nless opinionated.\nIf you're interested in using this, please also consider the\n-[@thi.ng/atom](https://github.com/thi-ng/atom)\n-[@thi.ng/rstream](https://github.com/thi-ng/rstr...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-dom): fix links in readme
1
docs
hiccup-dom
679,913
01.02.2018 20:53:15
0
36cc956123433e10685d3df934d8b5a3196957b2
fix(atom): cursor swap() return type
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ export class Cursor<T> implements\nreturn this.local.reset(val);\n}\n- swap(fn: SwapFn<T>, ...args: any[]) {\n+ swap(fn: SwapFn<T>, ...args: any[]): T {\nreturn this.local.swap.apply(this.local, [fn, ...args]);\n}\n", "new_path": "packages/atom/src/c...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): cursor swap() return type
1
fix
atom
679,913
01.02.2018 20:54:27
0
c5b6e0fa88e954729df797988664acae7717f9d1
feat(atom): add History.canUndo/Redo()
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,14 @@ export class History<T> implements\nthis.clear();\n}\n+ canUndo() {\n+ return this.history.length > 0;\n+ }\n+\n+ canRedo() {\n+ return this.future.length > 0;\n+ }\n+\n/**\n* Clears history & future stacks\n*/\n", "new_path": "packages/atom/src/his...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add History.canUndo/Redo()
1
feat
atom
679,913
01.02.2018 20:55:29
0
8218814f54acb810b571f13dc4e48baf98e774de
fix(atom): truncate redo stack in record(), swap() return type
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ export class History<T> implements\n*\n* @param val\n*/\n- swap(fn: SwapFn<T>, ...args: any[]) {\n+ swap(fn: SwapFn<T>, ...args: any[]): T {\nconst prev = this.state.deref(),\ncurr = this.state.swap.apply(this.state, [fn, ...args]);\nthis.changed(prev, c...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): truncate redo stack in record(), swap() return type
1
fix
atom
679,913
01.02.2018 20:55:58
0
1f6bb58995cdfdea4e959a89459306b0796cddbd
fix(hiccup-dom): boolean attribs
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ export function setAttribs(el: Element, attribs: any) {\n}\nexport function setAttrib(el: Element, k: string, v: any) {\n- if (v !== undefined) {\n+ if (v !== undefined && v !== false) {\nswitch (k) {\ncase \"style\":\nsetStyle(el, v);\n", "new_path"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-dom): boolean attribs
1
fix
hiccup-dom
679,913
01.02.2018 21:07:42
0
25c9f7854b9a90470202be7523357bc3ea5f484e
feat(atom,hiccup-dom): add example projects (todo list & dashboard)
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html>\n+\n+<head>\n+ <style>\n+ html {\n+ font: 100%/1.2 Helvetica, Arial, sans-serif;\n+ }\n+ </style>\n+</head>\n+\n+<body>\n+ <div id=\"app\"></div>\n+ <script type=\"text/javascript\" src=\"bundle.js\"></script>\n+</body>\n+\n+</html>\n\\ No newline a...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom,hiccup-dom): add example projects (todo list & dashboard)
1
feat
atom,hiccup-dom
679,913
01.02.2018 21:44:22
0
12590847322c6792ff787e7d3fbeee9ff31e7013
docs: update dep graph
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"hiccup-dom-dashboard\",\n+ \"version\": \"0.0.1\",\n+ \"repository\": \"https://github.com/thi-ng/umbrella\",\n+ \"author\": \"Karsten Schmidt <k+npm@thi.ng>\",\n+ \"license\": \"Apache-2.0\",\n+ \"scripts\": {\n+ \"dev\": \"webpack -w\",\n+ \"clean\": \"rm...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update dep graph
1
docs
null
679,913
01.02.2018 21:57:33
0
afb869b0d2181ee0356a8f80dc610230e90be588
docs: add/update readme files
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ All packages are:\n| [`@thi.ng/checks`](./packages/checks) | [![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/checks.svg)](https://www.npmjs.com/package/@thi.ng/checks) | [changelog](./packages/checks/CHANGELOG.md) |\n| [`@thi.ng/csp`](./packages/cs...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add/update readme files
1
docs
null
679,913
02.02.2018 02:10:55
0
e939586a3b76a4fdd2706d7000d73b3deeb775be
feat(examples): add hdom benchmark
[ { "change_type": "ADD", "diff": "+# hdom-benchmark\n+\n+[Live demo](http://demo.thi.ng/umbrella/hiccup-dom/benchmark/)\n+\n+```\n+git clone https://github.com/thi-ng/umbrella.git\n+cd umbrella/examples/hdom-benchmark\n+yarn install\n+yarn dev\n+```\n", "new_path": "examples/hdom-benchmark/README.md", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hdom benchmark
1
feat
examples
679,913
02.02.2018 02:40:31
0
e69774dff90063eb67ef00c23f4e8c041bc58bd1
fix(examples): benchmark
[ { "change_type": "MODIFY", "diff": "Made with\n<a href=\"https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-dom\">@thi.ng/hiccup-dom</a>.\n</footer>\n- <script type=\"text/javascript\" src=\"bundle.min.js\"></script>\n+ <script type=\"text/javascript\" src=\"bundle.js\"></script>\n</body>\n</htm...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): benchmark
1
fix
examples
679,913
02.02.2018 02:41:05
0
5e6eb8321f04f062ba01d45a6b1489341cc79bd3
chore: add make-example script
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+\n+readonly MODULE=\"examples/$1\"\n+readonly AUTHOR=\"Karsten Schmidt\"\n+readonly EMAIL=\"k+npm@thi.ng\"\n+\n+echo \"generating module: $MODULE\"\n+mkdir -p $MODULE\n+\n+echo \"creating /src folder...\"\n+mkdir -p $MODULE/src\n+touch $MODULE/src/index.ts\n+\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: add make-example script
1
chore
null
679,913
02.02.2018 12:27:49
0
c2fed17065d4c132155d8a4bd98468f2b480c6a5
feat(examples): add hdom-basics example
[ { "change_type": "ADD", "diff": "+# hdom-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/hiccup-dom/basics/)\n+\n+```\n+git clone https://github.com/thi-ng/umbrella.git\n+cd umbrella/examples/hdom-basics\n+yarn install\n+yarn dev\n+```\n+\n+Then open `index.html` in your browser...\n\\ No newline at end...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hdom-basics example
1
feat
examples
679,913
02.02.2018 12:59:15
0
d573bc5332f0f716b98fc1af4a2a09adedb7ed58
docs: update hiccup* readme files
[ { "change_type": "MODIFY", "diff": "## About\n-Lighweight reactive DOM components using only vanilla JS data structures\n+Lightweight reactive DOM components using only vanilla JS data structures\n(arrays, objects, closures, iterators), based on\n[@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/mast...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update hiccup* readme files
1
docs
null
679,913
02.02.2018 13:02:21
0
10d9ecbfc47c8e3a513c36ce2fecc89392c5e03f
docs(hiccup-dom): fix example link
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ const app = () => {\nstart(document.body, app());\n```\n-[Live demo](http://demo.thi.ng/umbrella/hiccup-dom/basics/) | [standalone example](./examples/hdom-basics)\n+[Live demo](http://demo.thi.ng/umbrella/hiccup-dom/basics/) | [standalone example](../.....
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-dom): fix example link
1
docs
hiccup-dom