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
679,913
27.02.2018 14:34:18
0
8a070ff278067fc4cd3c008e1dcbb7744f4e4497
feat(hiccup-dom): start(), add optional spans arg
[ { "change_type": "MODIFY", "diff": "import { isString } from \"@thi.ng/checks/is-string\";\n-import { diffElement, normalizeTree } from \"./diff\";\n+import { diffElement } from \"./diff\";\n+import { normalizeTree } from \"./normalize\";\n/**\n* Takes a parent DOM element (or ID) and hiccup tree\n@@ -10,15...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom): start(), add optional spans arg
1
feat
hiccup-dom
807,849
27.02.2018 14:47:16
28,800
9d0ae4870205635a193d8b5e5e3dd78b361be374
chore(appveyor): set PATH before install, shallow_clone: true
[ { "change_type": "MODIFY", "diff": "# don't build tags, it's redundant\nskip_tags: true\n-clone_depth: 1\n+shallow_clone: true\nenvironment:\nNO_UPDATE_NOTIFIER: \"1\"\n@@ -19,8 +19,9 @@ cache:\ninstall:\n- ps: Install-Product node $env:nodejs_version\n- npm config set loglevel warn\n- - IF %nodejs_version%...
JavaScript
MIT License
lerna/lerna
chore(appveyor): set PATH before install, shallow_clone: true
1
chore
appveyor
807,849
27.02.2018 14:48:21
28,800
0d362b9581cd36137887d9241000e3cce27a4167
chore(travis): always install latest npm, use full command names
[ { "change_type": "MODIFY", "diff": "@@ -23,10 +23,9 @@ cache:\nbefore_install:\n- npm config set loglevel warn\n- - if [[ `node -v` == v6* ]]; then npm i -g npm@latest-5; fi\n- - if [[ `npm -v` != `npm v npm dist-tags.latest-5` ]]; then npm i -g npm@latest-5; fi\n+ - npm install --global npm@latest\n-instal...
JavaScript
MIT License
lerna/lerna
chore(travis): always install latest npm, use full command names
1
chore
travis
679,913
27.02.2018 15:14:42
0
4a8feffce5ef7488351173c0c1c160eceb4dae6c
docs(hiccup-dom): fix update readme
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,10 @@ If you're interested in using this, please also consider the\npackages to integrate app state handling, event streams & reactive value\nsubscriptions. More examples are forthcoming...\n+## Status\n+\n+This project is currently still in BETA. The overall...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-dom): fix #7, update readme
1
docs
hiccup-dom
807,849
27.02.2018 15:19:49
28,800
d86f768ea1eff781a97e0a9c2cfbd9ffe4bb08ba
chore: bump conventional-changelog-*
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"camelcase\": {\n- \"version\": \"2.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz\",\n- \"integrity\": \"sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=\"\n+ \"version\": \"4.1.0\",\n+ \"resolved\": \"https://registry.npmjs.org...
JavaScript
MIT License
lerna/lerna
chore: bump conventional-changelog-*
1
chore
null
815,745
27.02.2018 18:03:41
-7,200
66a0a8c6883b9ff35760d39ce948b6b5eebef337
fix: close dropdown on outside click fixes fixes
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,9 @@ import { DataService } from '../shared/data.service';\nbindLabel=\"company\"\nplaceholder=\"Select item\"\nappendTo=\"body\"\n- [(ngModel)]=\"selected\">\n+ multiple=\"true\"\n+ [closeOnSelect]=\"false\"\n+ [(ngModel)]=\"selected2\">\n</ng-select>\n</div...
TypeScript
MIT License
ng-select/ng-select
fix: close dropdown on outside click (#296) fixes #289, fixes #270
1
fix
null
815,746
27.02.2018 18:04:48
-7,200
3d6b035791c791d3e7dc710c5a62f0a42643afee
chore(release): 0.23.1
[ { "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.23.1\"></a>\n+## [0.23.1](https://github.com/ng-select/ng-select/compare/v0.23.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.23.1
1
chore
release
807,849
27.02.2018 18:31:05
28,800
41d475927dde5fd98711e524ddbdbb5c7f60f82f
chore: Update CHANGELOG for v3.0.0-alpha.1
[ { "change_type": "MODIFY", "diff": "+## v3.0.0-alpha.1 (2018-02-28)\n+\n+#### :boom: Breaking Change\n+\n+* [#1278](https://github.com/lerna/lerna/pull/1278) Add universal hosted git URL support. ([@evocateur](https://github.com/evocateur))\n+* [#1289](https://github.com/lerna/lerna/pull/1289) Convert comma...
JavaScript
MIT License
lerna/lerna
chore: Update CHANGELOG for v3.0.0-alpha.1
1
chore
null
791,699
28.02.2018 04:01:54
-39,600
cb7bcc23bc5cdce32c7d47e977f48099d8e1f758
core(response-compression): also check x-original-content-encoding
[ { "change_type": "MODIFY", "diff": "const Gatherer = require('../gatherer');\nconst gzip = require('zlib').gzip;\n+const compressionHeaders = ['content-encoding', 'x-original-content-encoding'];\nconst compressionTypes = ['gzip', 'br', 'deflate'];\nconst binaryMimeTypes = ['image', 'audio', 'video'];\nconst...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(response-compression): also check x-original-content-encoding (#4607)
1
core
response-compression
815,746
28.02.2018 09:41:01
-7,200
fc5c58aa33983e4ffbaf575e84e18438059f9ffb
fix: bundle size fixes
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"clean\": \"rimraf out-tsc dist/*\",\n\"prebuild\": \"npm run clean\",\n- \"build\": \"ng-packagr -p ./src/ng-package.json && npm run build:themes\",\n+ \"build\": \"ng-packagr -p ./src/package.json && npm run build:themes\",\n\"build:demo\": \"rimraf dis...
TypeScript
MIT License
ng-select/ng-select
fix: bundle size (#304) fixes #300
1
fix
null
815,746
28.02.2018 09:41:45
-7,200
3957d8091a1a53d1bfb3e494a5077e2f292e1c50
chore(release): 0.23.2
[ { "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.23.2\"></a>\n+## [0.23.2](https://github.com/ng-select/ng-select/compare/v0.23.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.23.2
1
chore
release
679,913
28.02.2018 12:36:10
0
050a5656d11139f39553ab65532e73b1144f544f
docs(hiccup-dom): update initial readme example
[ { "change_type": "MODIFY", "diff": "@@ -23,32 +23,34 @@ Benefits:\n- Only ~10KB minified\n```typescript\n-import { serialize } from \"@thi.ng/hiccup\";\n-import { start } from \"@thi.ng/hiccup-dom\";\n+import * as hiccup from \"@thi.ng/hiccup\";\n+import * as hdom from \"@thi.ng/hiccup-dom\";\n// stateless ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-dom): update initial readme example
1
docs
hiccup-dom
679,913
28.02.2018 13:24:20
0
ca17389c026fe6dc976287a4fb6f7067784e0a44
feat(hiccup-dom): add support for function attribs, add docs update setAttrib & setAttribs()
[ { "change_type": "MODIFY", "diff": "@@ -111,11 +111,11 @@ function diffAttributes(el: Element, prev: any, curr: any) {\nremoveAttribs(el, delta.dels);\nfor (edits = delta.edits, i = edits.length - 1; i >= 0; i--) {\ne = edits[i];\n- setAttrib(el, e[0], e[1]);\n+ setAttrib(el, e[0], e[1], curr);\n}\nfor (edi...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom): add support for function attribs, add docs - update setAttrib & setAttribs()
1
feat
hiccup-dom
791,690
28.02.2018 15:42:24
28,800
662b387b8e89296d9f988333313b4394f8721eb9
misc(typecheck): add dependency graph to tsc
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,8 @@ const Node = require('./node');\nclass CPUNode extends Node {\n/**\n- * @param {!TraceEvent} parentEvent\n- * @param {!Array<TraceEvent>=} childEvents\n+ * @param {LH.TraceEvent} parentEvent\n+ * @param {LH.TraceEvent[]=} childEvents\n*/\nconstructor(paren...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(typecheck): add dependency graph to tsc (#4605)
1
misc
typecheck
791,690
28.02.2018 16:06:51
28,800
fb3fbc3df337f9984f54574d054fa9794daf22f8
core(network-requests): add network requests audit
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,13 @@ module.exports = [\n// Can be flaky, so test float rawValue instead of boolean score\nrawValue: '<1000',\n},\n+ 'network-requests': {\n+ details: {\n+ items: {\n+ length: '>5',\n+ },\n+ },\n+ },\n'uses-rel-preload': {\nscore: '<100',\nrawValue: '>500',\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(network-requests): add network requests audit (#4631)
1
core
network-requests
815,746
28.02.2018 21:05:08
-7,200
1a254ef0e4126cf033ab7ca1cae8e05746d293ff
fix: remove uneeded node removal logic fixes
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,6 @@ export class NgDropdownPanelComponent implements OnDestroy {\nngOnDestroy() {\nthis._disposeDocumentResizeListener();\nthis._disposeScrollListener();\n- this._elementRef.nativeElement.remove();\n}\nrefresh() {\n", "new_path": "src/ng-select/ng-drop...
TypeScript
MIT License
ng-select/ng-select
fix: remove uneeded node removal logic (#305) fixes #303
1
fix
null
815,746
28.02.2018 21:05:47
-7,200
43b67765409a152d525c87efdd5ef79af23cd90f
chore(release): 0.23.3
[ { "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.23.3\"></a>\n+## [0.23.3](https://github.com/ng-select/ng-select/compare/v0.23.2......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.23.3
1
chore
release
815,746
28.02.2018 22:11:22
-7,200
ea6b636efe6bc7ee96d50fdfa4b809ed3d529069
feat: disable virtual scroll by default
[ { "change_type": "MODIFY", "diff": "@@ -119,36 +119,37 @@ map: {\n## API\n| Input | Type | Default | Required | Description |\n| ------------- | ------------- | ------------- | ------------- | ------------- |\n-| [items] | `Array<NgOption>` | `[]` | yes | Items array |\n-| bindLabel | `string` | `label` | n...
TypeScript
MIT License
ng-select/ng-select
feat: disable virtual scroll by default (#299)
1
feat
null
679,913
01.03.2018 00:13:59
0
ed23376dac38b67c79641b4df71edcd94dd8607a
perf(atom): add optimized getters for path len < 5 benchmark (len=4) now: 57ms vs 3150ms (55x faster!)
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,23 @@ function compG(k, f) {\nreturn (s) => s ? f(s[k]) : undefined;\n}\n-function toPath(path: PropertyKey | PropertyKey[]) {\n+/**\n+ * Converts the given key path to canonical form (array).\n+ *\n+ * ```\n+ * toPath(\"a.b.c\");\n+ * // [\"a\", \"b\", \"c\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(atom): add optimized getters for path len < 5 - benchmark (len=4) now: 57ms vs 3150ms (55x faster!)
1
perf
atom
679,913
01.03.2018 00:35:54
0
55c6a7d598dd782d96c43ee63643c51e480da8a7
perf(atom): add optimized setter() for path len < 5, fix toPath() treat empty string as zero-length path
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,14 @@ function compG(k, f) {\n* @param path\n*/\nexport function toPath(path: PropertyKey | PropertyKey[]) {\n- return isArray(path) ? path : isString(path) ? path.split(\".\") : [path];\n+ return isArray(path) ? path : isString(path) ? path.length > 0 ? pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(atom): add optimized setter() for path len < 5, fix toPath() - treat empty string as zero-length path
1
perf
atom
679,913
01.03.2018 00:38:36
0
8c0c621c2f840f91177974148e469085b6cdfe08
feat(atom): add View type to create derrived views/value subscriptions
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,8 @@ import * as api from \"@thi.ng/api/api\";\nexport type SwapFn<T> = (curr: T, ...args: any[]) => T;\n+export type ViewTransform<A, B> = (x: A) => B;\n+\nexport interface ReadonlyAtom<T> extends\napi.IDeref<T>,\napi.IWatch<T> {\n", "new_path": "packages/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add View type to create derrived views/value subscriptions
1
feat
atom
679,913
01.03.2018 01:34:17
0
9ad83b270377a077699651dc5182b8cef65dd6f9
feat(atom): add IView, IViewable, impl for Atom, Cursor, History update IAtom to include IViewable update View & ViewTransform generics
[ { "change_type": "MODIFY", "diff": "import * as api from \"@thi.ng/api/api\";\n+import { IDeref, IID, IRelease } from \"@thi.ng/api/api\";\n+\n+export type Path = PropertyKey | PropertyKey[];\nexport type SwapFn<T> = (curr: T, ...args: any[]) => T;\n-export type ViewTransform<A, B> = (x: A) => B;\n+export t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add IView, IViewable, impl for Atom, Cursor, History - update IAtom to include IViewable - update View & ViewTransform generics
1
feat
atom
679,913
01.03.2018 01:34:37
0
a0ce6e76c3571d9f5b6e8fd5a604abbc4132ca61
refactor(atom): update Path type references
[ { "change_type": "MODIFY", "diff": "import { isArray } from \"@thi.ng/checks/is-array\";\nimport { isString } from \"@thi.ng/checks/is-string\";\n-import { SwapFn } from \"./api\";\n+import { Path, SwapFn } from \"./api\";\nfunction compS(k, f) {\nreturn (s, v) => ({ ...s, [k]: f((s || {})[k], v) });\n@@ -2...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): update Path type references
1
refactor
atom
807,849
01.03.2018 11:27:49
28,800
2288513939a4119c951a129b68ed418afc624cf9
chore: extract normalize-test-root from integration test
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const normalizePath = require(\"normalize-path\");\n+const path = require(\"path\");\n+\n+module.exports = normalizeTestRoot;\n+\n+function normalizeTestRoot(cwd) {\n+ // lol windows paths often look like escaped slashes, so re-re-escape them :P\n+ cons...
JavaScript
MIT License
lerna/lerna
chore: extract normalize-test-root from integration test
1
chore
null
791,723
01.03.2018 15:24:38
28,800
cc536883f8928d1591a376b719667c3a6fedefea
docs(understanding-results): description can dynamically be the failureDescription
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ An object containing the results of the audits, keyed by their name.\n| Name | Type | Description |\n| -- | -- | -- |\n| name | `string` | The string identifier of the audit in kebab case. |\n-| description | `string` | The brief description of the audit...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(understanding-results): description can dynamically be the failureDescription
1
docs
understanding-results
807,849
01.03.2018 18:09:35
28,800
2ead31074cbc8396d34e051d651c48226859aa87
fix: use localeCompare to sort packages by path
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ function collectPackages({ packageConfigs, rootPath }) {\n{ concurrency: 4 }\n).then(results => {\n// fast-glob does not respect pattern order, so we re-sort by absolute path\n- const lexicalByLocation = (a, b) => b.location < a.location;\n+ const lexica...
JavaScript
MIT License
lerna/lerna
fix: use localeCompare to sort packages by path
1
fix
null
807,849
01.03.2018 18:09:53
28,800
e91c9f2cc1d02d2291c870fe3c2cc79c798decf8
fix: disable progress in commands that only output lists
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,9 @@ class LsCommand extends Command {\n}\ninitialize() {\n+ // don't interrupt stdio\n+ this.logger.disableProgress();\n+\nthis.resultList = this.filteredPackages.map(pkg => ({\nname: pkg.name,\nversion: pkg.version,\n", "new_path": "src/commands/LsComma...
JavaScript
MIT License
lerna/lerna
fix: disable progress in commands that only output lists
1
fix
null
807,849
01.03.2018 18:12:15
28,800
cdedffa6bafeb4da977cb16da6823d5052119316
chore: alpha versions should be published to the 'next' dist-tag
[ { "change_type": "MODIFY", "diff": "\"bin\",\n\"src\"\n],\n+ \"publishConfig\": {\n+ \"tag\": \"next\"\n+ },\n\"scripts\": {\n\"ci\": \"npm test -- --ci --coverage --verbose && npm run integration -- --ci\",\n\"fix\": \"npm run lint -- --fix\",\n", "new_path": "package.json", "old_path": "package.js...
JavaScript
MIT License
lerna/lerna
chore: alpha versions should be published to the 'next' dist-tag
1
chore
null
807,849
01.03.2018 18:36:44
28,800
04760f381456c9987ba8b4418a4ea4ad597b9725
fix: Don't resolve relative links in private packages refs
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,8 @@ class PublishCommand extends Command {\nresolveLocalDependencyLinks() {\n// resolve relative file: links to their actual version range\nconst updatesWithLocalLinks = this.updates.filter(\n- ({ localDependencies }) =>\n+ ({ pkg, localDependencies }) =>\...
JavaScript
MIT License
lerna/lerna
fix: Don't resolve relative links in private packages refs #1262
1
fix
null
679,913
01.03.2018 18:41:55
0
ae7c7f5d56f31551e61e5e8a386ed0029a160c32
docs(atom): update readme, add View examples
[ { "change_type": "MODIFY", "diff": "## About\nClojure inspired mutable wrappers for (usually) immutable values, with support\n-for watches, cursors (direct access to nested values), undo/redo history.\n+for watches, cursors (direct access to nested values), derived view\n+subscriptions and undo/redo history...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update readme, add View examples
1
docs
atom
807,849
01.03.2018 18:44:06
28,800
453548bceec67aadb3db7456a62cdf52cb1fed30
chore: Update CHANGELOG for v3.0.0-alpha.2
[ { "change_type": "MODIFY", "diff": "+## v3.0.0-alpha.2 (2018-03-02)\n+\n+#### :bug: Bug Fix\n+\n+* Sort packages correctly ([2ead3107](https://github.com/lerna/lerna/commit/2ead3107))\n+* Don't resolve relative links in private packages ([04760f38](https://github.com/lerna/lerna/commit/04760f38))\n+\n+#### ...
JavaScript
MIT License
lerna/lerna
chore: Update CHANGELOG for v3.0.0-alpha.2
1
chore
null
679,913
01.03.2018 18:45:07
0
dd66592004f8ee6920be0cc229c7f22593aa7ab1
feat(examples): add login-form demo to illustrate state handling
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/login-form/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# login-form\n+\n+[Live demo](http://demo.thi.ng/umbrella/login-form/)\n+\n+```\n+git clone https://github.com/thi-ng/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add login-form demo to illustrate state handling
1
feat
examples
679,913
01.03.2018 20:22:43
0
3dcc3cb818bef450c79f02543cac7c88839122c2
docs(atom): update example
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ const uiViews = {\nmain: () =>\n[\"div#main\",\n[\"h1\", `Welcome, ${user.deref()}!`],\n- [\"div\", \"Your current app state:\"],\n+ [\"div\", \"Current app state:\"],\n[\"div\",\n[\"textarea\",\n{ cols: 40, rows: 10 },\n@@ -64,10 +64,20 @@ const uiViews...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update example
1
docs
atom
679,913
01.03.2018 20:57:37
0
befaceb0ca46ead3f516de9b28b9158c47cc7be3
docs(atom): update readme example
[ { "change_type": "MODIFY", "diff": "@@ -64,17 +64,17 @@ const uiViews = {\n]\n};\n-// finally define another derived view including a transformer\n-// which maps the current app state value to its correct UI component\n-// (incl. a fallback for illegal app states)\n+// finally define another derived view fo...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update readme example
1
docs
atom
791,723
02.03.2018 08:44:01
28,800
231642d15eed35161b177e946cded0458411101a
core(http-redirect): drop use of getSecurityState() to gain Android support
[ { "change_type": "MODIFY", "diff": "@@ -312,17 +312,6 @@ class Driver {\n});\n}\n- getSecurityState() {\n- return new Promise((resolve, reject) => {\n- this.once('Security.securityStateChanged', data => {\n- this.sendCommand('Security.disable')\n- .then(_ => resolve(data), reject);\n- });\n-\n- this.sendCom...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(http-redirect): drop use of getSecurityState() to gain Android support (#4661)
1
core
http-redirect
807,849
02.03.2018 12:41:34
28,800
be1b4434e9cf840f88d6aa0552065fb9d19977e6
refactor(npm-install): pass Package as first parameter
[ { "change_type": "MODIFY", "diff": "@@ -162,9 +162,9 @@ class BootstrapCommand extends Command {\ninstallRootPackageOnly() {\nconst tracker = this.logger.newItem(\"install dependencies\");\n- return npmInstall(this.repository.rootPath, this.npmConfig).then(() => {\n+ return npmInstall(this.repository.packag...
JavaScript
MIT License
lerna/lerna
refactor(npm-install): pass Package as first parameter
1
refactor
npm-install
807,849
02.03.2018 12:46:14
28,800
0cc3b5537ed914477b16f418ec8e101e2d07eaf9
refactor(utils/npm-*): pass Package to getExecOpts()
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ const log = require(\"npmlog\");\nmodule.exports = getExecOpts;\n-function getExecOpts(directory, registry) {\n+function getExecOpts(pkg, registry) {\nconst opts = {\n- cwd: directory,\n+ cwd: pkg.location,\n};\nif (registry) {\n", "new_path": "src/uti...
JavaScript
MIT License
lerna/lerna
refactor(utils/npm-*): pass Package to getExecOpts()
1
refactor
utils/npm-*
807,849
02.03.2018 12:47:27
28,800
aaac03071e31f1584eb27fe65313280126ef5b8d
fix: avoid redundant Object.assign() in execa
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ function getExecOpts(pkg, registry) {\n};\nif (registry) {\n+ opts.extendEnv = false;\nopts.env = Object.assign({}, process.env, {\nnpm_config_registry: registry,\n});\n", "new_path": "src/utils/get-npm-exec-opts.js", "old_path": "src/utils/get-n...
JavaScript
MIT License
lerna/lerna
fix: avoid redundant Object.assign() in execa
1
fix
null
807,849
02.03.2018 12:47:51
28,800
a75fe7df9f905cf2e170e9a82aee1b3bf6b66f2a
refactor(npm-install): rename internal function
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const FileSystemUtilities = require(\"../FileSystemUtilities\");\nconst getExecOpts = require(\"./get-npm-exec-opts\");\nmodule.exports = npmInstall;\n-module.exports.dependencies = installInDir;\n+module.exports.dependencies = npmInstallDependencies;\nf...
JavaScript
MIT License
lerna/lerna
refactor(npm-install): rename internal function
1
refactor
npm-install
791,719
02.03.2018 13:12:10
28,800
c60efa4a2a8eb0f8c135973a142ed56d536f6e92
report(description): update helpText for document.title audit
[ { "change_type": "MODIFY", "diff": "@@ -20,10 +20,10 @@ class DocumentTitle extends AxeAudit {\nreturn {\nname: 'document-title',\ndescription: 'Document has a `<title>` element',\n- failureDescription: 'Document does not have a `<title>` element',\n- helpText: 'Screen reader users use page titles to get an...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(description): update helpText for document.title audit (#4677)
1
report
description
679,913
02.03.2018 15:42:05
0
3d8aa324d0ad3f2f3c3f9031ff932b6b0f41466e
fix(transducers): flattenWith()
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,9 @@ export function flattenWith<T>(fn: (x: T) => Iterable<T>): Transducer<T | Iterab\nreturn (rfn: Reducer<any, T>) => {\nconst r = rfn[2];\nconst flatten = (acc, x) => {\n- x = fn(x);\n- if (x) {\n- for (let y of x) {\n+ const xx = fn(x);\n+ if (xx) {\n+ for ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): flattenWith()
1
fix
transducers
679,913
02.03.2018 15:46:09
0
2316d4d1bc2094fcd639a878c2f75f854948ad3e
test(transducers): add flatten() tests
[ { "change_type": "ADD", "diff": "+import * as tx from \"../src\";\n+\n+import * as assert from \"assert\";\n+\n+describe(\"flatten\", () => {\n+ it(\"empty arrays\", () => {\n+ assert.deepEqual(tx.transduce(tx.flatten(), tx.push(), []), []);\n+ assert.deepEqual(tx.transduce(tx.flatten(), tx.push(), [[], []]...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(transducers): add flatten() tests
1
test
transducers
807,849
02.03.2018 16:23:47
28,800
49289078c3da073d0de56cd1de788bbb57a69aa7
chore: remove double-dash workaround Jest 22.4+ fixed the underlying problem.
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ module.exports = commandRunner;\n*/\nfunction commandRunner(commandModule) {\nconst cmd = commandModule.command.split(\" \")[0];\n- const hackDoubleDash = makeWorkAround();\nreturn cwd => {\n// create a _new_ yargs instance every time cwd changes to avoi...
JavaScript
MIT License
lerna/lerna
chore: remove double-dash workaround Jest 22.4+ fixed the underlying problem.
1
chore
null
807,849
02.03.2018 16:36:12
28,800
a4ce01bd88986c100f3a74e94e1b016f519bbc7f
chore: Update CHANGELOG for v3.0.0-alpha.3
[ { "change_type": "MODIFY", "diff": "+## v3.0.0-alpha.3 (2018-03-03)\n+\n+#### :bug: Bug Fix\n+\n+* [#1302](https://github.com/lerna/lerna/pull/1302) Use npm-lifecycle to run solitary lifecycle phases. ([@evocateur](https://github.com/evocateur))\n+\n+#### :nail_care: Polish\n+\n+* [#1300](https://github.com...
JavaScript
MIT License
lerna/lerna
chore: Update CHANGELOG for v3.0.0-alpha.3
1
chore
null
679,913
02.03.2018 18:44:52
0
91938edeeca3efb037a009c64e08ef7db37bde19
feat(transducers): add permutations()/permutationsN() generators
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,7 @@ export * from \"./iter/cycle\";\nexport * from \"./iter/iterate\";\nexport * from \"./iter/keys\";\nexport * from \"./iter/pairs\";\n+export * from \"./iter/permutations\";\nexport * from \"./iter/range\";\nexport * from \"./iter/range2d\";\nexport * f...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add permutations()/permutationsN() generators
1
feat
transducers
679,913
02.03.2018 21:08:37
0
488462e1dc7443cf3021c7530eb26c65029962f0
refactor(transducers): update permutations()/permutationsN(), add tests
[ { "change_type": "MODIFY", "diff": "import { range } from \"./range\";\n-import { repeatedly } from \"./repeatedly\";\n+import { isArray } from \"@thi.ng/checks/is-array\";\n+import { isString } from \"@thi.ng/checks/is-string\";\n/**\n* Iterator yielding the Cartesian Product of the given iterables.\n- * A...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): update permutations()/permutationsN(), add tests
1
refactor
transducers
679,913
02.03.2018 21:09:29
0
2f5abce3dc77801e9964ad09baa5e91abaa40203
refactor(transducers): update swizzler() arg types
[ { "change_type": "MODIFY", "diff": "* swizzler([1, 1, 3, 3])([1, 2, 3, 4]) // [ 2, 2, 4, 4 ]\n* swizzler([2, 0])([1, 2, 3]) // [ 3, 1 ]\n* ```\n- * Even though, any object can be used as input, the returned\n- * values will always be in array form.\n+ * Even though, any object can be used as input to the ge...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): update swizzler() arg types
1
refactor
transducers
791,813
03.03.2018 00:20:45
-3,600
fd750fc20cc8dc0f07c73ba8da996f88869509b6
core(is-crawlable): determine if page indexing is blocked by robots.txt
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst Audit = require('../audit');\n+const robotsParser = require('robots-parser');\n+const URL = require('../../lib/url-shim');\nconst BLOCKLIST = new Set([\n'noindex',\n'none',\n@@ -65,7 +67,7 @@ class IsCrawlable extends Audit {\nfailureDescription: 'Pag...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(is-crawlable): determine if page indexing is blocked by robots.txt (#4548)
1
core
is-crawlable
679,913
03.03.2018 03:22:24
0
f1c53150b19d768a2c7a4a8f34a1a53eabf3f32e
refactor(hdom): rename package hiccup-dom => hdom
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom/.npmignore", "old_path": "packages/hiccup-dom/.npmignore" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom/CHANGELOG.md", "old_path": "packages/hiccup-dom/CHANGELOG.md" }, { "change_type...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): rename package hiccup-dom => hdom
1
refactor
hdom
679,913
03.03.2018 03:25:25
0
79e1b0978f65a0f7817cf993c865d1fa62cd9e42
docs(hdom): update readme BREAKING CHANGE: rename package hiccup-dom => hdom
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ Benefits:\n- No pre-processing / pre-compilation steps\n- No string parsing / interpolation steps\n- Less verbose than HTML, resulting in smaller file sizes\n-- Static components can be distributed as JSON (or [dynamically compose components, based on JS...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hdom): update readme BREAKING CHANGE: rename package hiccup-dom => hdom
1
docs
hdom
679,913
03.03.2018 03:27:09
0
752a78bba4411c7efeb6e314d8d68fca4bf5b710
feat(hdom-components): rename package hiccup-dom-component => hdom-components BREAKING CHANGE: rename package hiccup-dom-component => hdom-components
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom-components/.npmignore", "old_path": "packages/hiccup-dom-components/.npmignore" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/hdom-components/CHANGELOG.md", "old_path": "packages/hiccup-dom-compon...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-components): rename package hiccup-dom-component => hdom-components BREAKING CHANGE: rename package hiccup-dom-component => hdom-components
1
feat
hdom-components
679,913
03.03.2018 03:49:52
0
db98e5e56e0a881ce9f7007d2a98924858713a2d
chore: update make-example
[ { "change_type": "MODIFY", "diff": "@@ -31,10 +31,10 @@ cat << EOF > $MODULE/package.json\n\"webpack\": \"^3.10.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.0.0\",\n- \"@thi.ng/hiccup-dom\": \"^1.0.5\",\n+ \"@thi.ng/api\": \"^2.0.3\",\n+ \"@thi.ng/hdom\": \"^2.0.0\",\n\"@thi.ng/rstream\": \"^1.0.0\...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update make-example
1
chore
null
679,913
03.03.2018 03:57:08
0
6c628213654a78269fbafa6f6dfe2d79854a3930
docs(hdom): fix diagram link
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ difference between the old and new DOM trees (both nested JS arrays).\nComponents can be defined as static arrays, closures or objects with life cycle\nhooks (init, render, release).\n-![hdom dataflow](https://github.com/thi-ng/umbrella/tree/master/asset...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hdom): fix diagram link
1
docs
hdom
679,913
03.03.2018 04:36:08
0
92fb7b071db01feb82e1f0a8a3dd7f57c329edba
chore(examples): update links in html files
[ { "change_type": "MODIFY", "diff": "<footer>\nMade with\n<a href=\"https://github.com/thi-ng/umbrella/tree/master/packages/transducers\">@thi.ng/transducers</a> and\n- <a href=\"https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-dom\">@thi.ng/hiccup-dom</a>.\n+ <a href=\"https://github.com/thi-n...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(examples): update links in html files
1
chore
examples
679,913
03.03.2018 06:07:34
0
3a4cf1e67f6f27a605e8b40abcb64ec31e00dce6
feat(hiccup-css): add package
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "packages/hiccup-css/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# @thi.ng/hiccup-css\n+\n+[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add package @thi.ng/hiccup-css
1
feat
hiccup-css
679,913
03.03.2018 06:15:05
0
5247b8f4b31dabeadfcdb49be550750bd4b25303
feat(hiccup-css): add/fix class handling, update Format
[ { "change_type": "MODIFY", "diff": "@@ -10,17 +10,18 @@ import { map } from \"@thi.ng/transducers/xform/map\";\nexport interface Format {\nrules: string;\nruleSep: string;\n+ valSep: string;\ndecls: string;\ndeclsStart: string;\ndeclEnd: string;\nindent: string;\n}\n-const NO_SPACES = \":[\";\n+const NO_SPA...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add/fix class handling, update Format
1
feat
hiccup-css
791,707
03.03.2018 09:29:28
-39,600
54225c419f3c41f04af186465cf47949dd790378
deps(axe-core): update axe-core to 3.0.0-beta.2 release
[ { "change_type": "MODIFY", "diff": "\"zone.js\": \"^0.7.3\"\n},\n\"dependencies\": {\n- \"axe-core\": \"2.6.1\",\n+ \"axe-core\": \"3.0.0-beta.2\",\n\"chrome-devtools-frontend\": \"1.0.422034\",\n\"chrome-launcher\": \"^0.10.2\",\n\"configstore\": \"^3.1.1\",\n", "new_path": "package.json", "old_pat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(axe-core): update axe-core to 3.0.0-beta.2 release (#4595)
1
deps
axe-core
679,913
03.03.2018 14:13:42
0
d837199ddb7ce2aaf966eaa7bbf2f7675723b510
feat(hiccup-css): add CSSOpts, mediaQuery(), fn expansion add CSSOpts w/ autoprefix & vendor config split FORMATS => COMPACT, PRETTY consts update css() to accept options arg update css() to accept function as rules update formatDecls() to accept fns as attrib values add nested indentation support for pretty printing
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\n+import { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { transduce } from \"@thi.ng/trans...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add CSSOpts, mediaQuery(), fn expansion - add CSSOpts w/ autoprefix & vendor config - split FORMATS => COMPACT, PRETTY consts - update css() to accept options arg - update css() to accept function as rules - update formatDecls() to accept fns as attrib values - add nested indentation support for pret...
1
feat
hiccup-css
679,913
03.03.2018 14:40:41
0
a53d2a5f704e3b8df2faf9ec988e12bab6917877
feat(hiccup-css): add keyframes(), split module into separate src files
[ { "change_type": "ADD", "diff": "+export interface Format {\n+ rules: string;\n+ ruleSep: string;\n+ valSep: string;\n+ decls: string;\n+ declStart: string;\n+ declEnd: string;\n+ indent: string;\n+}\n+\n+export interface CSSOpts {\n+ format: Format;\n+ autoprefix: string[] | Set<string>;\n+ vendors: string...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add keyframes(), split module into separate src files
1
feat
hiccup-css
679,913
03.03.2018 14:49:29
0
e687230c69180e14c0e1f3fe69f184b680f11e31
feat(hiccup-css): add default vendor prefixes
[ { "change_type": "MODIFY", "diff": "@@ -15,5 +15,12 @@ export interface CSSOpts {\ndepth: number;\n}\n+export const DEFAULT_VENDORS = [\n+ \"-moz-\",\n+ \"-ms-\",\n+ \"-o-\",\n+ \"-webkit-\"\n+];\n+\nexport const COMPACT: Format = { rules: \"\", ruleSep: \",\", valSep: \"\", decls: \"\", declStart: \"{\", d...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add default vendor prefixes
1
feat
hiccup-css
815,802
03.03.2018 20:14:39
0
c5164403f605e2dc4da1ec66a2e5e010230e005f
fix(scrollToEnd): fire when scroll equal to clientHeight.
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ export class NgDropdownPanelComponent implements OnDestroy {\nthis.paddingElementRef.nativeElement :\nthis.contentElementRef.nativeElement;\n- if (scroll.scrollTop + panel.clientHeight > padding.clientHeight) {\n+ if (scroll.scrollTop + panel.clientHei...
TypeScript
MIT License
ng-select/ng-select
fix(scrollToEnd): fire when scroll equal to clientHeight. (#318)
1
fix
scrollToEnd
679,913
03.03.2018 22:00:44
0
6de6b279340c8f160c36aabebb6bd38882a0ed9e
perf(hiccup-dom): minor optimizations
[ { "change_type": "MODIFY", "diff": "export function at_import(url: string, ...queries: string[]) {\n- return (acc, _) => {\n- if (queries.length === 0) {\n- acc.push(`@import url(${url});`);\n- } else {\n- acc.push(`@import url(${url}) ${queries.join(\" \")};`);\n- }\n- return acc;\n- }\n+ return (acc, _) =...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(hiccup-dom): minor optimizations
1
perf
hiccup-dom
743,951
04.03.2018 12:04:37
21,600
11691a670b384e3dce2ee61fc92e6b6965079708
feat: extend *.rc files in addition to json
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ function applyExtends (config, cwd) {\nif (config.hasOwnProperty('extends')) {\nif (typeof config.extends !== 'string') return defaultConfig\n- const isPath = /\\.json$/.test(config.extends)\n+ const isPath = /\\.json|\\..*rc$/.test(config.extends)\nlet ...
JavaScript
MIT License
yargs/yargs
feat: extend *.rc files in addition to json (#1080)
1
feat
null
743,863
04.03.2018 12:46:03
28,800
bee18a4e49439a6f091ad23e0ec3134229201cc1
docs: slight copy-edit nit
[ { "change_type": "MODIFY", "diff": "@@ -812,7 +812,7 @@ var yargs = require(\"yargs\")(['--info'])\nConfigure the `--show-hidden` option that displays the hidden keys (see [`hide()`](#hide)).\n-If the first argument is a boolean, it enables/disables this option altogether. I.e. hidden keys will be permanent...
JavaScript
MIT License
yargs/yargs
docs: slight copy-edit nit
1
docs
null
679,913
04.03.2018 18:54:49
0
428de3c78b7be879f8352585d97e3e94e251091e
feat(hiccup-css): update fn handling, add iterator support, units, comment update fn exec rules (now only head pos vs. other pos in array) add comment() fn add Format.comments flag update COMPACT preset to omit comments add unit format wrappers rename attribIncl() => attribContains() rename attribContains() => attribMa...
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ export interface Format {\ndeclStart: string;\ndeclEnd: string;\nindent: string;\n+ comments: boolean;\n}\nexport interface CSSOpts {\n@@ -25,5 +26,24 @@ export const DEFAULT_VENDORS = [\n\"-webkit-\"\n];\n-export const COMPACT: Format = { rules: \"\", rul...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): update fn handling, add iterator support, units, comment - update fn exec rules (now only head pos vs. other pos in array) - add comment() fn - add Format.comments flag - update COMPACT preset to omit comments - add unit format wrappers - rename attribIncl() => attribContains() - rename attribContain...
1
feat
hiccup-css
679,913
04.03.2018 20:18:29
0
57533c76dfe153103268bab0368c86c24010ed4d
feat(hiccup-css): update conditional handling, add formatCond()
[ { "change_type": "MODIFY", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\n+\nexport type RuleFn = (acc: string[], opts: CSSOpts) => string[];\n+export type Conditional = string | IObjectOf<boolean | number | string>;\n+\nexport interface Format {\nrules: string;\nruleSep: string;\n", "new_pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): update conditional handling, add formatCond()
1
feat
hiccup-css
679,913
04.03.2018 20:19:02
0
e347c2924e3fedf00b6de59e30cd42bbd0f7880d
fix(hiccup-css): query separator
[ { "change_type": "MODIFY", "diff": "import { RuleFn } from \"./api\";\nexport function at_import(url: string, ...queries: string[]): RuleFn {\n- return (acc, _) => (\n+ return (acc, opts) => (\nacc.push(\nqueries.length ?\n- `@import url(${url}) ${queries.join(\" \")};` :\n+ `@import url(${url}) ${queries.j...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-css): @import query separator
1
fix
hiccup-css
679,913
04.03.2018 20:20:38
0
a623117247ec3bb180129188c874fc6e1bd6a1be
refactor(hiccup-css): format stops, rename perc() => percent()
[ { "change_type": "MODIFY", "diff": "import { CSSOpts, RuleFn } from \"./api\";\nimport { formatDecls } from \"./css\";\n+import { percent } from \"./units\";\nimport { indent } from \"./utils\";\n/**\n@@ -8,7 +9,7 @@ import { indent } from \"./utils\";\n* objects. This way any number of stops can be specifi...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-css): format @keyframe stops, rename perc() => percent()
1
refactor
hiccup-css
679,913
04.03.2018 20:20:56
0
cbb9b7f07e6024ece0d2b3cd429b627d58d71956
test(hiccup-css): add/update tests
[ { "change_type": "MODIFY", "diff": "import * as assert from \"assert\";\n-import { css, PRETTY } from \"../src\";\n+import { css, PRETTY, at_import, at_keyframes, at_media } from \"../src\";\nconst rules = {\na: { color: \"red\" },\nb: { border: 0 },\n- f: { foo: (rules) => rules.bar, bar: 1 }\n+ c: { font:...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hiccup-css): add/update tests
1
test
hiccup-css
743,872
04.03.2018 23:38:57
-3,600
32f6a620103433fa7dc312a3197a396fd165c33d
docs: add tip regarding using -- in conjunction with array()
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,16 @@ Tell the parser to interpret `key` as an array. If `.array('foo')` is set,\nAlso, if you use the option multiple times all the values will be flattened in one array\nso `--foo foo --foo bar` will be parsed as `['foo', 'bar']`\n+When the option is used w...
JavaScript
MIT License
yargs/yargs
docs: add tip regarding using -- in conjunction with array() (#1057)
1
docs
null
679,913
05.03.2018 01:40:21
0
02bff871bddae1cb390e2b12f0ad98a465878dba
feat(hiccup-css): add support for iterators as arg type to css()
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,9 @@ export function css(rules: any, opts?: Partial<CSSOpts>) {\nif (isArray(opts.autoprefix)) {\nopts.autoprefix = new Set(opts.autoprefix);\n}\n+ if (isIterable(rules) && !isString(rules)) {\n+ rules = [...rules];\n+ }\nif (isArray(rules)) {\nreturn _css([]...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add support for iterators as arg type to css()
1
feat
hiccup-css
679,913
05.03.2018 01:41:41
0
787d0aba676a41a2f224f31883c980818b17d004
feat(hiccup-css): add more unit types, update px/ms add rad(), turn() force int values for px()/ms()
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,13 @@ export const em = (x: number) => `${x}em`;\nexport const ex = (x: number) => `${x}ex`;\nexport const rem = (x: number) => `${x}rem`;\nexport const percent = (x: number) => `${x}%`;\n-export const px = (x: number) => `${x}px`;\n+export const px = (x: numb...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add more unit types, update px/ms - add rad(), turn() - force int values for px()/ms()
1
feat
hiccup-css
743,891
05.03.2018 02:02:06
-19,080
ea862ae551b8e973534c1fc0248bc85fd8a01c7a
feat: allow hidden options to be displayed with --show-hidden
[ { "change_type": "MODIFY", "diff": "@@ -576,6 +576,11 @@ Describe a `key` for the generated usage information.\nOptionally `.describe()` can take an object that maps keys to descriptions.\n+<a name=\"hide\"></a>.hide(key)\n+--------------------\n+\n+Hides a `key` from the generated usage information. Unless...
JavaScript
MIT License
yargs/yargs
feat: allow hidden options to be displayed with --show-hidden (#1061)
1
feat
null
743,966
05.03.2018 02:14:33
-19,080
9fd4da4223802e6ce1aafe9b0995098bebc6c321
docs: restructured the contents of readme
[ { "change_type": "MODIFY", "diff": "-# Yargs\n+<p align=\"center\">\n+ <img width=\"250\" src=\"/yargs-logo.png\">\n+</p>\n+<h1 align=\"center\"> Yargs </h1>\n+<p align=\"center\">\n+ <b >Yargs be a node.js library fer hearties tryin' ter parse optstrings</b>\n+</p>\n+<br>\n[![Build Status][travis-image]][t...
JavaScript
MIT License
yargs/yargs
docs: restructured the contents of readme (#1082)
1
docs
null
679,913
05.03.2018 04:02:42
0
f3190fff9194950ef954ac0f19cdb62dfa0b1d26
fix(hiccup-css): fn & auto-prefix handling
[ { "change_type": "MODIFY", "diff": "@@ -49,19 +49,21 @@ export function _css(acc: string[], parent: any[], rules: any[], opts: CSSOpts)\nconst n = rules.length;\nconst sel: string[] = [];\nlet curr: any, isFn;\n- for (let i = 0; i < n; i++) {\n- const r = rules[i];\n+\n+ function process(i, r) {\nif (isArra...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-css): fn & auto-prefix handling
1
fix
hiccup-css
679,913
05.03.2018 04:03:25
0
0f416efea2648f88779f7b6730daec8da077158b
feat(hiccup-css): add comment() indentation support
[ { "change_type": "MODIFY", "diff": "-export function comment(body: string, force = false) {\n- return (acc, opts) =>\n- (opts.format.comments || force ?\n- (Array.prototype.push.apply(acc, [\"/* \", body, \" */\"]), acc) :\n- acc);\n+import { RuleFn } from \"./api\";\n+import { indent } from \"./utils\";\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-css): add comment() indentation support
1
feat
hiccup-css
679,913
05.03.2018 04:05:02
0
24983d376721c44913723f37cba407a34254e83c
test(hiccup-css): update tests
[ { "change_type": "MODIFY", "diff": "@@ -75,8 +75,8 @@ describe(\"hiccup-css\", () => {\n\"@import url(foo.css);\"\n);\nassert.equal(\n- css([at_import(\"foo.css\"), /* will be ignored */[\"div\", {}]]),\n- \"@import url(foo.css);\"\n+ css([at_import(\"foo.css\"), [\"div\", {}]]),\n+ \"@import url(foo.css);d...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(hiccup-css): update tests
1
test
hiccup-css
679,913
05.03.2018 04:35:53
0
69036ad1e803b64ae936df5a95e4a4ce34ce988b
minor(hiccup-css): update package desc
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/hiccup-css\",\n\"version\": \"0.0.1\",\n- \"description\": \"CSS as nested data structures\",\n+ \"description\": \"CSS from nested JS data structures\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"https://github.co...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hiccup-css): update package desc
1
minor
hiccup-css
815,746
05.03.2018 08:37:05
-7,200
a497f0569761154ac1dc2d575d9ed7c365e73ced
fix: hide placeholder when value is selected fixes
[ { "change_type": "MODIFY", "diff": "-<div (click)=\"searchable ? open() : toggle()\" class=\"ng-control\">\n+<div (click)=\"searchable ? open() : toggle()\" [class.ng-has-value]=\"hasValue\" class=\"ng-control\">\n<div class=\"ng-value-container\">\n<div class=\"ng-placeholder\">{{placeholder}}</div>\n<div ...
TypeScript
MIT License
ng-select/ng-select
fix: hide placeholder when value is selected (#314) fixes #297
1
fix
null
815,746
05.03.2018 08:41:13
-7,200
53e48194a0eb12c6c7fef100fea680c8eb84efa2
feat: group by closes
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,9 @@ import { VirtualScrollComponent } from './examples/virtual-scroll.component';\nimport { DataService } from './shared/data.service';\nimport { AppendToComponent } from './examples/append-to.component';\nimport { DataSourceComponent } from './examples/data...
TypeScript
MIT License
ng-select/ng-select
feat: group by (#317) closes #263
1
feat
null
791,901
05.03.2018 09:24:13
-3,600
bfb9bb513f25a12cf67303c9a193e78dda2030fd
docs(contributing): fix link for closure annotations [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ We'd love your help! This doc covers how to become a contributor and submit code\n## Follow the coding style\n-The `.eslintrc` file defines all. We use [JSDoc](http://usejsdoc.org/) along with [closure annotations](https://developers.google.com/closure/com...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(contributing): fix link for closure annotations (#4680) [skip ci]
1
docs
contributing
679,913
05.03.2018 14:25:23
0
105bbf4e0c1babe01a5838ba5f930f20e0812aea
perf(hiccup-css): no empty Set() creation, change type check order in css()
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ import { indent } from \"./utils\";\nconst NO_SPACES = \":[\";\n+const EMPTY = new Set<string>();\n+\nconst xfSel = ((a, b) => (x) => a(b(x)))(\nflatten(),\nmap((x: string) => NO_SPACES.indexOf(x.charAt(0)) >= 0 ? x : \" \" + x)\n@@ -22,12 +24,14 @@ cons...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(hiccup-css): no empty Set() creation, change type check order in css()
1
perf
hiccup-css
679,913
05.03.2018 14:25:57
0
2e3942ac605613c9450ca02947646ecc187c8d7b
docs(hiccup-css): add doc strings, update readme
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,12 @@ functions, iterators.\n- Unit formatting wrappers (no conversions yet)\n- Customizable formatting (2 defaults for compact & pretty printing)\n+## Use cases\n+\n+- Same as LESS / SASS etc., but enables full use of ES6 to define style rules\n+- CSS framew...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-css): add doc strings, update readme
1
docs
hiccup-css
679,913
05.03.2018 14:52:25
0
34d699fc3c1d32291483f21b9f1168734476e156
chore: update issue tpl instructions
[ { "change_type": "MODIFY", "diff": "<!--\n-1. Please use labels to tag your issue (especially \"package:*\")\n+1. Please use this format for the issue subject: `[package-name] issue title`\n2. If possible (or relevant), please include a minimum reproducable code example.\n-->\n", "new_path": ".github/is...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: update issue tpl instructions
1
chore
null
679,913
05.03.2018 17:44:23
0
721583a72489964b6173fe69f8c8a868d642ecb6
refactor(hiccup-css): internal restructure migrate internal implementation fns to src/impl.ts remove utils.ts
[ { "change_type": "MODIFY", "diff": "import { RuleFn } from \"./api\";\n-import { indent } from \"./utils\";\n+import { indent } from \"./impl\";\nexport function comment(body: string, force = false): RuleFn {\nreturn (acc, opts) => {\n", "new_path": "packages/hiccup-css/src/comment.ts", "old_path": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-css): internal restructure - migrate internal implementation fns to src/impl.ts - remove utils.ts
1
refactor
hiccup-css
679,913
05.03.2018 17:45:14
0
22bc29c9fda32814080ae5924b79f0e55dd32f64
docs(hiccup-css): add doc strings for attrib fns
[ { "change_type": "MODIFY", "diff": "const $ = (op) => (id: string, x: string | number, caseSensitve = false) => `[${id}${op}=\"${x}\"${caseSensitve ? \" i\" : \"\"}]`;\n+\n+/**\n+ * Returns attrib selector: `[id]`\n+ *\n+ * @param id\n+ */\nexport const withAttrib = (id: string) => `[${id}]`;\n+\n+/**\n+ * ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(hiccup-css): add doc strings for attrib fns
1
docs
hiccup-css
679,913
05.03.2018 22:46:25
0
a7e61a4e47efa12e912abac67f8c9e2ca6740198
feat(atom): update IAtom, add resetIn() & swapIn() impls
[ { "change_type": "MODIFY", "diff": "@@ -21,10 +21,12 @@ export interface IAtom<T> extends\nexport interface IReset<T> {\nreset(val: T): T;\n+ resetIn<V>(path: Path, val: V): T;\n}\nexport interface ISwap<T> {\nswap(fn: SwapFn<T>, ...args: any[]): T;\n+ swapIn<V>(path: Path, fn: SwapFn<V>, ...args: any[]): T...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): update IAtom, add resetIn() & swapIn() impls
1
feat
atom
679,913
05.03.2018 22:47:04
0
a200beb88199066c97c8f1e3f059e2f132d09fad
feat(hdom): add support for frame skipping, add docs
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,18 @@ import { normalizeTree } from \"./normalize\";\n* computing diff to previous frame's tree and applying\n* any changes to the real DOM.\n*\n+ * **Selective updates**: No updates will be applied\n+ * if the given hiccup tree is `undefined` or `null` or\n+ *...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom): add support for frame skipping, add docs
1
feat
hdom
679,913
05.03.2018 22:47:41
0
1041d90ccd85a7caa21ffe6d80fc90bd82bfabd2
feat(examples): add devcards example
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/devcards/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# multiple-states\n+\n+[Live demo](http://demo.thi.ng/umbrella/multiple-states/)\n+\n+```\n+git clone https://github.com...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add devcards example
1
feat
examples
679,913
05.03.2018 22:55:48
0
8019df8203d89ecd6fd45b8ff6dc7cf4f97feadd
build(examples): add missing html/webpack files, update deps
[ { "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+\n+ body {\n+ max-width: 40rem;\n+ }\n+\n+ div.card {\n+ background: #eee;\n+ }\n+\n+ div.card h3 {\n+ background: #333;\n+ color: #fff;\n+ padding: 0.5rem;\n+ m...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): add missing html/webpack files, update deps
1
build
examples
679,913
05.03.2018 22:59:42
0
f40143bed665ed18e16cdcb126e00c35ffacdb78
fix(examples): add/update devcard links
[ { "change_type": "MODIFY", "diff": "-# multiple-states\n+# devcards\n-[Live demo](http://demo.thi.ng/umbrella/multiple-states/)\n+[Live demo](http://demo.thi.ng/umbrella/devcards/)\n```\ngit clone https://github.com/thi-ng/umbrella.git\n-cd umbrella/examples/multiple-states\n+cd umbrella/examples/devcards\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): add/update devcard links
1
fix
examples
807,849
06.03.2018 09:10:02
28,800
924c115f2723a66d5ef5f3cf7e3f221b38adc1b7
refactor: Share options between publish and changed as a builder function
[ { "change_type": "MODIFY", "diff": "@@ -10,16 +10,14 @@ exports.aliases = [\"updated\"];\nexports.describe = \"Check which packages have changed since the last publish.\";\nexports.builder = yargs =>\n- yargs.options(\n- Object.assign({}, publishOptions, {\n+ publishOptions(yargs).options({\njson: {\ndescri...
JavaScript
MIT License
lerna/lerna
refactor: Share options between publish and changed as a builder function
1
refactor
null
807,849
06.03.2018 09:25:22
28,800
a48255ac0873823b4672e34ebb27708f7a989ffd
refactor(core/command): Split helper functions into lib
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ const _ = require(\"lodash\");\nconst dedent = require(\"dedent\");\nconst log = require(\"npmlog\");\n-const ChildProcessUtilities = require(\"@lerna/child-process\");\nconst GitUtilities = require(\"@lerna/git-utils\");\nconst PackageGraph = require(\"@l...
JavaScript
MIT License
lerna/lerna
refactor(core/command): Split helper functions into lib
1
refactor
core/command
807,849
06.03.2018 09:59:50
28,800
1476e1578000f5167cf61a331447b6f4ae804efc
refactor(core/command): Proactively configure options and class properties
[ { "change_type": "MODIFY", "diff": "@@ -213,7 +213,7 @@ describe(\"core-command\", () => {\n});\n});\n- describe(\"get .packages\", () => {\n+ describe(\".packages\", () => {\nit(\"returns the list of packages\", async () => {\nconst command = testFactory();\nawait command;\n@@ -222,7 +222,7 @@ describe(\"c...
JavaScript
MIT License
lerna/lerna
refactor(core/command): Proactively configure options and class properties
1
refactor
core/command
807,849
06.03.2018 10:04:04
28,800
76e1c04314359f664347676342ac5a5ee70178ca
feat(core/command): Configure infinite maxBuffer BREAKING CHANGE: This removes the --max-buffer flag, which will now throw if passed. All subprocesses will now have infinite buffer, which means it could freeze your machine if processes invoked by lerna spam dozens of gigabytes of logs. In practice, this is extremely ra...
[ { "change_type": "MODIFY", "diff": "@@ -942,13 +942,6 @@ What level of logs to report. On failure, all logs are written to lerna-debug.lo\nAny logs of a higher level than the setting are shown. The default is \"info\".\n-#### --max-buffer [in-bytes]\n-\n-Set a max buffer length for each underlying process c...
JavaScript
MIT License
lerna/lerna
feat(core/command): Configure infinite maxBuffer BREAKING CHANGE: This removes the --max-buffer flag, which will now throw if passed. All subprocesses will now have infinite buffer, which means it could freeze your machine if processes invoked by lerna spam dozens of gigabytes of logs. In practice, this is extremely...
1
feat
core/command
807,849
06.03.2018 10:29:48
28,800
4d26a45ea2a2b318cb25272758f6786f850a4d1f
chore(jest): Simplify modulePathIgnorePatterns
[ { "change_type": "MODIFY", "diff": "module.exports = {\nclearMocks: true,\ncollectCoverageFrom: [\"{commands,core,utils}/**/*.js\"],\n- modulePathIgnorePatterns: [\"<rootDir>/.*/__fixtures__\"],\n+ modulePathIgnorePatterns: [\"/__fixtures__/\"],\nroots: [\"<rootDir>/commands\", \"<rootDir>/core\", \"<rootDi...
JavaScript
MIT License
lerna/lerna
chore(jest): Simplify modulePathIgnorePatterns
1
chore
jest
807,849
06.03.2018 11:21:22
28,800
10df2738e14d2343f7f8d09800b9798647af3b55
fix: Restore 'npm link'-ability to root manifest
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"lerna-root\",\n- \"version\": \"3.0.0-alpha.3\",\n+ \"name\": \"lerna\",\n+ \"version\": \"3.0.0-monorepo\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" ...
JavaScript
MIT License
lerna/lerna
fix: Restore 'npm link'-ability to root manifest
1
fix
null
807,849
06.03.2018 11:21:51
28,800
31e339b5434a2f5a524280b373974ad1cb5661f2
docs: Update paths and flags in contributor guide
[ { "change_type": "MODIFY", "diff": "@@ -11,12 +11,12 @@ $ npm i\n## Code Structure\n-Currently, the [source](https://github.com/lerna/lerna/tree/master/src) is split up into a few categories:\n+Currently, the [source](https://github.com/lerna/lerna/tree/master) is split up into a few categories:\n-* Utiliti...
JavaScript
MIT License
lerna/lerna
docs: Update paths and flags in contributor guide
1
docs
null
807,849
06.03.2018 11:35:07
28,800
9a1df41d98817a13c8aa1102c38710f5caa2e2ee
chore: run prettier on markdown
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ directory instead.\nthat ideally does not require any other modifications to a project.\nWhen the `--hoist` flag is used:\n-* Common dependencies will be installed *only* to the top-level\n+* Common dependencies will be installed _only_ to the top-level\...
JavaScript
MIT License
lerna/lerna
chore: run prettier on markdown
1
chore
null
448,039
06.03.2018 12:45:01
-3,600
eef143755c3a96acdac80d2ea8f22166102c1fec
release: cut v2.2.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=\"2.2.0\"></a>\n+# [2.2.0](https://github.com/dherges/ng-packagr/compare/v2.1.0...v2.2....
TypeScript
MIT License
ng-packagr/ng-packagr
release: cut v2.2.0
1
release
null