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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 28.12.2018 21:09:03 | -3,600 | d4712b9aeeee5348ba473ffa3438835e127f8801 | fix: fixed an issue with desktop app updater | [
{
"change_type": "MODIFY",
"diff": "@@ -318,7 +318,7 @@ ipcMain.on('oauth', (event, providerId) => {\nif (providerId === 'google.com') {\nconst provider = {\nauthorize_url: 'https://accounts.google.com/o/oauth2/auth',\n- client_id: '716469847404-mketgv15vadpi2pkshjljrh3jiietcn8.apps.googleusercontent.com',\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with desktop app updater | 1 | fix | null |
679,913 | 28.12.2018 22:02:45 | 0 | 04c38372e04ef4b2fd5451298f67aca2e38597b9 | refactor(color): update converters | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ export type ColorMatrix = [\nexport type CosCoeffs = [number, number, number, number];\nexport type CosGradientSpec = [CosCoeffs, CosCoeffs, CosCoeffs, CosCoeffs];\n-export type ColorConversion = (out: Color, src: ReadonlyColor) => Color;\n+export type C... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): update converters | 1 | refactor | color |
679,913 | 29.12.2018 00:52:27 | 0 | a5c53c38407b2b5bb692dbcf2de9ef45e77d6959 | fix(color): add/update conversions | [
{
"change_type": "MODIFY",
"diff": "@@ -27,17 +27,7 @@ import { rgbaXyza } from \"./rgba-xyza\";\nimport { rgbaYcbcra } from \"./rgba-ycbcra\";\nimport { xyzaRgba } from \"./xyza-rgba\";\nimport { ycbcraRgba } from \"./ycbcra-rgba\";\n-\n-const RGBA_FNS = {\n- [ColorMode.CSS]: rgbaCss,\n- [ColorMode.INT32]:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(color): add/update conversions | 1 | fix | color |
679,913 | 29.12.2018 01:15:19 | 0 | 0546839db49d412b5ea3d99868b19bdb938965c6 | refactor(color): ColorMode const enum, update convert() dispatcher | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export type CosGradientSpec = [CosCoeffs, CosCoeffs, CosCoeffs, CosCoeffs];\nexport type ColorConversion<T> = (out: Color, src: T) => Color;\n-export enum ColorMode {\n+export const enum ColorMode {\nRGBA,\nHCYA,\nHSVA,\n",
"new_path": "packages/colo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): ColorMode const enum, update convert() dispatcher | 1 | refactor | color |
679,913 | 29.12.2018 03:23:31 | 0 | b0d28788d9a27fc40a082e8fed6fc73c07ad4a25 | refactor(color): update multiCosineGradient(), update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ This project is part of the\n- [RGBA transformations](#rgba-transformations)\n- [RGBA Porter-Duff compositing](#rgba-porter-duff-compositing)\n- [Cosine gradients](#cosine-gradients)\n+ - [Multi-stop gradients](#multi-stop-gradients)\n- [Installation](#i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): update multiCosineGradient(), update readme | 1 | refactor | color |
679,913 | 29.12.2018 03:26:02 | 0 | a90a712c66015563d602baa6c4832e72e14e7c7e | fix(transducers): interpolate() interval selection, add minPos/maxPos | [
{
"change_type": "MODIFY",
"diff": "@@ -510,16 +510,20 @@ tx.transduce(tx.take(1000), tx.frequencies(), tx.choices(\"abcd\", [1, 0.5, 0.25,\n### Keyframe interpolation\n-See [`interpolate()`](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/iter/interpolate.ts) for details.\n+See\n+[`... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): interpolate() interval selection, add minPos/maxPos | 1 | fix | transducers |
217,922 | 29.12.2018 08:24:02 | -3,600 | d2b69d88ef24bbd734c53d237e728e37d9135d0a | feat: added label for calculator inside list rows | [
{
"change_type": "MODIFY",
"diff": "[width]=\"24\"></app-item-icon>\n</div>\n<div class=\"amount-input\">\n- <button nz-button nzSize=\"small\" nz-popover [nzContent]=\"calculator\" nzTrigger=\"click\">\n+ <button nz-button nzSize=\"small\" nz-popover [nzTitle]=\"'LIST_DETAILS.Add_remove_amount' | translate... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added label for calculator inside list rows | 1 | feat | null |
217,922 | 29.12.2018 08:27:27 | -3,600 | 001ca3434b49558ecd1dcda3cac2565dcde7bd85 | fix(simulator): fixed incorrect stacks amount with byregot's miracle | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,12 @@ export class ByregotsMiracle extends QualityAction {\nexecute(simulation: Simulation): void {\n// Don't add stack now, We'll add it manually after the reduction is done.\nsuper.execute(simulation, true);\n- // Divides stacks by 2, but adds one because ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed incorrect stacks amount with byregot's miracle | 1 | fix | simulator |
217,922 | 29.12.2018 08:38:55 | -3,600 | b10be9335abb38199ca2a771b874abec7dc84904 | fix: collectible additions should now carry over regeneration | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ export class ListManagerService {\n});\nconst add: Observable<List>[] = [];\nlist.finalItems.forEach((recipe) => {\n- add.push(this.addToList(recipe.id, list, recipe.recipeId, recipe.amount, false, true));\n+ add.push(this.addToList(recipe.id, list, re... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: collectible additions should now carry over regeneration | 1 | fix | null |
217,922 | 29.12.2018 08:48:10 | -3,600 | 9a36cea21b7d2a05b81be0fb172690c7c7a33837 | fix: fixed an issue with "ready to craft" status | [
{
"change_type": "MODIFY",
"diff": "@@ -259,7 +259,7 @@ export class List extends DataWithPermissions {\n// While each requirement has enough items remaining, you can craft the item.\n// If only one misses, then this will turn false for the rest of the loop\ncanCraft = canCraft &&\n- (requirementItem.done -... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with "ready to craft" status | 1 | fix | null |
217,922 | 29.12.2018 11:42:20 | -3,600 | d61c8a2fdd48fa7681f3c509af353564790b2728 | fix(i18n): fixed split string that shouldn't be splitted | [
{
"change_type": "MODIFY",
"diff": "<nz-divider [nzText]=\"'Or' | translate\"></nz-divider>\n<a nz-button [nzType]=\"'primary'\" class=\"new-list-button\" nzBlock (click)=\"close()\"\nrouterLink=\"/simulator/custom/{{rotationId}}\">\n- {{'SIMULATOR.Create_a' | translate}} {{'SIMULATOR.custom_rotation' | tra... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(i18n): fixed split string that shouldn't be splitted | 1 | fix | i18n |
217,922 | 29.12.2018 11:48:40 | -3,600 | d02fee35e2b2967e094e9bf0f87192ba286e14f5 | fix(i18n): removed useless translation strings | [
{
"change_type": "MODIFY",
"diff": "\"Minimal_craft_cost\": \"Minimal craft cost\",\n\"Used_for\": \"Used for\",\n\"Or\": \"or\",\n- \"Make_donation\": \"Make a donation\",\n\"Data_from_gt\": \"Data provided by garlandtools.org\",\n\"Hide_completed\": \"Hide completed rows\",\n- \"Your_comment\": \"Your com... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(i18n): removed useless translation strings | 1 | fix | i18n |
217,922 | 29.12.2018 11:53:23 | -3,600 | 5775b900e28e587b18e3a0c97081049d123f4a25 | fix: fixed incorrect amount display inside requirements popup | [
{
"change_type": "MODIFY",
"diff": "<ng-template #requirement let-req>\n<nz-list-item class=\"item-row\" [class.done]=\"req.amount <= req.done\" [class.craftable]=\"req.canBeCrafted\">\n<nz-list-item-meta [nzAvatar]=\"itemIcon\" [nzTitle]=\"req.id | itemName | i18n\"\n- nzDescription=\"x{{req.reqAmount * (i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed incorrect amount display inside requirements popup | 1 | fix | null |
217,922 | 29.12.2018 12:15:32 | -3,600 | 3a73adc03844b1abe9b515a0f8db676eb19321c6 | feat(marketboard): added proper error message for when xivapi or companion is down | [
{
"change_type": "MODIFY",
"diff": "+<nz-alert *ngIf=\"error; else content\" nzType=\"error\" nzShowIcon\n+ [nzMessage]=\"'MARKETBOARD.Error' | translate\"></nz-alert>\n+<ng-template #content>\n<div fxLayout=\"column\" fxLayoutGap=\"15px\">\n<nz-table #pricesTable nzSize=\"small\" [nzData]=\"prices$ | async... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(marketboard): added proper error message for when xivapi or companion is down | 1 | feat | marketboard |
217,922 | 29.12.2018 12:16:18 | -3,600 | 849f7c56e958a5bb8a7afe2aa0d52d1ae2700141 | ci: updated docker image for proper signed desktop builds | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ FROM circleci/node:8.11-stretch-browsers\nRUN ls /etc/apt/\nRUN echo \"deb http://httpredir.debian.org/debian stretch-backports main\" | sudo tee -a /etc/apt/sources.list \\\n+ && echo \"deb http://security.debian.org/debian-security jessie/updates main\" ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | ci: updated docker image for proper signed desktop builds | 1 | ci | null |
217,922 | 29.12.2018 12:27:25 | -3,600 | 68a30adff33a87a85ede5eaad82078919fa6abfc | feat(profile): you can now edit DoL levels inside profile editor | [
{
"change_type": "MODIFY",
"diff": "<nz-list [nzRenderItem]=\"setTemplate\" [nzDataSource]=\"gearSets$ | async\" nzSize=\"small\">\n<ng-template #setTemplate let-set>\n<nz-list-item [nzContent]=\"set.jobId <= 15 ? content : null | ifMobile: null\"\n- [nzActions]=\"set.jobId <= 15 ?[masterbooks, stats]:[mast... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(profile): you can now edit DoL levels inside profile editor | 1 | feat | profile |
217,922 | 29.12.2018 12:34:37 | -3,600 | 9a3c707ecab32fe468f0a5286ea1cd3c6b15f8b3 | fix(fishing): fixed an issue with fishing map sometimes incorrect | [
{
"change_type": "MODIFY",
"diff": "@@ -125,11 +125,12 @@ export class GatheredByExtractor extends AbstractExtractor<GatheredBy> {\nif (spots.length === 0) {\nfor (const spot of item.fishingSpots) {\nconst partial = itemData.getPartial(spot.toString(), 'fishing');\n+ const mapId = this.localized.getMapId(th... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishing): fixed an issue with fishing map sometimes incorrect | 1 | fix | fishing |
217,922 | 29.12.2018 12:56:50 | -3,600 | cc050875099832075315c5b8a8568a46a607d6e3 | feat(list-picker): you can now search for a list, and they are now ordered properly | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"plus\"></i> {{'New_List' | translate}}\n</button>\n<nz-divider [nzText]=\"'Or' | translate\"></nz-divider>\n-<div *ngIf=\"myLists$ | async as myLists\">\n- <nz-list [nzDataSource]=\"myLists\" [nzRenderItem]=\"list\" [nzHeader]=\"header\">\n+<nz-inpu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list-picker): you can now search for a list, and they are now ordered properly | 1 | feat | list-picker |
815,590 | 29.12.2018 15:14:26 | -28,800 | c63d64b4d268eaf9c07b336254e6296357794df4 | feat: past blocks median time based header timestamp verification | [
{
"change_type": "MODIFY",
"diff": "@@ -584,6 +584,7 @@ dependencies = [\n\"ckb-db 0.3.0-pre\",\n\"ckb-util 0.3.0-pre\",\n\"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https:... | Rust | MIT License | nervosnetwork/ckb | feat: past blocks median time based header timestamp verification | 1 | feat | null |
679,913 | 29.12.2018 15:45:59 | 0 | f2cac2863cc432823d5dc8cf7c9f2b1dc3628f60 | refactor(color): update type factory fns & ensureArgs() | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ import { Color, ColorMode } from \"./api\";\nimport { AColor } from \"./internal/acolor\";\nimport { ensureArgs } from \"./internal/ctor-args\";\n-export function hcya(hcya: Color): HCYA\n-export function hcya(h: number, c: number, y: number, a?: number): ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): update type factory fns & ensureArgs() | 1 | refactor | color |
679,913 | 29.12.2018 15:48:30 | 0 | 36b7d038f8852d98a75f049dc799b343989d40da | refactor(color): rename, update matrix ops
rename concatMatrices() => concat()
move mulMatrix(), rename => mulM45()
rename/update invert() => subtract()
add doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -42,5 +42,5 @@ export * from \"./ycbcr\";\nexport * from \"./cosine-gradients\";\nexport * from \"./invert\";\nexport * from \"./luminance\";\n-export * from \"./matrix\";\nexport * from \"./porter-duff\";\n+export * from \"./transform\";\n",
"new_path": "packages/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): rename, update matrix ops
- rename concatMatrices() => concat()
- move mulMatrix(), rename => mulM45()
- rename/update invert() => subtract()
- add doc strings | 1 | refactor | color |
679,913 | 29.12.2018 15:49:12 | 0 | 445b8c1f9edd1b5d6e8e120cc60a680b585cf33d | feat(color): add luminance defmulti | [
{
"change_type": "MODIFY",
"diff": "+import { DEFAULT, defmulti, MultiFn1O } from \"@thi.ng/defmulti\";\n+import { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\nimport { dot3 } from \"@thi.ng/vectors3/dot\";\n-import { INV8BIT, ReadonlyColor, RGB_LUMINANCE } from \"./api\";\n+import {\n+ ColorMo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): add luminance defmulti | 1 | feat | color |
679,913 | 29.12.2018 15:51:14 | 0 | aa303442f7f217779ee443c9faabb0095f536065 | feat(color): add convert() fallback, minor other updates | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,11 @@ export const enum ColorMode {\nYCBCRA\n}\n+/**\n+ * Reverse lookup for `ColorMode` enums\n+ */\n+export const __ColorMode = (<any>exports).ColorMode;\n+\nexport interface IColor {\nreadonly mode: ColorMode;\n}\n",
"new_path": "packages/color/src/api... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): add convert() fallback, minor other updates | 1 | feat | color |
679,913 | 29.12.2018 15:51:44 | 0 | 9d4fffa113807bd9cf1fe2012ec1734d04e51199 | build(color): add package keywords | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/vectors3\": \"^0.0.1\"\n},\n\"keywords\": [\n- \"ES6\",\n+ \"alpha\",\n+ \"blending\",\n+ \"CSS\",\n+ \"CIE1931\",\n\"color\",\n+ \"conversion\",\n+ \"cosine\",\n+ \"ES6\",\n+ \"filter\",\n+ \"gradient\",\n+ \"HCY\",\n+ \"HSL\",\n+ \"HSV\",\n+ \"HSI\",\n+ \"matr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(color): add package keywords | 1 | build | color |
815,601 | 29.12.2018 18:22:06 | -28,800 | 405d01bb6b7ef74f3276b28f18945c3d0701cd20 | test: jsonrpc types convert | [
{
"change_type": "MODIFY",
"diff": "@@ -552,6 +552,7 @@ dependencies = [\n\"num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.2 (registry+https://github.com/rust-lang/crates... | Rust | MIT License | nervosnetwork/ckb | test: jsonrpc types convert | 1 | test | null |
679,913 | 29.12.2018 18:37:25 | 0 | e7bb46b74a49d04af945c8f5f82e0079e4a6765d | feat(color): add Hue enum, closestHue*() fns, namedHueRgba() | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,25 @@ export const YELLOW = Object.freeze([1, 1, 0, 1]);\nexport const RGB_LUMINANCE = [0.299, 0.587, 0.114];\n-export const SRGB_GAMMA = 1.0 / 2.2;\n-export const SRGB_INVERSE_GAMMA = 2.2;\n+// Hue names\n+\n+export enum Hue {\n+ RED,\n+ ORANGE,\n+ YELLOW,\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): add Hue enum, closestHue*() fns, namedHueRgba() | 1 | feat | color |
679,913 | 29.12.2018 18:38:59 | 0 | b849bd1b1f113f61b5df06e3e02fc0d8dbb834b2 | feat(color): add alpha()/setAlpha(), add docs, re-exports, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ This project is part of the\n- [RGBA Porter-Duff compositing](#rgba-porter-duff-compositing)\n- [Cosine gradients](#cosine-gradients)\n- [Multi-stop gradients](#multi-stop-gradients)\n+- [Status](#status)\n- [Installation](#installation)\n- [Dependencies... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): add alpha()/setAlpha(), add docs, re-exports, update readme | 1 | feat | color |
67,476 | 29.12.2018 19:43:38 | -3,600 | 460aeb82d816cfa846a91053e835f92c426fbc64 | build(all): write iife bundles to package-level dist folders instead of top-level | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,13 @@ async function sortByDependencies(packages: any[]) {\nconst visited = {};\nasync function visit(current) {\n- const json = await loadPackageJson('packages', current.name);\n+ const json = await loadPackageJson('packages', current.name.kebab);\nconst de... | TypeScript | MIT License | aurelia/aurelia | build(all): write iife bundles to package-level dist folders instead of top-level | 1 | build | all |
67,476 | 29.12.2018 19:46:54 | -3,600 | 9d5234484fd2602a1ed9b81bf2dab22d7eb8ccf6 | chore(all): fix other build scripts depending on project.ts | [
{
"change_type": "MODIFY",
"diff": "@@ -20,20 +20,20 @@ export function getCurrentVersion(): {major: string; minor: string; patch: strin\nexport async function updateDependencyVersions(newVersion: string): Promise<void> {\nconst aureliaRegExp = /^@aurelia/;\n- for (const { name, scopedName } of project.pack... | TypeScript | MIT License | aurelia/aurelia | chore(all): fix other build scripts depending on project.ts | 1 | chore | all |
217,922 | 29.12.2018 20:06:50 | -3,600 | 5d2fbd1c1225ee552d51ba18f913a5394802afb0 | fix: fixed ordering in rotations and lists | [
{
"change_type": "MODIFY",
"diff": "@@ -132,9 +132,8 @@ export class ListsComponent {\n}),\ntap(display => {\ndisplay.otherLists\n- .filter((l, i) => l.index !== i)\n.forEach((l, i) => {\n- if (l.index !== i && !this.regenerating) {\n+ if (l.index === -1 && l.index !== i && !this.regenerating) {\nl.index = ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed ordering in rotations and lists | 1 | fix | null |
531,793 | 29.12.2018 21:26:59 | 0 | 82108866b2faa45cee5f748e40ff6682a15ab872 | chore(tests): update failing snapshots after react-select upgrade to 2.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ exports[`<CustomMultiSelect /> matches snapshot when focused 1`] = `\n\"\n<div class=\\\\\"css-10nd86i\\\\\">\n<span class=\\\\\"css-bl6clz\\\\\"\n+ emotion=\\\\\"[object Object]\\\\\"\naria-live=\\\\\"assertive\\\\\"\n>\n<p id=\\\\\"aria-selection-event\\... | TypeScript | Apache License 2.0 | prymitive/karma | chore(tests): update failing snapshots after react-select upgrade to 2.2 | 1 | chore | tests |
217,922 | 29.12.2018 23:44:10 | -3,600 | b94ea4f88b935a4241d634f9ac5cce3f352891cc | feat(desktop): added "install update" button for when update if found and downloaded | [
{
"change_type": "MODIFY",
"diff": "{{'SETTINGS.Downloading_update' | translate}}\n<nz-progress [nzPercent]=\"downloadProgress.percent\"></nz-progress>\n<span>{{downloadProgress.transferred / 1000000 | number}}/{{downloadProgress.total / 1000000 | number}}\n- - {{downloadProgress.bytesPerSecond / 1000000 | ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): added "install update" button for when update if found and downloaded | 1 | feat | desktop |
67,476 | 29.12.2018 23:49:44 | -3,600 | 6b45892326cdd7018fc3d67c65a3fdf4ee75fb3d | build: write iife outputs to package-level dist and add minified variants | [
{
"change_type": "MODIFY",
"diff": "\"handlebars\": \"^4.0.11\"\n}\n},\n+ \"jest-worker\": {\n+ \"version\": \"23.2.0\",\n+ \"resolved\": \"https://registry.npmjs.org/jest-worker/-/jest-worker-23.2.0.tgz\",\n+ \"integrity\": \"sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk=\",\n+ \"dev\": true,\n+ \"requires\": {\n+ \"me... | TypeScript | MIT License | aurelia/aurelia | build: write iife outputs to package-level dist and add minified variants | 1 | build | null |
679,913 | 30.12.2018 00:30:19 | 0 | dc6f4661a64afac7514a39540da28ec375afe11d | refactor(vectors): add defMathOp()/defMathNOp(), update basic math ops | [
{
"change_type": "MODIFY",
"diff": "-import { MultiVecOpVV, VecOpVV } from \"./api\";\n-import { defOp } from \"./internal/codegen\";\n-import { MATH } from \"./internal/templates\";\n+import { defMathOp } from \"./internal/codegen\";\n-export const [add, add2, add3, add4] =\n- defOp<MultiVecOpVV, VecOpVV>(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): add defMathOp()/defMathNOp(), update basic math ops | 1 | refactor | vectors |
679,913 | 30.12.2018 00:31:43 | 0 | 6857f3475cf62e03480739fe0824deb7087d3ad1 | feat(vectors): add clamp01(), clamp11() fns | [
{
"change_type": "MODIFY",
"diff": "-import { clamp as _clamp } from \"@thi.ng/math/interval\";\n+import { clamp as _clamp, clamp01 as _clamp01, clamp11 as _clamp11 } from \"@thi.ng/math/interval\";\nimport { MultiVecOpVVV, VecOpVVV } from \"./api\";\n-import { defHofOp } from \"./internal/codegen\";\n+impo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add clamp01(), clamp11() fns | 1 | feat | vectors |
679,913 | 30.12.2018 00:32:51 | 0 | 809bf9b945c13338de03a7941ffbff675bab4c7b | refactor(vectors): rename dotValues*() => dotC*() | [
{
"change_type": "RENAME",
"diff": "/**\n- * Returns pairwise product sum of args (in order).\n+ * Returns pairwise product sum of given components.\n*\n* @param a\n* @param b\n* @param c\n* @param d\n*/\n-export const dotValues4 =\n+export const dotC4 =\n(a: number, b: number, c: number, d: number) =>\na *... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): rename dotValues*() => dotC*() | 1 | refactor | vectors |
679,913 | 30.12.2018 00:37:40 | 0 | 9b789bcaa17fff920a022af56182e743ec10af98 | refactor(vectors): simplify various ops, use setC*() | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { cossin } from \"@thi.ng/math/angle\";\nimport { MultiVecOpVO, ReadonlyVec, ZERO4 } from \"./api\";\nimport { vop } from \"./internal/vop\";\nimport { maddN } from \"./maddn\";\n+import { setC3 } from \"./setc\";\nconst cos = Math.cos;\nconst sin =... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): simplify various ops, use setC*() | 1 | refactor | vectors |
679,913 | 30.12.2018 00:40:38 | 0 | 6b3608da963c568ff2e5965db5d42b674f6ad5a6 | fix(vectors): sum() impls | [
{
"change_type": "MODIFY",
"diff": "@@ -13,5 +13,5 @@ export const sum: MultiVecOpRoV<number> = vop(0);\nsum.default((v) => reduce(add(), v));\nexport const sum2 = sum.add(2, (a) => a[0] + a[1]);\n-export const sum3 = sum.add(2, (a) => a[0] + a[1] + a[2]);\n-export const sum4 = sum.add(2, (a) => a[0] + a[1]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): sum() impls | 1 | fix | vectors |
679,913 | 30.12.2018 00:51:30 | 0 | cfe333fe6db46ca60bb1e4fb879198c2cb84fbd7 | refactor(vectors): simplify various ops, improve tpl re-use | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,8 @@ export const SARGS_V = \"io=0,ia=0,so=1,sa=1\";\nexport const SARGS_VV = \"io=0,ia=0,ib=0,so=1,sa=1,sb=1\";\nexport const SARGS_VVV = \"io=0,ia=0,ib=0,ic=0,so=1,sa=1,sb=1,sc=1\";\n+export const DEFAULT_OUT = \"!o&&(o=a);\";\n+\nexport type Template = (sy... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): simplify various ops, improve tpl re-use | 1 | refactor | vectors |
679,913 | 30.12.2018 00:56:12 | 0 | 745053c5e4029cfce0470c8f91d526c24d26d86e | refactor(vector): minor updates arg/result handling | [
{
"change_type": "MODIFY",
"diff": "@@ -2,18 +2,18 @@ import { MultiVecOpRoVV } from \"./api\";\nimport { compile, compileG } from \"./internal/codegen\";\nimport { vop } from \"./internal/vop\";\n-const tpl = ([a, b]) => `t=${a}-${b};sum+=t*t;`;\n-const pre = \"let t,sum=0;\";\n+const tpl = ([a, b]) => `t=... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vector): minor updates arg/result handling | 1 | refactor | vector |
679,913 | 30.12.2018 00:56:46 | 0 | 06dd9634ba1d9d9abe3a776c0cc1df6c571bfb05 | fix(vectors): result handling jitter()/project() | [
{
"change_type": "MODIFY",
"diff": "@@ -6,4 +6,4 @@ import { randNorm } from \"./random\";\nexport const jitter =\n(out: Vec, a: ReadonlyVec, n = 1, rnd: IRandom = SYSTEM) =>\n- add(out, randNorm(new Array(a.length), n, rnd), a);\n+ add(out, a, randNorm(new Array(a.length), n, rnd));\n",
"new_path": "pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): result handling jitter()/project() | 1 | fix | vectors |
679,913 | 30.12.2018 01:02:17 | 0 | b03b9192af6997b32ea290f2d4732348db57b2ad | feat(matrices): add quaternion fns | [
{
"change_type": "ADD",
"diff": "+import { ReadonlyVec } from \"@thi.ng/vectors3/api\";\n+import { normalize as _normalize } from \"@thi.ng/vectors3/normalize\";\n+import { cross3 } from \"@thi.ng/vectors3/cross\";\n+import { quatFromAxisAngle } from \"./quat-axis-angle\";\n+import { dot3 } from \"@thi.ng/v... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add quaternion fns | 1 | feat | matrices |
679,913 | 30.12.2018 01:13:07 | 0 | b5adea6f3677b4c4960e6d038f63ad5a56d0e563 | refactor(matrices): replace setValues*() w/ setC*(), update dotC*() use | [
{
"change_type": "MODIFY",
"diff": "-import { dotValues4, dotValues6 } from \"@thi.ng/vectors3/dot-values\";\n+import { dotC4, dotC6 } from \"@thi.ng/vectors3/dotc\";\nimport { ReadonlyMat } from \"./api\";\n-const dp4 = dotValues4;\n-const dp6 = dotValues6;\n+const dp4 = dotC4;\n+const dp6 = dotC6;\nexport... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(matrices): replace setValues*() w/ setC*(), update dotC*() use | 1 | refactor | matrices |
679,913 | 30.12.2018 01:26:34 | 0 | 0b07ac86b12a8474452e2ae8f75cef142a215679 | fix(matrices): inject default output handling code | [
{
"change_type": "MODIFY",
"diff": "-import { compile } from \"@thi.ng/vectors3/internal/codegen\";\n+import {\n+ ARGS_VN,\n+ ARGS_VV,\n+ compile,\n+ DEFAULT_OUT\n+} from \"@thi.ng/vectors3/internal/codegen\";\nimport { MATH, MATH_N } from \"@thi.ng/vectors3/internal/templates\";\nimport { MultiMatOpMM, Mul... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(matrices): inject default output handling code | 1 | fix | matrices |
679,913 | 30.12.2018 01:27:08 | 0 | 0ee306a2976db74e35e0622b66021f59859b3aa5 | feat(vectors): add setC6() | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,17 @@ export const setC4 =\nout\n);\n+export const setC6 =\n+ (out: Vec, a: number, b: number, c: number, d: number, e: number, f: number) => (\n+ out[0] = a,\n+ out[1] = b,\n+ out[2] = c,\n+ out[3] = d,\n+ out[4] = e,\n+ out[5] = f,\n+ out\n+ );\n+\nexport c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add setC6() | 1 | feat | vectors |
679,913 | 30.12.2018 01:29:08 | 0 | 809383c98dbd1e1b1515d6cc944eeda2eaeb742c | refactor(matrices): extract m33to44/m44to33() into own files, update re-exports | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,9 @@ export * from \"./api\";\nexport * from \"./add\";\nexport * from \"./addn\";\n+export * from \"./alignment-quat\";\nexport * from \"./concat\";\n-export * from \"./convert\";\n+export * from \"./conjugate\";\nexport * from \"./determinant\";\nexport * fro... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(matrices): extract m33to44/m44to33() into own files, update re-exports | 1 | refactor | matrices |
679,913 | 30.12.2018 01:30:01 | 0 | d462ae0a2378e6aa28d97db5d86a4663f4678c0b | perf(matrices): use setC6() for M23 ops | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { ReadonlyVec, Vec } from \"@thi.ng/vectors3/api\";\nimport { dotC4, dotC6 } from \"@thi.ng/vectors3/dotc\";\nimport { vop } from \"@thi.ng/vectors3/internal/vop\";\nimport { magSq4 } from \"@thi.ng/vectors3/magsq\";\n-import { setC, setC4 } from \"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(matrices): use setC6() for M23 ops | 1 | perf | matrices |
67,476 | 30.12.2018 03:16:57 | -3,600 | 43381a5d72633013f6d5fdd9d1148c98619f45d4 | refactor(kernel): explicitly export non-internal resources | [
{
"change_type": "MODIFY",
"diff": "-export * from './di';\n-export * from './interfaces';\n-export * from './platform';\n-export * from './reporter';\n-export * from './resource';\n+import {\n+ all,\n+ DI,\n+ IContainer,\n+ IDefaultableInterfaceSymbol,\n+ IFactory,\n+ inject,\n+ InterfaceSymbol,\n+ IRegist... | TypeScript | MIT License | aurelia/aurelia | refactor(kernel): explicitly export non-internal resources | 1 | refactor | kernel |
67,476 | 30.12.2018 04:41:58 | -3,600 | c43244f773776794b49de1025ea98aac2f628e74 | refactor(collection-observer): cleanup collection observation | [
{
"change_type": "MODIFY",
"diff": "@@ -11,31 +11,18 @@ export * from './binding/ref';\nexport {\nArrayObserver,\nenableArrayObservation,\n- disableArrayObservation,\n- nativePush,\n- nativePop,\n- nativeShift,\n- nativeUnshift,\n- nativeSplice,\n- nativeReverse,\n- nativeSort\n-} from './observation/array-... | TypeScript | MIT License | aurelia/aurelia | refactor(collection-observer): cleanup collection observation | 1 | refactor | collection-observer |
67,476 | 30.12.2018 04:42:34 | -3,600 | dda5c5d1f464fa58286818e59f0913900e34a4df | refactor(kernel): cleanup exports | [
{
"change_type": "MODIFY",
"diff": "-import {\n+export {\nall,\nDI,\nIContainer,\n@@ -19,7 +19,7 @@ import {\nsingleton,\ntransient\n} from './di';\n-import {\n+export {\nClass,\nConstructable,\nDiff,\n@@ -56,83 +56,14 @@ import {\nValuesOf,\nWritable\n} from './interfaces';\n-import { PLATFORM } from './pl... | TypeScript | MIT License | aurelia/aurelia | refactor(kernel): cleanup exports | 1 | refactor | kernel |
67,476 | 30.12.2018 06:53:14 | -3,600 | ee6f1028567c175a42c94a118b23d68cc76896fe | refactor(jit): explicitly export non-internal stuff | [
{
"change_type": "MODIFY",
"diff": "-export * from './ast';\n-export * from './attribute-parser';\n-export * from './attribute-pattern';\n-export * from './binding-command';\n-export * from './common';\n-export * from './configuration';\n-export * from './expression-parser';\n-export * from './resource-mode... | TypeScript | MIT License | aurelia/aurelia | refactor(jit): explicitly export non-internal stuff | 1 | refactor | jit |
67,476 | 30.12.2018 07:10:05 | -3,600 | e78a2f408298f26c04ca0d34424e9cca5be789e8 | refactor(jit-html): explicitly export non-internal stuff | [
{
"change_type": "MODIFY",
"diff": "-export * from './binding-command';\n-export * from './configuration';\n-export * from './debugging';\n-export * from './template-binder';\n-export * from './template-compiler';\n-export * from './template-element-factory';\n+export {\n+ TriggerBindingCommand,\n+ Delegate... | TypeScript | MIT License | aurelia/aurelia | refactor(jit-html): explicitly export non-internal stuff | 1 | refactor | jit-html |
67,476 | 30.12.2018 08:11:05 | -3,600 | 554efcb95347cf8f7aa31380aff0529b67cd3146 | refactor(runtime-html): explicitly export non-internal stuff | [
{
"change_type": "MODIFY",
"diff": "@@ -18,10 +18,12 @@ import {\nLifecycleFlags\n} from '@aurelia/runtime';\nimport {\n- HTMLDOM,\n- NodeSequenceFactory\n+ HTMLDOM\n} from '@aurelia/runtime-html';\nimport { expect } from 'chai';\n+import {\n+ NodeSequenceFactory\n+} from '../../../runtime-html/src/dom';\ni... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime-html): explicitly export non-internal stuff | 1 | refactor | runtime-html |
71,253 | 30.12.2018 11:31:49 | 0 | 9c91b20f5be903f45866f235cde01670050ce53f | fix(ecs): correct typo and other minor mistakes in ecs readme | [
{
"change_type": "MODIFY",
"diff": "@@ -111,14 +111,14 @@ For a `FargateTaskDefinition`, specify the task size (`memoryMiB` and `cpu`):\n```ts\nconst fargateTaskDefinition = new ecs.FargateTaskDefinition(this, 'TaskDef', {\n- memoryMiB: '512'\n- cpu: 256,\n+ memoryMiB: '512',\n+ cpu: '256'\n});\n```\nTo add... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ecs): correct typo and other minor mistakes in ecs readme (#1448) | 1 | fix | ecs |
217,922 | 30.12.2018 12:44:20 | -3,600 | ba64948ceb1a6afbaef3b1fb03eb85edd12357c5 | feat(levequests): added exp computing system | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,14 @@ export class GarlandToolsService {\nreturn this.gt.jobs.find(job => job.id === id);\n}\n+ /**\n+ * Gets max exp for a given level, based on garlandtools informations.\n+ * @param level\n+ */\n+ getMaxXp(level: number): number {\n+ return this.gt.xp[leve... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(levequests): added exp computing system | 1 | feat | levequests |
679,913 | 30.12.2018 14:26:28 | 0 | 064d61c5c2b812e4abcfe9bf3598d0619480594d | docs(vectors): update readme & package keywords | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,26 @@ This project is part of the\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- [API](#api)\n+ - [Constants](#constants)\n+ - [Component setters & copying](#component-setters--copying)\n+ - [Component swizzling](#component-swizzling... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(vectors): update readme & package keywords | 1 | docs | vectors |
679,913 | 30.12.2018 14:33:21 | 0 | 6c9fe88e22c9b65815079926ec75fc51a0dcd080 | refactor(vectors): rename addWeighted*() => addW*(), update package kw | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/matrices\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Matrix operations for 2D / 3D geometry processing\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": {\n\"@thi.ng/vectors3\": \"^0.0... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): rename addWeighted*() => addW*(), update package kw | 1 | refactor | vectors |
815,590 | 30.12.2018 14:55:49 | -28,800 | c02202fb0330142620718a6e3919bc420c8aae48 | feat: Add BlockMedianTimeContext trait allow to calculate block median time from different sources | [
{
"change_type": "ADD",
"diff": "+use numext_fixed_hash::H256;\n+pub trait BlockMedianTimeContext {\n+ fn block_count(&self) -> u32;\n+ fn timestamp(&self, hash: &H256) -> Option<u64>;\n+ fn parent_hash(&self, hash: &H256) -> Option<H256>;\n+ fn block_median_time(&self, hash: &H256) -> Option<u64> {\n+ let ... | Rust | MIT License | nervosnetwork/ckb | feat: Add BlockMedianTimeContext trait allow to calculate block median time from different sources | 1 | feat | null |
679,913 | 30.12.2018 16:57:10 | 0 | 66036e6c221a6998467db0f8e552f0fcdfba32dc | fix(vectors): update gvec prop lookup & interning | [
{
"change_type": "MODIFY",
"diff": "@@ -8,25 +8,47 @@ import { values } from \"./internal/vec-utils\";\nimport { zeroes } from \"./setn\";\nimport { setS } from \"./sets\";\n-const B = \"buf\";\n-const L = \"length\";\n-const O = \"offset\";\n-const S = \"stride\";\n+const SYM_B = \"buf\";\n+const SYM_L = \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): update gvec prop lookup & interning | 1 | fix | vectors |
679,913 | 30.12.2018 16:57:37 | 0 | 7e19e7b4644029a0a6798545011029f8e02307f8 | minor(vectors): minor update vop() | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,5 @@ export const vop = (dispatch = 0) => {\nfn.add = (dim: number, fn) => (impls[dim] = fn);\nfn.default = (fn) => (fallback = fn);\n// fn.impls = impls;\n- // fn.fallback = fallback;\nreturn fn;\n};\n",
"new_path": "packages/vectors3/src/internal/vop.ts... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(vectors): minor update vop() | 1 | minor | vectors |
67,476 | 30.12.2018 17:17:28 | -3,600 | 9399211fbc19119d63e2834a4ddca59ddcb9335f | build: remove Tracer calls and properly minify iife bundles | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"rollup-plugin-replace\": {\n+ \"version\": \"2.1.0\",\n+ \"resolved\": \"https://registry.npmjs.org/rollup-plugin-replace/-/rollup-plugin-replace-2.1.0.tgz\",\n+ \"integrity\": \"sha512-SxrAIgpH/B5/W4SeULgreOemxcpEgKs2gcD42zXw50bhqGWmcnlXneVInQpAqzA/cIly4bJr... | TypeScript | MIT License | aurelia/aurelia | build: remove Tracer calls and properly minify iife bundles | 1 | build | null |
67,476 | 30.12.2018 17:34:12 | -3,600 | 17844499aac2001d83ff877d125521d7d5b7fda2 | build: minify the other outputs as well | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { readFileSync } from 'fs';\nconst log = createLogger('bundle');\n-async function getTerserOptions(file: string) {\n+async function getTerserOptions() {\nlog('Finding exported identifiers to exclude from mangling');\n// What happens here is we par... | TypeScript | MIT License | aurelia/aurelia | build: minify the other outputs as well | 1 | build | null |
679,913 | 30.12.2018 17:34:55 | 0 | ae7a039e1f6a4424a2274350770b46ce23bbf64b | feat(matrices): add cwise matrix multiply, rename mul* => mulM*, move mulQ | [
{
"change_type": "MODIFY",
"diff": "import { Mat, ReadonlyMat } from \"./api\";\n-import { mul } from \"./mul\";\n+import { mulM } from \"./mulM\";\nexport const concat =\n(out: Mat, a: ReadonlyMat, b: ReadonlyMat, ...xs: ReadonlyMat[]) =>\nxs.reduce(\n- (acc: Mat, x) => mul(acc, acc, x),\n- mul(out, a, b)\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add cwise matrix multiply, rename mul* => mulM*, move mulQ | 1 | feat | matrices |
67,476 | 30.12.2018 17:35:14 | -3,600 | 1fa84f6973b3006de19cbca289efb324a7013d10 | build(all): add system build output | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"lerna run build\",\n\"dev\": \"lerna run dev --parallel\",\n\"clean\": \"rimraf packages/*/dist dist\",\n- \"bundle:dist\": \"ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm\",\n+ \"bundle:dist\": \"ts-node -P scripts/tsconfig.json scripts/bundle.t... | TypeScript | MIT License | aurelia/aurelia | build(all): add system build output | 1 | build | all |
67,476 | 30.12.2018 17:44:32 | -3,600 | e39eb32abc8767476d47dede5d59bbc35745b526 | build: add option to skip minification | [
{
"change_type": "MODIFY",
"diff": "\"clean\": \"rimraf packages/*/dist dist\",\n\"bundle:dist\": \"ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,system\",\n\"postbundle:dist\": \"rimraf .rpt2_cache packages/*/dist/.rpt2_cache\",\n- \"bundle:all\": \"ts-node -P scripts/tsconfig.json scripts/bun... | TypeScript | MIT License | aurelia/aurelia | build: add option to skip minification | 1 | build | null |
67,476 | 30.12.2018 17:45:20 | -3,600 | 7b6e2f98d731d5f0365a39c2820875ea1253e3c4 | fix(kernel): remove unnecessary iife call context | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ const $global: IWindowOrWorkerGlobalScope = (function(): IWindowOrWorkerGlobalSc\nreturn {} as IWindowOrWorkerGlobalScope;\n}\n// @ts-ignore 2683\n-}).call(this);\n+})();\n// performance.now polyfill for non-browser envs based on https://github.com/myrne... | TypeScript | MIT License | aurelia/aurelia | fix(kernel): remove unnecessary iife call context | 1 | fix | kernel |
679,913 | 30.12.2018 17:48:33 | 0 | 4f2f512cf8db515d2825a5f0f64ccf6deabeb0a2 | build(matrices): update deps | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/matrices\",\n\"version\": \"0.0.1\",\n- \"description\": \"Matrix operations for 2D / 3D geometry processing\",\n+ \"description\": \"Matrix & quaternion operations for 2D/3D geometry processing\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(matrices): update deps | 1 | build | matrices |
679,913 | 30.12.2018 17:48:56 | 0 | 10fc9cc5c9f4d9df696985550d85722227529e10 | docs(matrices): update readme (add full API list) | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,41 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n+- [About](#about)\n+- [Installation](#installation)\n+- [Dependencies](#dependencies)\n+- [Usage examples](#usage-examples)\n+- [API](#api)\n+ - [Constants](#constants)\n+ - [Matrix creati... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(matrices): update readme (add full API list) | 1 | docs | matrices |
679,913 | 30.12.2018 18:35:40 | 0 | 6d58c309409b0b0dee5d11c1b540946a7a6c3dac | docs: rename pd image (because of GH CDN issues), update readme | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "assets/porter-duff.png",
"old_path": "assets/porterduff.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -96,7 +96,7 @@ The package provides all 12 basic\ncompositing / blending operators, both for colors with pre-multiplied\nalpha and wi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: rename pd image (because of GH CDN issues), update readme | 1 | docs | null |
67,476 | 30.12.2018 18:43:12 | -3,600 | 1ed042e1c389590cf70495882fdcebb08b7d1b36 | build(all): reference tsc build outputs instead of rollup outputs | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@aurelia/aot\",\n\"version\": \"0.3.0\",\n- \"main\": \"dist/index.umd.js\",\n- \"module\": \"dist/index.es6.js\",\n- \"jsnext:main\": \"dist/index.es6.js\",\n- \"browser\": \"dist/index.umd.js\",\n+ \"main\": \"dist/build/index.js\",\n+ \"module\": \"dist/... | TypeScript | MIT License | aurelia/aurelia | build(all): reference tsc build outputs instead of rollup outputs | 1 | build | all |
67,476 | 30.12.2018 18:43:41 | -3,600 | bf23713e6ac465114a8840200bdc0aa44013bc56 | build(all): replace package.json references before commit/publish | [
{
"change_type": "MODIFY",
"diff": "@@ -282,7 +282,12 @@ commands:\ngit stash pop\ngit add packages/\\*/dist/* dist --force\n- run:\n- name: \"Commit dist folders\"\n+ name: \"Replace package.json refs and add them\"\n+ command: |\n+ npm run replace-package-refs:rollup\n+ git add .\n+ - run:\n+ name: \"Comm... | TypeScript | MIT License | aurelia/aurelia | build(all): replace package.json references before commit/publish | 1 | build | all |
67,476 | 30.12.2018 18:47:29 | -3,600 | f542379da413215eefb88adcc42a52eede7baafb | ci: update unit_test_node build job requirement | [
{
"change_type": "MODIFY",
"diff": "@@ -466,14 +466,14 @@ workflows:\n<<: *filter_ignore_develop_release\nrequires:\n- install_root\n- - bundle_packages:\n+ - unit_test_node:\n<<: *filter_ignore_develop_release\nrequires:\n- build_packages\n- - unit_test_node:\n+ - bundle_packages:\n<<: *filter_ignore_devel... | TypeScript | MIT License | aurelia/aurelia | ci: update unit_test_node build job requirement | 1 | ci | null |
67,476 | 30.12.2018 19:37:01 | -3,600 | 57597488688ced92ba2df7c2e39f2333675ac51f | chore(all): use esnext for tsc build output and fix node tests | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"esm\": {\n+ \"version\": \"3.0.84\",\n+ \"resolved\": \"https://registry.npmjs.org/esm/-/esm-3.0.84.tgz\",\n+ \"integrity\": \"sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==\",\n+ \"dev\": true\n+ },\n\"esprim... | TypeScript | MIT License | aurelia/aurelia | chore(all): use esnext for tsc build output and fix node tests | 1 | chore | all |
67,476 | 30.12.2018 20:34:43 | -3,600 | 840fe57f0f5bbbbd726a47d3289afd92ca69a393 | refactor(debug): explicitly export non-internal stuff | [
{
"change_type": "MODIFY",
"diff": "-export * from './binding/unparser';\n-export * from './configuration';\n-export * from './reporter';\n+export {\n+ Serializer,\n+ Unparser\n+} from './binding/unparser';\n+export {\n+ DebugConfiguration,\n+ TraceConfiguration\n+} from './configuration';\n",
"new_path... | TypeScript | MIT License | aurelia/aurelia | refactor(debug): explicitly export non-internal stuff | 1 | refactor | debug |
67,476 | 30.12.2018 21:48:56 | -3,600 | 5b4414edd438d395c01de2a8ab66583e85ab0e09 | test(wdio): fix webpack e2e test | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ module.exports = function(env, { mode }) {\nentry: './src/startup.ts',\ndevtool: production ? 'source-map' : 'eval-source-map',\nresolve: {\n- extensions: ['.ts'],\n+ extensions: ['.ts', '.js'],\nmodules: ['src', 'node_modules']\n},\ndevServer: {\n",
"... | TypeScript | MIT License | aurelia/aurelia | test(wdio): fix webpack e2e test | 1 | test | wdio |
67,476 | 30.12.2018 21:55:50 | -3,600 | b705a608f47de03fb9339075796cab7aa96599ab | test(wdio): fix iife e2e test | [
{
"change_type": "MODIFY",
"diff": "</head>\n<body>\n- <script src=\"./dist/au.bundle.js\"></script>\n+ <script src=\"./dist/index.iife.full.js\"></script>\n<app>\n<template>\n<div>${message}</div>\n",
"new_path": "test/wdio/cases/local/jit-iife-inline/index.html",
"old_path": "test/wdio/cases/local... | TypeScript | MIT License | aurelia/aurelia | test(wdio): fix iife e2e test | 1 | test | wdio |
67,476 | 30.12.2018 21:56:15 | -3,600 | 6e629fec7f156b1d1b60c2f36dfb77feb0f66d3d | chore(debug): fix exports | [
{
"change_type": "MODIFY",
"diff": "-export {\n- Serializer,\n- Unparser\n-} from './binding/unparser';\nexport {\nDebugConfiguration,\nTraceConfiguration\n",
"new_path": "packages/debug/src/index.ts",
"old_path": "packages/debug/src/index.ts"
},
{
"change_type": "MODIFY",
"diff": "impor... | TypeScript | MIT License | aurelia/aurelia | chore(debug): fix exports | 1 | chore | debug |
67,476 | 30.12.2018 21:58:56 | -3,600 | 000d9761cd28ab5dcce3b8fc2ed96425e3bb6bd0 | ci: dropping browserify-local test for now | [
{
"change_type": "MODIFY",
"diff": "@@ -489,13 +489,6 @@ workflows:\nattach: true\nrequires:\n- bundle_packages\n- - e2e_wdio:\n- <<: *filter_ignore_develop_release\n- name: jit-browserify-ts\n- path: \"local/jit-browserify-ts\"\n- attach: true\n- requires:\n- - bundle_packages\n- e2e_wdio:\n<<: *filter_ign... | TypeScript | MIT License | aurelia/aurelia | ci: dropping browserify-local test for now | 1 | ci | null |
679,913 | 31.12.2018 03:16:23 | 0 | 4f0249188b0c685594a39c154cef2f1a6d77c7c0 | fix(matrices): scaleWithCenter* (add missing concat() arg) | [
{
"change_type": "MODIFY",
"diff": "import { ReadonlyVec } from \"@thi.ng/vectors3/api\";\n-import { mulN2, mulN3 } from \"@thi.ng/vectors3/muln\";\n+import { neg } from \"@thi.ng/vectors3/neg\";\nimport { Mat } from \"./api\";\nimport { concat } from \"./concat\";\nimport { scale23, scale44 } from \"./scal... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(matrices): scaleWithCenter* (add missing concat() arg) | 1 | fix | matrices |
679,913 | 31.12.2018 04:55:30 | 0 | 4c6fe066175b542c21dde95f56f7fa5212e1ac06 | fix(matrices): re-add persp divide in mulV344() | [
{
"change_type": "MODIFY",
"diff": "@@ -87,22 +87,32 @@ export const mulV44: MatOpMV =\n/**\n* Multiplies M44 `m` with 3D vector `v` and assumes `w=1`, i.e. the\n- * vector is interpreted as `[x,y,z,1]` and the last row of `m` is\n- * `[0,0,0,1]`. Supports in-place modification, i.e. if `out === v`.\n+ * ve... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(matrices): re-add persp divide in mulV344() | 1 | fix | matrices |
679,913 | 31.12.2018 05:02:20 | 0 | 52fb939966b81b110e3ac2e62f3f4c3f97ba9c78 | feat(matrices): add quatToMat33, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ import * as m from \"@thi.ng/matrices\";\n- `det22` / `det23` / `det33` / `det44`\n- `det44FromCoeffs` / `detCoeffs44`\n- `diag` / `diag22` / `diag23` / `diag33` / `diag44`\n-- `invert` / `invert22` / `invert23` / `invert33` / `invert44` / `invertQ`\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add quatToMat33, update readme | 1 | feat | matrices |
67,476 | 31.12.2018 05:20:19 | -3,600 | e11a6e85491f547fe0b6c6d1e03755bd707846d0 | test(e2e): fix browserstack run script | [
{
"change_type": "MODIFY",
"diff": "\"requires\": {\n\"@aurelia/kernel\": \"0.3.0\"\n},\n- \"dependencies\": {\n- \"@aurelia/kernel\": {\n- \"version\": \"0.3.0\",\n- \"bundled\": true\n- }\n- }\n+ \"dependencies\": {}\n}\n}\n},\n\"requires\": {\n\"@aurelia/kernel\": \"0.3.0\"\n},\n- \"dependencies\": {\n- ... | TypeScript | MIT License | aurelia/aurelia | test(e2e): fix browserstack run script | 1 | test | e2e |
67,476 | 31.12.2018 06:08:04 | -3,600 | aa2930e49634980e409399d763b9337eb6c0abb0 | ci: do not include nonexisting top-level dist folder | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,6 @@ scalar-2: &working_dir ~/repo\n# # # # # # # # # # # # # # # #\nmap-1: &package_globs\npaths:\n- - dist\n- packages/*/dist\n- packages/*/node_modules\n- packages/*/*.tgz\n@@ -261,11 +260,11 @@ commands:\nname: \"Cleanup unwanted files\"\ncommand: |\n./no... | TypeScript | MIT License | aurelia/aurelia | ci: do not include nonexisting top-level dist folder | 1 | ci | null |
67,476 | 31.12.2018 06:11:35 | -3,600 | d6b98259baf33584a8195d4929802d3cb316c40b | ci: reorder build jobs that don't need bundles | [
{
"change_type": "MODIFY",
"diff": "@@ -480,35 +480,35 @@ workflows:\n- e2e_browserstack:\n<<: *filter_only_master\nrequires:\n- - bundle_packages\n+ - build_packages\n- e2e_wdio:\n<<: *filter_ignore_develop_release\nname: jit-aurelia-cli-ts\npath: \"local/jit-aurelia-cli-ts\"\nattach: true\nrequires:\n- - ... | TypeScript | MIT License | aurelia/aurelia | ci: reorder build jobs that don't need bundles | 1 | ci | null |
67,476 | 31.12.2018 06:18:13 | -3,600 | d3d862e6e2a258eed4cd9b8f8d86563a4ae8ed86 | chore(au-dom): fix custom element mock | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,7 @@ import {\nTemplateDefinition,\nToViewBindingInstruction\n} from '../src/index';\n+import { TargetedInstruction } from '../dist';\nconst slice = Array.prototype.slice;\n@@ -121,11 +122,7 @@ export class AuNode implements INode {\nthis.isMounted = isMounte... | TypeScript | MIT License | aurelia/aurelia | chore(au-dom): fix custom element mock | 1 | chore | au-dom |
67,476 | 31.12.2018 06:18:29 | -3,600 | bb242b94a29a63e718e50100721fef33b6220449 | chore(test): add esm loader to node debugger | [
{
"change_type": "MODIFY",
"diff": "},\n\"args\": [\n\"${workspaceRoot}/packages/runtime/test/setup-node.ts\",\n- \"${workspaceRoot}/packages/runtime/test/**/if.spec.ts\", // remember to change this to the file you want to debug (and you may need to remove this comment as well for VS Code's json parser)\n+ ... | TypeScript | MIT License | aurelia/aurelia | chore(test): add esm loader to node debugger | 1 | chore | test |
531,793 | 31.12.2018 09:06:13 | 0 | 05cefe8177fac00381887f32861f6c6739f5cfe5 | feat(ui): use bootstrap custom control for checkboxes
This will use bootstrap styled controls instead of native. | [
{
"change_type": "MODIFY",
"diff": "@@ -54,10 +54,10 @@ const SilenceMatch = observer(\n/>\n</div>\n<div className=\"flex-shrink-0 flex-grow-1 flex-basis-auto form-check form-check-inline d-flex justify-content-between m-0\">\n- <span>\n+ <span className=\"custom-control custom-switch\">\n<input\nid={`isReg... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): use bootstrap custom control for checkboxes
This will use bootstrap styled controls instead of native.
https://getbootstrap.com/docs/4.2/components/forms/#switches | 1 | feat | ui |
807,849 | 31.12.2018 11:51:44 | 28,800 | ef23757d520133a70e99bd4376ad61fc81795de2 | refactor(publish): Move package serialization into explicit step | [
{
"change_type": "MODIFY",
"diff": "@@ -178,6 +178,7 @@ class PublishCommand extends Command {\nchain = chain.then(() => this.resolveLocalDependencyLinks());\nchain = chain.then(() => this.annotateGitHead());\n+ chain = chain.then(() => this.serializeChanges());\nchain = chain.then(() => this.packUpdated())... | JavaScript | MIT License | lerna/lerna | refactor(publish): Move package serialization into explicit step | 1 | refactor | publish |
807,849 | 31.12.2018 13:05:13 | 28,800 | 8e5995011dbec77ea50eac39a76f19924c0bd598 | fix(npm-publish): Pass normalized manifest to libnpm/publish
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\njest.mock(\"@lerna/run-lifecycle\");\n+jest.mock(\"libnpm/read-json\");\njest.mock(\"libnpm/publish\");\njest.mock(\"fs-extra\");\n// mocked modules\nconst fs = require(\"fs-extra\");\nconst publish = require(\"libnpm/publish\");\n+const readJSON = requir... | JavaScript | MIT License | lerna/lerna | fix(npm-publish): Pass normalized manifest to libnpm/publish
Fixes #1843 | 1 | fix | npm-publish |
807,849 | 31.12.2018 13:42:27 | 28,800 | da81e6008844025d755bd580d102661ba3c9b589 | fix(progress): Enable progress during logging setup, correcting default | [
{
"change_type": "MODIFY",
"diff": "@@ -119,8 +119,6 @@ class BootstrapCommand extends Command {\nconst filteredLength = this.filteredPackages.length;\nconst packageCountLabel = `${filteredLength} package${filteredLength > 1 ? \"s\" : \"\"}`;\n- // root install does not need progress bar\n- this.enableProgr... | JavaScript | MIT License | lerna/lerna | fix(progress): Enable progress during logging setup, correcting default | 1 | fix | progress |
807,849 | 31.12.2018 14:10:06 | 28,800 | 895764872584bf46f603519da48194de7d60ef59 | refactor(symlink-dependencies): Pass Tracker instance instead of this.logger | [
{
"change_type": "MODIFY",
"diff": "@@ -543,7 +543,11 @@ class BootstrapCommand extends Command {\n* @returns {Promise}\n*/\nsymlinkPackages() {\n- return symlinkDependencies(this.filteredPackages, this.targetGraph, this.logger);\n+ return symlinkDependencies(\n+ this.filteredPackages,\n+ this.targetGraph,\... | JavaScript | MIT License | lerna/lerna | refactor(symlink-dependencies): Pass Tracker instance instead of this.logger | 1 | refactor | symlink-dependencies |
67,476 | 31.12.2018 14:31:07 | -3,600 | 13a7fd4b77d3dabb710256068b1ba68b934f4108 | fix(runtime): register local dependencies before going into the template compiler | [
{
"change_type": "MODIFY",
"diff": "@@ -1224,6 +1224,39 @@ describe('xml node compiler tests', () => {\n}\n});\n+describe('dependency injection', () => {\n+\n+ it('register local dependencies ', () => {\n+ const Foo = CustomElementResource.define(\n+ {\n+ name: 'foo',\n+ template: 'bar'\n+ },\n+ null\n+ );\... | TypeScript | MIT License | aurelia/aurelia | fix(runtime): register local dependencies before going into the template compiler | 1 | fix | runtime |
807,849 | 31.12.2018 14:35:35 | 28,800 | 0de3df9b47b7eef0c72e0a6d26b13347abb6e44c | fix(progress): Correctly avoid progress where we don't want it | [
{
"change_type": "MODIFY",
"diff": "@@ -119,6 +119,8 @@ class BootstrapCommand extends Command {\nconst filteredLength = this.filteredPackages.length;\nconst packageCountLabel = `${filteredLength} package${filteredLength > 1 ? \"s\" : \"\"}`;\n+ // root install does not need progress bar\n+ this.enableProgr... | JavaScript | MIT License | lerna/lerna | fix(progress): Correctly avoid progress where we don't want it | 1 | fix | progress |
67,476 | 31.12.2018 16:09:23 | -3,600 | 94dd5d4a4994dcba41207acb048bcef08325deed | test(jit-template-compiler): cleanup compose tests | [
{
"change_type": "MODIFY",
"diff": "-import { IContainer } from '@aurelia/kernel';\n+import { IContainer, Registration } from '@aurelia/kernel';\nimport {\nAurelia,\n+ CustomElementResource,\nIDOM,\nILifecycle,\n+ IObserverLocator,\nIRenderingEngine,\n- LifecycleFlags,\n- TemplateDefinition\n-} from '@aurel... | TypeScript | MIT License | aurelia/aurelia | test(jit-template-compiler): cleanup compose tests | 1 | test | jit-template-compiler |
67,476 | 31.12.2018 17:25:53 | -3,600 | c6d3db640797a1d4c702b2500d92080b40608b29 | fix(di): expose resources from parent containers in child containers via a separate lookup | [
{
"change_type": "MODIFY",
"diff": "import { Constructable, IIndexable, Injectable, Primitive } from './interfaces';\nimport { PLATFORM } from './platform';\nimport { Reporter, Tracer } from './reporter';\n+import { IResourceType } from './resource';\nconst slice = Array.prototype.slice;\n@@ -508,6 +509,7 @... | TypeScript | MIT License | aurelia/aurelia | fix(di): expose resources from parent containers in child containers via a separate lookup | 1 | fix | di |
679,913 | 31.12.2018 17:29:49 | 0 | c7052171ea745161e242bf88f422ff26033d1802 | fix(vectors): cartesian2/3 | [
{
"change_type": "MODIFY",
"diff": "import { cossin } from \"@thi.ng/math/angle\";\n-import { MultiVecOpVO, ReadonlyVec, ZERO4 } from \"./api\";\n+import {\n+ MultiVecOpVO,\n+ ReadonlyVec,\n+ ZERO2,\n+ ZERO3\n+} from \"./api\";\nimport { vop } from \"./internal/vop\";\n-import { maddN } from \"./maddn\";\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): cartesian2/3 | 1 | fix | vectors |
679,913 | 31.12.2018 17:30:19 | 0 | b912516852aa306836d6720d60eade7393529a34 | feat(geom): add ray skeleton impl | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ export const enum Type {\nQUADRATIC2 = \"quadratic\",\nRECT2 = \"rect\",\nTRIANGLE2 = \"triangle\",\n+ RAY = \"ray\"\n}\nexport const enum ClipMode {\n@@ -281,7 +282,7 @@ export const pointAt = defmulti<IShape, number, IShape>(dispatch);\nexport const po... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add ray skeleton impl | 1 | feat | geom |
679,913 | 31.12.2018 17:31:37 | 0 | 76c343c35ca8bf2608a7f93358239ef49bd0f434 | feat(geom): add pointAt/tangentAt impls for circle/line | [
{
"change_type": "MODIFY",
"diff": "import { isNumber } from \"@thi.ng/checks/is-number\";\nimport { implementations } from \"@thi.ng/defmulti\";\nimport { sign } from \"@thi.ng/math/abs\";\n-import { EPS, PI, TAU } from \"@thi.ng/math/api\";\n+import { cossin } from \"@thi.ng/math/angle\";\n+import {\n+ EP... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add pointAt/tangentAt impls for circle/line | 1 | feat | geom |
679,913 | 31.12.2018 17:31:59 | 0 | 7cf5f7c49acb47456572de489a584122f3718325 | refactor(geom): update subdivKernel* fns | [
{
"change_type": "MODIFY",
"diff": "@@ -5,29 +5,29 @@ import { transduce } from \"@thi.ng/transducers/transduce\";\nimport { indexed } from \"@thi.ng/transducers/xform/indexed\";\nimport { mapcat } from \"@thi.ng/transducers/xform/mapcat\";\nimport { partition } from \"@thi.ng/transducers/xform/partition\";... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): update subdivKernel* fns | 1 | refactor | geom |
679,913 | 31.12.2018 17:32:14 | 0 | c0008a7a2faf09af2cf83b2b3163b454ee73684a | minor(geom): update formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -201,8 +201,6 @@ export class ClipPolygon implements\nreturn inside;\n}\n-\n-\nprotected insertIntersections(clip: ClipPolygon) {\nlet s = this.first;\nlet c = clip.first;\n",
"new_path": "packages/geom2/src/internal/greiner-hormann.ts",
"old_path": "packages/g... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(geom): update formatting | 1 | minor | geom |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.