author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
244,058 | 16.11.2019 21:03:16 | 28,800 | 63277aaa6e84ddba95c203469f63f080c6a29d62 | Remove declaration fix | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/Refactor.java",
"new_path": "src/main/java/org/javacs/Refactor.java",
"diff": "@@ -14,7 +14,7 @@ interface Refactor {\nCodeAction refactor(Parser parse, TreePath error);\nRefactor[] RULES = { // TODO this is used!\n- new ConvertToState... | Java | MIT License | georgewfraser/java-language-server | Remove declaration fix |
244,058 | 16.11.2019 21:51:10 | 28,800 | fe5c2c0f0c2f27deb1d1ab35e65dac2b5ddf6a22 | Give up after 5 errors in 5 minutes | [
{
"change_type": "MODIFY",
"old_path": "TODOS.md",
"new_path": "TODOS.md",
"diff": "- Create method\n- Implement abstract methods\n- static, final are redundant in interfaces inners\n+ - Ignore unchecked\n- Selection\n- Extract constant\n- Extract variable\n"
},
{
"change_type": "MODIFY",
... | Java | MIT License | georgewfraser/java-language-server | Give up after 5 errors in 5 minutes |
244,069 | 07.12.2019 00:50:43 | 10,800 | a9ec8da36ad6caec34f61d1e8bee5f5e25d8839a | adding installation instructions to sublime | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -24,6 +24,32 @@ A Java [language server](https://github.com/Microsoft/vscode-languageserver-prot\nNote: This tool is not compatible with [vim-lsp](https://github.com/prabirshrestha/vim-lsp) as it only supports L... | Java | MIT License | georgewfraser/java-language-server | adding installation instructions to sublime (#128) |
244,069 | 09.12.2019 01:19:20 | 10,800 | 93c1766df4970491c1998e42595bcbc1e0d2cda2 | adding --system javac option to override the location of system modules | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/CompileBatch.java",
"new_path": "src/main/java/org/javacs/CompileBatch.java",
"diff": "@@ -113,6 +113,11 @@ class CompileBatch implements AutoCloseable {\nprivate static List<String> options(Set<Path> classPath, Set<String> addExports)... | Java | MIT License | georgewfraser/java-language-server | adding --system javac option to override the location of system modules (#129) |
244,065 | 12.02.2020 06:32:34 | -3,600 | 222101a9a32e5fb61dcd3691e1498798600b4f4d | Remove --system javac option | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/CompileBatch.java",
"new_path": "src/main/java/org/javacs/CompileBatch.java",
"diff": "@@ -113,11 +113,6 @@ class CompileBatch implements AutoCloseable {\nprivate static List<String> options(Set<Path> classPath, Set<String> addExports)... | Java | MIT License | georgewfraser/java-language-server | Remove --system javac option (#133) |
244,055 | 25.04.2020 16:46:07 | 21,600 | 7904a5e8ba5ae29683f18d638ea9661c48a39ece | 145 Crashes on Arch Linux `NoSuchFileException: /usr/java`
JavaHomeHelper:81 throws `NoSuchFileException` in `Files.list` when the
directories listed on line 60 do not exist. Given that we return
`NOT_FOUND` if nothing is found, it seems reasonable to simple swallow
the exception and allow `NOT_FOUND` if none of the d... | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/JavaHomeHelper.java",
"new_path": "src/main/java/org/javacs/JavaHomeHelper.java",
"diff": "@@ -5,6 +5,7 @@ import java.io.File;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.nio.file.Files;\n+import java.... | Java | MIT License | georgewfraser/java-language-server | 145 Crashes on Arch Linux `NoSuchFileException: /usr/java` (#148)
JavaHomeHelper:81 throws `NoSuchFileException` in `Files.list` when the
directories listed on line 60 do not exist. Given that we return
`NOT_FOUND` if nothing is found, it seems reasonable to simple swallow
the exception and allow `NOT_FOUND` if no... |
244,056 | 06.05.2020 10:15:03 | 25,200 | aebe4aafe40f6f37983d4a8aadc10fefafbf2778 | Add title to command added for completion. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/completion/CompletionProvider.java",
"new_path": "src/main/java/org/javacs/completion/CompletionProvider.java",
"diff": "@@ -627,6 +627,7 @@ public class CompletionProvider {\n// Remove this if VSCode ever fixes https://github.com/micr... | Java | MIT License | georgewfraser/java-language-server | Add title to command added for completion. (#150) |
244,063 | 29.04.2021 21:51:24 | 25,200 | 7fffb6c5929fe02c52e1c823ae990bad2b540ad1 | Allow bazel aquery failures for incorrect rule | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/InferConfig.java",
"new_path": "src/main/java/org/javacs/InferConfig.java",
"diff": "@@ -367,6 +367,7 @@ class InferConfig {\n\"--output=proto\",\n\"--include_aspects\", // required for java_proto_library, see\n// https://stackoverflow... | Java | MIT License | georgewfraser/java-language-server | Allow bazel aquery failures for incorrect rule (#187) |
244,058 | 01.07.2022 15:53:06 | 25,200 | a48a324e3c1ad02c330f3190db545926bd0cb419 | Build and upload extension | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/maven.yml",
"new_path": ".github/workflows/maven.yml",
"diff": "@@ -11,16 +11,33 @@ on:\njobs:\nbuild:\n-\nruns-on: ubuntu-latest\n-\nsteps:\n- uses: actions/checkout@v3\n- - name: Set up JDK 18\n+ - name: Set up JDK\nuses: actions/setup-java... | Java | MIT License | georgewfraser/java-language-server | Build and upload extension |
244,058 | 02.07.2022 16:58:09 | 25,200 | e9190bbcf2319d09f1d09ddea2aedd4b3ac5bd77 | Set up release script | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/maven.yml",
"new_path": ".github/workflows/maven.yml",
"diff": "@@ -5,9 +5,12 @@ name: Java CI with Maven\non:\npush:\n- branches: [ \"master\" ]\n+ branches:\n+ - release\n+ - master\npull_request:\n- branches: [ \"master\" ]\n+ branches:\n+... | Java | MIT License | georgewfraser/java-language-server | Set up release script |
244,058 | 02.07.2022 17:19:28 | 25,200 | b29d83315ed4cb36d68fac6152d79c6fb1d3c837 | Split up actions | [
{
"change_type": "RENAME",
"old_path": ".github/workflows/maven.yml",
"new_path": ".github/workflows/release.yml",
"diff": "-# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time\n-# For more information see: https://help.gith... | Java | MIT License | georgewfraser/java-language-server | Split up actions |
244,074 | 03.07.2022 16:13:06 | 25,200 | d2b4b4f533e13aa687a3caea6513386e63d7194a | Handle compiler.err.cant.resolve for imports
It seems that unresolved idents inside anonymous classes are producing
"compiler.err.cant.resolve" errors instead of
"compiler.err.cant.resolve.location". Handle them in the same way. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/action/CodeActionProvider.java",
"new_path": "src/main/java/org/javacs/action/CodeActionProvider.java",
"diff": "@@ -164,6 +164,7 @@ public class CodeActionProvider {\nneedsThrow.erasedParameterTypes,\nexceptionName);\nreturn createQui... | Java | MIT License | georgewfraser/java-language-server | Handle compiler.err.cant.resolve for imports (#204)
It seems that unresolved idents inside anonymous classes are producing
"compiler.err.cant.resolve" errors instead of
"compiler.err.cant.resolve.location". Handle them in the same way. |
244,058 | 03.07.2022 16:15:39 | 25,200 | 8d92c99328cc8c4f946cd76701fd812e6562c793 | Fix test broken by dependabot | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/javacs/InferConfigTest.java",
"new_path": "src/test/java/org/javacs/InferConfigTest.java",
"diff": "@@ -64,14 +64,14 @@ public class InferConfigTest {\npublic void thisProjectClassPath() {\nassertThat(\nthisProject.classPath(),\n- hasItem(has... | Java | MIT License | georgewfraser/java-language-server | Fix test broken by dependabot |
244,058 | 05.07.2022 09:24:29 | 25,200 | efffeb1a65c4fddac2554988edb76281a6fdea00 | Fix GSON path | [
{
"change_type": "MODIFY",
"old_path": "dist/launch_linux.sh",
"new_path": "dist/launch_linux.sh",
"diff": "@@ -9,5 +9,5 @@ JLINK_VM_OPTIONS=\"\\\n--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \\\n--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED\"\nDIR=`dirname $0`\n-CL... | Java | MIT License | georgewfraser/java-language-server | Fix GSON path |
244,067 | 16.12.2022 20:50:26 | -3,600 | caf00544a75b04c8c094ce7431a659e17504e53d | Reading multibyte characters leads to corrupt FileStore and shows the wrong diagnostic. Using the built-in method String#readNBytes helps to prevent it. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/javacs/debug/proto/DebugAdapter.java",
"new_path": "src/main/java/org/javacs/debug/proto/DebugAdapter.java",
"diff": "@@ -52,21 +52,11 @@ public class DebugAdapter {\nprivate static String readLength(InputStream client, int byteLength) {\n// ... | Java | MIT License | georgewfraser/java-language-server | Reading multibyte characters leads to corrupt FileStore and shows the wrong diagnostic. Using the built-in method String#readNBytes helps to prevent it. (#221) |
244,062 | 16.12.2022 13:52:33 | 21,600 | 2d2dfce9265fea24d9e5dd15a7c43e09116658ad | Adding Kate instructions to the README.md file | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -22,6 +22,29 @@ A Java [language server](https://github.com/Microsoft/vscode-languageserver-prot\nNote: This tool is not compatible with [vim-lsp](https://github.com/prabirshrestha/vim-lsp) as it only supports L... | Java | MIT License | georgewfraser/java-language-server | Adding Kate instructions to the README.md file (#227) |
244,058 | 16.12.2022 13:09:35 | 28,800 | 407b8a342a40f8676af05f612a330427ca350dc0 | Fix mac link | [
{
"change_type": "MODIFY",
"old_path": "scripts/link_mac.sh",
"new_path": "scripts/link_mac.sh",
"diff": "@@ -9,7 +9,7 @@ JAVA_HOME=\"./jdks/mac/jdk-18\"\n# Build using jlink\nrm -rf dist/mac\njlink \\\n- --module-path $JAVA_HOME/jmods \\\n+ --module-path $JAVA_HOME/Contents/Home/jmods \\\n--add-mod... | Java | MIT License | georgewfraser/java-language-server | Fix mac link |
19,400 | 18.02.2017 15:24:16 | -32,400 | 5e60737ed096f5bfec4796a41ee1a0c72a7f3fc3 | chore(test): add ENV=test | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"documentation\": \"^4.0.0-beta10\",\n\"documentation-markdown-api-theme\": \"^1.0.2\",\n\"documentation-wrapper\": \"^1.2.3\",\n+ \"env-test\": \"^1.0.0\",\n\"es6-promise\": \"^3.1.2\",\n\"foreman\": \"^2.0... | TypeScript | MIT License | almin/almin | chore(test): add ENV=test |
19,400 | 18.02.2017 15:25:11 | -32,400 | 04ead605ce4f88ffa26123c5255d7f40af2fc1cd | fix(Store): support `Store.displayName`
Use `displayName` of constructor.
fix | [
{
"change_type": "MODIFY",
"old_path": "src/Store.ts",
"new_path": "src/Store.ts",
"diff": "@@ -35,6 +35,11 @@ export let defaultStoreName = \"<Anonymous-Store>\";\n* @public\n*/\nabstract class Store extends Dispatcher {\n+ /**\n+ * Debuggable name\n+ */\n+ static displayName?: string;\n+\n/**\n* r... | TypeScript | MIT License | almin/almin | fix(Store): support `Store.displayName`
Use `displayName` of constructor.
fix #69 |
19,400 | 18.02.2017 15:25:28 | -32,400 | 7b823dc6f2d423adec7d3cf5409dd7dc38d69bae | fix(UseCase): support `UseCase.displayName`
Use `displayName` of constructor.
fix | [
{
"change_type": "MODIFY",
"old_path": "src/UseCase.ts",
"new_path": "src/UseCase.ts",
"diff": "@@ -32,6 +32,11 @@ export let defaultUseCaseName = \"<Anonymous-UseCase>\";\n*/\nabstract class UseCase extends Dispatcher {\n+ /**\n+ * Debuggable name if it needed\n+ */\n+ static displayName?: string;\... | TypeScript | MIT License | almin/almin | fix(UseCase): support `UseCase.displayName`
Use `displayName` of constructor.
fix #69 |
19,400 | 18.02.2017 15:26:05 | -32,400 | 90ecc728dc2188a9a4687ebce8e5885ced3b5e5d | chore(npm): ENV=test in mocha | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"test:example\": \"nf start --procfile test/Procfile\",\n\"test:perf\": \"cd perf/node-memory-leak-testing && npm install && npm test\",\n\"test:js\": \"run-s build test:mocha\",\n- \"test:mocha\": \"env NOD... | TypeScript | MIT License | almin/almin | chore(npm): ENV=test in mocha |
19,400 | 18.02.2017 18:54:09 | -32,400 | 141f04192dad8dd8a1dc745facdea727d503cecb | test(mocha): env=development in mocha | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"test:example\": \"nf start --procfile test/Procfile\",\n\"test:perf\": \"cd perf/node-memory-leak-testing && npm install && npm test\",\n\"test:js\": \"run-s build test:mocha\",\n- \"test:mocha\": \"env NOD... | TypeScript | MIT License | almin/almin | test(mocha): env=development in mocha |
19,401 | 26.02.2017 18:30:23 | -32,400 | ef259563aaa2c5b21e31f81da711ca31301edaaf | fix(flow): flow type-def can not be read | [
{
"change_type": "MODIFY",
"old_path": "example/todomvc-flow/.flowconfig",
"new_path": "example/todomvc-flow/.flowconfig",
"diff": "[ignore]\n[include]\n-../../src/\n[libs]\n-../../type-definitions\n[options]\nmunge_underscores=true\n"
},
{
"change_type": "MODIFY",
"old_path": "example/t... | TypeScript | MIT License | almin/almin | fix(flow): flow type-def can not be read (#108) |
19,400 | 13.03.2017 20:01:53 | -32,400 | 10332d8e6b6c0faa6e261e4c7459c16f490586a3 | docs(tutorial): fix some typo | [
{
"change_type": "MODIFY",
"old_path": "docs/tutorial/counter/README.md",
"new_path": "docs/tutorial/counter/README.md",
"diff": "@@ -32,7 +32,7 @@ We start implementing the UseCase.\n> 1. Press button and count up!\n-Create `IncrementalCounterUseCase` class\n+Start to create `IncrementalCounterUseC... | TypeScript | MIT License | almin/almin | docs(tutorial): fix some typo |
19,400 | 16.03.2017 10:23:03 | -32,400 | 1e26b0da2886e5a1ceb17a9a8092167f940beead | refactor(example): use "increment" type | [
{
"change_type": "MODIFY",
"old_path": "docs/tutorial/counter/README.md",
"new_path": "docs/tutorial/counter/README.md",
"diff": "@@ -112,11 +112,11 @@ is a minimal payload object.\n}\n```\n-So, `IncrementalCounterUseCase` dispatch \"IncrementalCounterUseCase\" payload.\n+So, `IncrementalCounterUseC... | TypeScript | MIT License | almin/almin | refactor(example): use "increment" type |
19,400 | 16.03.2017 10:37:05 | -32,400 | 0b38a6ae2e19c28bb18d5471ea3736e21a12445d | docs(counter): add recommendation | [
{
"change_type": "MODIFY",
"old_path": "docs/tutorial/counter/README.md",
"new_path": "docs/tutorial/counter/README.md",
"diff": "@@ -26,6 +26,10 @@ open http://localhost:8080/\nEnd.\n+### :memo: Notes: Recommendation\n+\n+1 UseCase = 1 file\n+\n## UseCase\nWe start implementing the UseCase.\n@@ -14... | TypeScript | MIT License | almin/almin | docs(counter): add recommendation |
19,400 | 16.03.2017 21:19:14 | -32,400 | 97d309cf88362beb602008a68375fd163511ce22 | fix(example): fix counter test | [
{
"change_type": "MODIFY",
"old_path": "example/counter/test/IncrementalCounterUseCase-test.js",
"new_path": "example/counter/test/IncrementalCounterUseCase-test.js",
"diff": "@@ -8,7 +8,7 @@ describe(\"ActionCreator\", function() {\nconst useCase = new IncrementalCounterUseCase();\nuseCase.onDispat... | TypeScript | MIT License | almin/almin | fix(example): fix counter test |
19,400 | 18.03.2017 22:31:49 | -32,400 | a80ba302bb289aafd27665c8f930054ec22c70c1 | docs(API): render method as header | [
{
"change_type": "MODIFY",
"old_path": "docs/api/Context.md",
"new_path": "docs/api/Context.md",
"diff": "@@ -24,22 +24,18 @@ export declare class Context {\n----\n-## Interface\n-```typescript\n-export declare class Context {\n-```\n+## `export declare class Context {`\n+\nContext class provide obs... | TypeScript | MIT License | almin/almin | docs(API): render method as header |
19,400 | 18.03.2017 22:40:13 | -32,400 | e2e25ada9c511d736d89b20a703d3caf5e2258b0 | docs(API): improve API header | [
{
"change_type": "MODIFY",
"old_path": "docs/api/Context.md",
"new_path": "docs/api/Context.md",
"diff": "@@ -24,17 +24,19 @@ export declare class Context {\n----\n-## `export declare class Context {`\n+## export declare class Context {\nContext class provide observing and communicating with **Store... | TypeScript | MIT License | almin/almin | docs(API): improve API header |
19,400 | 18.03.2017 22:46:32 | -32,400 | 28748fbcf17e30a369bc8737aa355c08ed6f80c2 | docs(API): increase header Level | [
{
"change_type": "MODIFY",
"old_path": "docs/api/Context.md",
"new_path": "docs/api/Context.md",
"diff": "<!-- Please edit src/*.ts and `npm run build:docs:api` -->\n+## Interface\n+\n```typescript\nexport declare class Context {\nconstructor({dispatcher, store}: {\n@@ -24,14 +26,14 @@ export declar... | TypeScript | MIT License | almin/almin | docs(API): increase header Level |
19,400 | 18.03.2017 22:51:29 | -32,400 | 95b1efe807de023a1ef684e54295ce1665d919f7 | docs(API): add line break | [
{
"change_type": "MODIFY",
"old_path": "tools/d.ts-markdown.jst",
"new_path": "tools/d.ts-markdown.jst",
"diff": "@@ -18,7 +18,7 @@ function shouldIgnoreSection(section) {\nfunction renderAPIHeader(section) {\nconst header = section.codeText.split(\"\\n\").map(line => line.trim()).join(\"\\n\").trim... | TypeScript | MIT License | almin/almin | docs(API): add line break |
19,400 | 18.03.2017 23:10:18 | -32,400 | 4818f96713aff5887a8869ac2c3207055dbe6a3e | docs(API): strip indent | [
{
"change_type": "MODIFY",
"old_path": "docs/api/Context.md",
"new_path": "docs/api/Context.md",
"diff": "@@ -33,7 +33,8 @@ Context class provide observing and communicating with **Store** and **UseCase**\n----\n-### Interface of```typescript\n+### Interface of\n+```typescript\nconstructor({dispatch... | TypeScript | MIT License | almin/almin | docs(API): strip indent |
19,400 | 18.03.2017 23:19:22 | -32,400 | 7820fb356bd026cf739cf6ce36f55e9cca8c323b | docs(API): wrap code | [
{
"change_type": "MODIFY",
"old_path": "docs/api/Context.md",
"new_path": "docs/api/Context.md",
"diff": "@@ -26,7 +26,7 @@ export declare class Context {\n----\n-### export declare class Context {\n+### `export declare class Context {`\nContext class provide observing and communicating with **Store... | TypeScript | MIT License | almin/almin | docs(API): wrap code |
19,400 | 31.03.2017 22:11:08 | -32,400 | a71180a67453b4fb442e8c97b4f12ee84e1f5c4f | docs(SUMMARY): add faq link | [
{
"change_type": "MODIFY",
"old_path": "SUMMARY.md",
"new_path": "SUMMARY.md",
"diff": "- [Logging](./docs/tips/logging.md)\n- [Nesting UseCase](./docs/tips/nesting-usecase.md)\n- [LifeCycle of UseCase](./docs/tips/usecase-lifecycle.md)\n+- Warnings\n+ - [UseCase is already released](docs/warnings/u... | TypeScript | MIT License | almin/almin | docs(SUMMARY): add faq link |
19,400 | 22.04.2017 23:37:52 | -32,400 | 64a2b3c9f88e04079ef2e22c6bbdd50fe6aae601 | refactor(StoreGroup): remove unused value | [
{
"change_type": "MODIFY",
"old_path": "src/UILayer/CQRSStoreGroup.ts",
"new_path": "src/UILayer/CQRSStoreGroup.ts",
"diff": "@@ -119,7 +119,6 @@ Prev State:`, prevState, `Next State:`, nextState\n* ```\n*/\nexport class CQRSStoreGroup<T> extends Dispatcher {\n- name = \"CQRSStoreGroup\";\n// observ... | TypeScript | MIT License | almin/almin | refactor(StoreGroup): remove unused value |
19,400 | 01.05.2017 16:29:44 | -32,400 | 7dad75d18155530231bc292b694b3b9ea1668749 | chore(perf): add version | [
{
"change_type": "MODIFY",
"old_path": "perf/node-memory-leak-testing/package.json",
"new_path": "perf/node-memory-leak-testing/package.json",
"diff": "{\n\"name\": \"node-memory-leak-testing\",\n\"private\": true,\n+ \"version\": \"1.0.0\",\n\"scripts\": {\n\"pretest\": \"rm-local-modules && npm i\... | TypeScript | MIT License | almin/almin | chore(perf): add version |
19,400 | 01.05.2017 16:32:17 | -32,400 | 1c227b79aedc4256f755450c856e32b77eb5d3f1 | chore(lerna): use beta instead of next | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"postinstall\": \"yarn run bootstrap\",\n\"bootstrap\": \"lerna bootstrap\",\n\"publish\": \"lerna publish --conventional-commits\",\n- \"publish:beta\": \"lerna publish --npm-tag=next --conventional-commits... | TypeScript | MIT License | almin/almin | chore(lerna): use beta instead of next |
19,400 | 25.04.2016 10:06:17 | -32,400 | c0f81fd1b91bbe7d86b0b600ddb01d08b38efa1d | chore(npm): add npm-run script | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "\"test\": \"test\"\n},\n\"scripts\": {\n+ \"build\": \"NODE_ENV=production babel src --out-dir lib --source-maps\",\n+ \"watch\": \"babel src --out-dir lib --watch ... | TypeScript | MIT License | almin/almin | chore(npm): add npm-run script |
19,400 | 25.04.2016 10:07:37 | -32,400 | b5217c49f9f7b53cde4486ac4f4addc19830baf8 | chore(npm): add index.js | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "},\n\"version\": \"1.0.1\",\n\"description\": \"logger for Almin.js\",\n- \"main\": \"lib/AlminLogger.js\",\n+ \"main\": \"lib/index.js\",\n\"directories\": {\n\"te... | TypeScript | MIT License | almin/almin | chore(npm): add index.js |
19,400 | 25.04.2016 10:12:45 | -32,400 | 271ea3cdf546a354a2e4182c222913b7b6c7def7 | chore(npm): use babel-plugin-add-module-exports | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/.babelrc",
"new_path": "packages/almin-logger/.babelrc",
"diff": "\"presets\": [\n\"es2015\"\n],\n+ \"plugins\": [\n+ \"babel-plugin-add-module-exports\"\n+ ],\n\"env\": {\n\"development\": {\n\"presets\": [\n"
},
{
"change_type":... | TypeScript | MIT License | almin/almin | chore(npm): use babel-plugin-add-module-exports |
19,400 | 25.04.2016 11:09:52 | -32,400 | 9c5dedce920a066be31da61d6544af59af60a4dd | fix(performance): fix performance.now polyfill | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "},\n\"peerDependencies\": {\n\"almin\": \">= 0.3.0\"\n- }\n+ },\n+ \"dependencies\": {}\n}\n"
},
{
"change_type": "MODIFY",
"old_path": "packages/almin-... | TypeScript | MIT License | almin/almin | fix(performance): fix performance.now polyfill |
19,400 | 30.04.2016 13:29:28 | -32,400 | 9874746876dc464bb34838a8e9557a29c74b0bfe | chore(npm): update meta information | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "\"name\": \"almin-logger\",\n\"repository\": {\n\"type\": \"git\",\n- \"url\": \"git+https://github.com/azu/almin-logger.git\"\n+ \"url\": \"git+https://github.com/... | TypeScript | MIT License | almin/almin | chore(npm): update meta information |
19,400 | 13.05.2016 12:35:23 | -32,400 | a60ae3a998fddeaec21e48d8f8300bacb4f1c671 | fix(logger): support `dispatch` log | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AlminLogger.js",
"new_path": "packages/almin-logger/src/AlminLogger.js",
"diff": "@@ -108,6 +108,7 @@ export default class AlminLogger extends EventEmitter {\n// release handler\nthis._releaseHandlers = [\ncontext.onChange(onChange),\... | TypeScript | MIT License | almin/almin | fix(logger): support `dispatch` log |
19,400 | 13.05.2016 13:04:37 | -32,400 | 4a4f08f41dbe6c4555ee0580b9d249e05cd1959c | chore(logger): add symbol to each log | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AlminLogger.js",
"new_path": "packages/almin-logger/src/AlminLogger.js",
"diff": "@@ -102,7 +102,7 @@ export default class AlminLogger extends EventEmitter {\nconst takenTime = now() - timeStamp;\nthis._logBuffer.push(`${useCase.name}... | TypeScript | MIT License | almin/almin | chore(logger): add symbol to each log |
19,400 | 17.05.2016 21:51:45 | -32,400 | 36d8b204b9329bcf58ba6fbad297d34b329791c6 | feat(options): add SyncLogger | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/README.md",
"new_path": "packages/almin-logger/README.md",
"diff": "@@ -36,6 +36,57 @@ const logger = new ContextLogger();\nlogger.startLogging(appContext);\n```\n+## Options:\n+\n+### `new ContextLogger(options)`\n+\n+```js\n+const Defau... | TypeScript | MIT License | almin/almin | feat(options): add SyncLogger |
19,400 | 17.05.2016 21:54:34 | -32,400 | 7095e9d71340dc41650ec8aac0ccdad5a423d161 | refactor(options): omit template options | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/README.md",
"new_path": "packages/almin-logger/README.md",
"diff": "@@ -46,8 +46,6 @@ const DefaultOptions = {\nasync: true,\n// use `console` object for logging\nconsole: console,\n- // message template object\n- templates: DefaultTempla... | TypeScript | MIT License | almin/almin | refactor(options): omit template options |
19,400 | 17.05.2016 21:58:09 | -32,400 | 049cfae0ab608f1ad1385bfb04977ae0fb57eb1a | chore(npm): remove unused dependencies | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "\"peerDependencies\": {\n\"almin\": \">= 0.3.0\"\n},\n- \"dependencies\": {\n- \"@azu/format-text\": \"^1.0.1\"\n- }\n+ \"dependencies\": {}\n}\n"
},
{
"cha... | TypeScript | MIT License | almin/almin | chore(npm): remove unused dependencies |
19,400 | 17.05.2016 22:19:29 | -32,400 | 7a18b7d1815f75555e74a6dda3606667df227f56 | chore(sync): add emoji prefix logger | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/SyncLogger.js",
"new_path": "packages/almin-logger/src/SyncLogger.js",
"diff": "@@ -27,16 +27,16 @@ export default class SyncLogger extends EventEmitter {\nstartLogging(context) {\nconst onWillExecuteEachUseCase = useCase => {\nconst ... | TypeScript | MIT License | almin/almin | chore(sync): add emoji prefix logger |
19,400 | 18.05.2016 23:59:43 | -32,400 | 8baa52618c70ab57f1649f1b6b0f742d479bd93e | test(saurcelabs): add saurcelabs testing | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/.babelrc",
"new_path": "packages/almin-logger/.babelrc",
"diff": "{\n\"presets\": [\n- \"es2015\"\n+ \"es2015-ie\"\n],\n\"plugins\": [\n\"babel-plugin-add-module-exports\"\n"
},
{
"change_type": "MODIFY",
"old_path": "packages... | TypeScript | MIT License | almin/almin | test(saurcelabs): add saurcelabs testing |
19,400 | 19.05.2016 00:01:42 | -32,400 | 42f278b8bf3d2ebc928c0d1c18f35f4b621bd1d7 | docs(readme): add matrix badge | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/README.md",
"new_path": "packages/almin-logger/README.md",
"diff": "-# almin-logger\n+# almin-logger [](https://travis-ci.org/almin/almin-logger)\nLogger class for... | TypeScript | MIT License | almin/almin | docs(readme): add matrix badge |
19,400 | 19.05.2016 00:05:52 | -32,400 | fac3da933ad913edf209b53056dd91672f9b72f5 | chore(test): less test target | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/.zuul.yml",
"new_path": "packages/almin-logger/.zuul.yml",
"diff": "@@ -9,9 +9,9 @@ browsers:\n- name: safari\nversion: latest\n- name: chrome\n- version: [40, 45, -1..latest]\n+ version: [-1..latest]\n- name: firefox\n- version: [30, 40,... | TypeScript | MIT License | almin/almin | chore(test): less test target |
19,400 | 03.06.2016 18:26:43 | -32,400 | d61f760d06b343f4166d35c818e4d1e263acfd82 | chore(test): drop without latest | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/.zuul.yml",
"new_path": "packages/almin-logger/.zuul.yml",
"diff": "@@ -9,9 +9,9 @@ browsers:\n- name: safari\nversion: latest\n- name: chrome\n- version: [-1..latest]\n+ version: [latest]\n- name: firefox\n- version: [-1..latest]\n+ vers... | TypeScript | MIT License | almin/almin | chore(test): drop without latest |
19,400 | 13.07.2016 20:36:00 | -32,400 | 65dc9990d090a6d66ca8bc43557fc135a6291305 | fix(polyfill): not use `bind` function to Date | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/performance-now.js",
"new_path": "packages/almin-logger/src/performance-now.js",
"diff": "-const now = typeof performance !== \"undefined\"\n- ? performance.now.bind(performance)\n- : Date.now.bind(Date);\n-export default now\n\\ No n... | TypeScript | MIT License | almin/almin | fix(polyfill): not use `bind` function to Date |
19,400 | 13.07.2016 20:39:04 | -32,400 | cf342ac9a92038233dd1c898a73f455380323a6d | chore: remove commet | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/performance-now.js",
"new_path": "packages/almin-logger/src/performance-now.js",
"diff": "var performanceNow;\n-/**\n- * Detect if we can use `window.performance.now()` and gracefully fallback to\n- * `Date.now()` if it doesn't exist.... | TypeScript | MIT License | almin/almin | chore: remove commet |
19,400 | 20.07.2016 19:10:14 | -32,400 | 15884f97957f26288216a03cebe39b092d79d79f | fix(async): fail to call: error is not defined | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -20,7 +20,7 @@ export default class AsyncLogger extends EventEmitter {\n_outputBuffer(logTitle) {\nconst output = (log) => {\nif (log instanceof Erro... | TypeScript | MIT License | almin/almin | fix(async): fail to call: error is not defined |
19,400 | 05.08.2016 21:05:05 | -32,400 | 96ddb8b7458432add8c8ad474894fbcdadd4dd68 | feat(logger): support `args` on will
close | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -68,9 +68,9 @@ export default class AsyncLogger extends EventEmitter {\n/**\n* @param {UseCase} useCase\n*/\n- const onWillExecuteEachUseCase = useCa... | TypeScript | MIT License | almin/almin | feat(logger): support `args` on will
close #6 |
19,400 | 05.08.2016 21:37:32 | -32,400 | 0808441515f2b5c8a2ee6a7f6345bcd67a2bfe5b | feat(logger): new `addLog` API | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AlminLogger.js",
"new_path": "packages/almin-logger/src/AlminLogger.js",
"diff": "@@ -51,6 +51,14 @@ export default class AlminLogger extends EventEmitter {\nthis.logger.startLogging(context);\n}\n+ /**\n+ * add log to logger\n+ * @pa... | TypeScript | MIT License | almin/almin | feat(logger): new `addLog` API |
19,400 | 05.08.2016 21:38:36 | -32,400 | c93d66d622bbed7b245c3f33359af2d44a3da8d2 | chore(npm): remove test:saucelabs from npm test | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/.travis.yml",
"new_path": "packages/almin-logger/.travis.yml",
"diff": "sudo: false\nlanguage: node_js\nnode_js: stable\n-script:\n- - npm run travis\n+after_success:\n+ - npm run test:saucelabs\nenv:\nglobal:\n- secure: qGozMH6YV7O+5wXSI... | TypeScript | MIT License | almin/almin | chore(npm): remove test:saucelabs from npm test |
19,400 | 05.08.2016 21:58:21 | -32,400 | 25214123ef7e866326eac17d7e6960d361d85294 | fix(async): safe touch logBuffer | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -95,7 +95,7 @@ export default class AsyncLogger extends EventEmitter {\nthis.logger.groupCollapsed(logTitle);\n// if executing multiple UseCase at on... | TypeScript | MIT License | almin/almin | fix(async): safe touch logBuffer |
19,400 | 08.08.2016 09:20:33 | -32,400 | 710165bc92e362916d6a207854b60adb4b8c887b | refactor(async): use `addLog` internal | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -23,10 +23,11 @@ export default class AsyncLogger extends EventEmitter {\nthis._releaseHandlers = [];\n/**\n* @param {UseCase} useCase\n+ * @param {*... | TypeScript | MIT License | almin/almin | refactor(async): use `addLog` internal |
19,400 | 08.08.2016 09:23:50 | -32,400 | 15755b034d28e3c7c06a17306ca7540f4b768d70 | chore(async): rename test case name | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/test/AsyncLogger-test.js",
"new_path": "packages/almin-logger/test/AsyncLogger-test.js",
"diff": "@@ -94,7 +94,7 @@ describe(\"AsyncLogger\", function() {\n// When\ncontext.useCase(useCase).execute();\n});\n- it(\"should output as error\"... | TypeScript | MIT License | almin/almin | chore(async): rename test case name |
19,400 | 08.08.2016 12:08:28 | -32,400 | e0cb231429c5539a32cc9f676112bb90df5ea8b0 | fix(async): add execute log | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -27,7 +27,9 @@ export default class AsyncLogger extends EventEmitter {\n*/\nconst onWillExecuteEachUseCase = (useCase, args) => {\nthis._logMap[useCa... | TypeScript | MIT License | almin/almin | fix(async): add execute log |
19,400 | 18.08.2016 16:20:25 | -32,400 | d00acb2a20bb3211f80ee579478311f8dd1cbcd2 | Breaking Change: Almin 0.7 support
Follow | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "\"log\"\n],\n\"devDependencies\": {\n- \"almin\": \"^0.5.0\",\n+ \"almin\": \"^0.7.0\",\n\"babel-cli\": \"^6.7.7\",\n\"babel-plugin-add-module-exports\": \"^0.2.1\"... | TypeScript | MIT License | almin/almin | Breaking Change: Almin 0.7 support
Follow https://github.com/almin/almin/releases/tag/0.7.0 |
19,400 | 24.09.2016 14:18:06 | -32,400 | 37b4483c0317d592fe5fb52d1157c4e2105330b0 | fix(almin): support Almin 0.8.0 | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/package.json",
"new_path": "packages/almin-logger/package.json",
"diff": "\"log\"\n],\n\"devDependencies\": {\n- \"almin\": \"^0.7.0\",\n+ \"almin\": \"^0.8.0\",\n\"babel-cli\": \"^6.7.7\",\n\"babel-plugin-add-module-exports\": \"^0.2.1\"... | TypeScript | MIT License | almin/almin | fix(almin): support Almin 0.8.0 |
19,400 | 17.02.2017 20:53:39 | -32,400 | 745b81ebed8747691b0b5f19ded55a97682a1322 | feat(async): rewrite sync logger | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "packages/almin-logger/examples/src/usecase/AsyncIncreamentalUseCase.js",
"diff": "+// LICENSE : MIT\n+\"use strict\";\n+import {UseCase} from \"almin\"\n+import IncrementalCounterUseCase from \"./IncrementalCounterUseCase\";\n+export default cla... | TypeScript | MIT License | almin/almin | feat(async): rewrite sync logger |
19,400 | 18.02.2017 01:18:13 | -32,400 | 11a2966ed4fb0ae7dd9a534c41fddef542e527d6 | feat(example): add manually addLog | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/examples/src/component/App.js",
"new_path": "packages/almin-logger/examples/src/component/App.js",
"diff": "@@ -15,6 +15,7 @@ const appContext = new Context({\n});\nconst logger = new AlminLogger();\nlogger.startLogging(appContext);\n+win... | TypeScript | MIT License | almin/almin | feat(example): add manually addLog |
19,400 | 18.02.2017 14:09:43 | -32,400 | c693b9c5a304471b0a981f89a2a6caa713f95247 | feat(async): support async StoreGroup logging | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/README.md",
"new_path": "packages/almin-logger/README.md",
"diff": "@@ -4,7 +4,7 @@ Logger class for [Almin.js](https://github.com/azu/almin \"Almin.js\")\n[](http... | TypeScript | MIT License | almin/almin | feat(async): support async StoreGroup logging |
19,400 | 18.02.2017 14:14:59 | -32,400 | 2b6e6d037a11fd90d30956dd27435ec5d186e25f | fix(sync): reverse timeStamp | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/SyncLogger.js",
"new_path": "packages/almin-logger/src/SyncLogger.js",
"diff": "@@ -47,7 +47,7 @@ export default class SyncLogger extends EventEmitter {\nconst onCompleteUseCase = (payload, meta) => {\nconst useCase = meta.useCase;\nc... | TypeScript | MIT License | almin/almin | fix(sync): reverse timeStamp |
19,400 | 26.02.2017 16:13:49 | -32,400 | 918e68d8037488b622159cf73a4bee5269c30435 | feat(almin): suport | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/examples/package.json",
"new_path": "packages/almin-logger/examples/package.json",
"diff": "\"uuid\": \"^2.0.2\"\n},\n\"devDependencies\": {\n+ \"almin\": \"^0.10.0-1\",\n\"babel-cli\": \"^6.7.5\",\n\"babel-loader\": \"^6.2.4\",\n\"babel-... | TypeScript | MIT License | almin/almin | feat(almin): suport almin@0.10.0-1 |
19,400 | 07.03.2017 19:44:46 | -32,400 | a0d90b18c993911ebccdcf6b02bc584f379655ec | fix(almin): support Almin 0.10.0 | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/examples/package.json",
"new_path": "packages/almin-logger/examples/package.json",
"diff": "\"author\": \"azu\",\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"almin\": \"^0.10.0-0\",\n+ \"almin\": \"^0.10.0\",\n\"almin-logger\": \"file... | TypeScript | MIT License | almin/almin | fix(almin): support Almin 0.10.0
https://github.com/almin/almin/issues/67 |
19,400 | 12.03.2017 01:12:50 | -32,400 | bb2ccbe2d620a44c35827525c56123a77a567874 | fix(async-logger): improve Error log | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/examples/src/component/App.js",
"new_path": "packages/almin-logger/examples/src/component/App.js",
"diff": "// LICENSE : MIT\n\"use strict\";\nimport React from \"react\";\n-import {Context, Dispatcher, StoreGroup} from \"almin\";\n+impor... | TypeScript | MIT License | almin/almin | fix(async-logger): improve Error log |
19,400 | 12.03.2017 01:14:16 | -32,400 | 458e054a5e060ca39bd050db88403b63ebfb2a1a | docs(readme): Update image | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/README.md",
"new_path": "packages/almin-logger/README.md",
"diff": "@@ -4,7 +4,7 @@ Logger class for [Almin.js](https://github.com/azu/almin \"Almin.js\")\n[](http... | TypeScript | MIT License | almin/almin | docs(readme): Update image |
19,400 | 12.03.2017 01:27:11 | -32,400 | 9a16b7010c83dd158c1d0c3dd9c02464aeee535d | fix(async-logger): add info when workingUseCase >= 2 | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -118,7 +118,7 @@ export default class AsyncLogger extends EventEmitter {\n`\\u{1F4BE} Store:${store.name}`,\nstore.getState()\n]);\n- if (workingUseC... | TypeScript | MIT License | almin/almin | fix(async-logger): add info when workingUseCase >= 2 |
19,400 | 09.04.2017 21:34:55 | -32,400 | 2675d7c127479995ff36f1ee1ed232f785dbf34b | fix(logger): Store#getState may needed arguments
Almin 0.12 support pull-based Store
Some Store must to have prevState arguments.
Call ths Store without argument, throw error. | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-logger/src/AsyncLogger.js",
"new_path": "packages/almin-logger/src/AsyncLogger.js",
"diff": "@@ -6,6 +6,17 @@ import LogChunk from \"./log/LogChunk\";\nimport PrintLogger from \"./log/PrintLogger\";\nconst EventEmitter = require(\"events\");\nco... | TypeScript | MIT License | almin/almin | fix(logger): Store#getState may needed arguments
Almin 0.12 support pull-based Store
https://github.com/almin/almin/pull/154
Some Store must to have prevState arguments.
Call ths Store without argument, throw error. |
19,400 | 01.05.2017 22:09:02 | -32,400 | 101484c30a7b984423b16a5b25659e9663726630 | chore(lerna): use ci scripts in CI | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -2,8 +2,7 @@ sudo: false\nlanguage: node_js\nnode_js: stable\nscript:\n- - yarn test\n- - yarn run travis\n+ - yarn run ci\ncache: yarn\nenv:\nglobal:\n"
},
{
"change_type": "MODIFY",
"old_path":... | TypeScript | MIT License | almin/almin | chore(lerna): use ci scripts in CI |
19,400 | 01.05.2017 23:03:32 | -32,400 | e150ff255f35b23451b50408cf61a590ac47d14b | docs(README): update packages | [
{
"change_type": "MODIFY",
"old_path": "docs/tips/logging.md",
"new_path": "docs/tips/logging.md",
"diff": "# Logging\n-[almin-logger](https://github.com/almin/almin-logger \"almin-logger\") is logging library for almin.\n+[almin-logger](https://www.npmjs.com/package/almin-logger \"almin-logger\") i... | TypeScript | MIT License | almin/almin | docs(README): update packages |
19,400 | 01.05.2017 23:08:38 | -32,400 | e2e49c1da4e451788d6583ac6242304399fea116 | docs(README): add short description | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -147,46 +147,21 @@ The Almin repo is managed as a [monorepo](https://github.com/babel/babel/blob/ma\n### Core\n-| Package | Version |\n-|--------|-------|\n-| [`almin`](./packages/almin) | [: add short description |
19,400 | 31.03.2017 19:26:00 | -32,400 | 7fb5b04f7e0228799f6151e03c14b8b7fd90320b | chore(npm): update peerDependencies | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-react-container/package.json",
"new_path": "packages/almin-react-container/package.json",
"diff": "\"homepage\": \"https://github.com/azu/almin-react-container\",\n\"peerDependencies\": {\n\"react\": \"^15.0.0\",\n- \"almin\": \">=0.10.0\"\n+ \"... | TypeScript | MIT License | almin/almin | chore(npm): update peerDependencies |
19,400 | 29.04.2017 23:09:30 | -32,400 | 82ef3f23be7c7b97df28f3c108c6000040f186cb | feat(TypeScript): support TypeScript 2.3 | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-react-container/package.json",
"new_path": "packages/almin-react-container/package.json",
"diff": "},\n\"homepage\": \"https://github.com/almin/almin-react-container\",\n\"peerDependencies\": {\n- \"react\": \"^15.0.0\",\n- \"almin\": \">=0.11.0... | TypeScript | MIT License | almin/almin | feat(TypeScript): support TypeScript 2.3 |
19,400 | 02.05.2017 14:29:47 | -32,400 | dec51c1cd02896d4e443c8777692fd886478f4f9 | test(npm): add test script | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-react-container/package.json",
"new_path": "packages/almin-react-container/package.json",
"diff": "\"main\": \"lib/almin-react-container.js\",\n\"types\": \"lib/almin-react-container.d.ts\",\n\"scripts\": {\n- \"test\": \"cd example && npm it\",... | TypeScript | MIT License | almin/almin | test(npm): add test script |
19,400 | 02.05.2017 15:03:51 | -32,400 | a9eb648069ef35e86987702d50f5473631077fc2 | docs(readme): Update REAMDE | [
{
"change_type": "MODIFY",
"old_path": "packages/almin-react-container/README.md",
"new_path": "packages/almin-react-container/README.md",
"diff": "@@ -17,8 +17,9 @@ It create container component that is wrap `component`.\nThe `component` can receive state of contenxt vis `this.props`.\n```js\n-impo... | TypeScript | MIT License | almin/almin | docs(readme): Update REAMDE |
19,400 | 02.05.2017 15:25:50 | -32,400 | 5ecd2ecedc8a46c197ccb77a2cccd69c4cc9afd1 | feat(packages): add almin-react-container | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -151,8 +151,13 @@ The Almin repo is managed as a [monorepo](https://github.com/babel/babel/blob/ma\n|--------|-------|-------|\n| [`almin`](./packages/almin) | [: add almin-react-container |
19,400 | 02.05.2017 15:30:19 | -32,400 | e5a41b9aef37e3c415f29818606c701e7961a283 | docs(CONTRIBUTING): add Environment | [
{
"change_type": "MODIFY",
"old_path": ".github/CONTRIBUTING.md",
"new_path": ".github/CONTRIBUTING.md",
"diff": "Almin uses Yarn for running development scripts.\nIf you haven't already done so, please [install yarn](https://yarnpkg.com/en/docs/install).\n+## Environment\n+\n+- Node.js >= 6.0.0\n+-... | TypeScript | MIT License | almin/almin | docs(CONTRIBUTING): add Environment |
19,400 | 02.05.2017 21:47:47 | -32,400 | 3d5d906fbfa2852f68b952fbe2f67477d9b94c91 | docs(README): add almin-devtools | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -162,6 +162,7 @@ The Almin repo is managed as a [monorepo](https://github.com/babel/babel/blob/ma\n| Package | Version | Description|\n|--------|-------|-------|\n| [`almin-logger`](./packages/almin-logger) | [!... | TypeScript | MIT License | almin/almin | docs(README): add almin-devtools |
19,400 | 04.05.2017 00:45:01 | -32,400 | 01b292c2252e92d2c37c12b1f7a73c398f6b6b93 | docs(tutorial): fix link of hello world | [
{
"change_type": "MODIFY",
"old_path": "docs/introduction/hello-world.md",
"new_path": "docs/introduction/hello-world.md",
"diff": "@@ -12,7 +12,7 @@ Previously, you have seen [components of almin](./components.md).\nYou want to know real implementation and see other examples.\n-You can see actual e... | TypeScript | MIT License | almin/almin | docs(tutorial): fix link of hello world |
19,400 | 04.05.2017 01:14:12 | -32,400 | 5ccd968f5217903292f5114ab0cd28893d133b8e | chore(tools): fix deploy scripts | [
{
"change_type": "MODIFY",
"old_path": "tools/push-to-github-io.sh",
"new_path": "tools/push-to-github-io.sh",
"diff": "@@ -9,15 +9,7 @@ declare commitMessage=\"Deploy GitBook build [skip ci]\"\ndeclare commands=\"npm run build:docs\"\ndeclare distDir=\"${parentDir}/_book\"\n-if [ -n \"${GH_USER_NAM... | TypeScript | MIT License | almin/almin | chore(tools): fix deploy scripts |
19,400 | 04.05.2017 16:20:19 | -32,400 | e0422ed034701f32eaab55fedf82163a8dbff374 | chore(lerna): ignore example-* and perf-* on publish | [
{
"change_type": "MODIFY",
"old_path": "lerna.json",
"new_path": "lerna.json",
"diff": "\"commands\": {\n\"publish\": {\n\"ignore\": [\n- \"examples/*\",\n+ \"example-*\",\n+ \"perf-*\",\n\"*.md\"\n]\n}\n"
},
{
"change_type": "MODIFY",
"old_path": "perf/benchmark/package.json",
"new_... | TypeScript | MIT License | almin/almin | chore(lerna): ignore example-* and perf-* on publish |
19,400 | 04.05.2017 17:21:28 | -32,400 | 60b18a97cd04104bfa862916db2c08b791a4ac8b | feat(textlintrc): add Save button | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/src/FunctionalUseCase.ts",
"new_path": "packages/almin/src/FunctionalUseCase.ts",
"diff": "@@ -6,9 +6,47 @@ import { Dispatcher } from \"./Dispatcher\";\nimport { generateNewId } from \"./UseCaseIdGenerator\";\nimport { DispatcherPayloadMetaImpl... | TypeScript | MIT License | almin/almin | feat(textlintrc): add Save button |
19,400 | 10.05.2017 17:20:33 | -32,400 | fa2e3204dc45b1559d09f07b9d6b3cb35c716359 | chore(npm): update textlint deps | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"gitbook-plugin-forkmegithub\": \"^2.2.0\",\n\"gitbook-plugin-include-codeblock\": \"^3.0.2\",\n\"lerna\": \"^2.0.0-rc.4\",\n- \"textlint\": \"^7.1.0\",\n+ \"textlint\": \"^8.0.0\",\n\"textlint-rule-alex\": ... | TypeScript | MIT License | almin/almin | chore(npm): update textlint deps |
19,400 | 10.05.2017 17:50:12 | -32,400 | bc162250bd4b9c2ee24162ef31dcb6408b46a7e1 | docs(api): update API | [
{
"change_type": "MODIFY",
"old_path": "docs/api/StoreGroup.md",
"new_path": "docs/api/StoreGroup.md",
"diff": "@@ -13,7 +13,6 @@ export declare class InitializedPayload extends Payload {\nprotected readonly existWorkingUseCase: boolean;\nprotected readonly isInitializedWithStateNameMap: boolean;\ns... | TypeScript | MIT License | almin/almin | docs(api): update API |
19,400 | 21.05.2017 22:58:34 | -32,400 | cfb5d623860c865074e5e27f034b3b01be5ad3da | feat(almin-react-container): add assertion to factory function
validate arguments of factory. | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"publish\": \"lerna publish --conventional-commits\",\n\"publish:beta\": \"lerna publish --npm-tag=beta --conventional-commits\",\n\"bench\": \"cd perf/benchmark && npm run bench\",\n+ \"build\": \"lerna run... | TypeScript | MIT License | almin/almin | feat(almin-react-container): add assertion to factory function
validate arguments of factory. |
19,400 | 31.05.2017 21:37:36 | -32,400 | 737ecb3f10d062a0b6d7a6f6c7b84d99ebd11dfd | chore(npm): rename | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"publish:beta\": \"lerna publish --npm-tag=beta --conventional-commits\",\n\"bench\": \"cd perf/benchmark && npm run bench\",\n\"build\": \"lerna run build --concurrency 4\",\n- \"test\": \"lerna run test --... | TypeScript | MIT License | almin/almin | chore(npm): rename |
19,400 | 09.06.2017 20:08:44 | -32,400 | 04e8b5511fe9d99785d10c0bbdde800efd757db4 | chore(npm): --concurrency 1 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"scripts\": {\n\"postinstall\": \"yarn run bootstrap\",\n\"bootstrap\": \"lerna bootstrap\",\n- \"publish\": \"lerna publish --conventional-commits\",\n- \"publish:beta\": \"lerna publish --npm-tag=beta --co... | TypeScript | MIT License | almin/almin | chore(npm): --concurrency 1 |
19,397 | 02.07.2017 23:25:51 | -32,400 | 19499beaa27fd1da387cea158aa7282c5eb17928 | fix(almin): Fix unused function argument in StoreGroup, Context | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/type-definitions/index.js.flow",
"new_path": "packages/almin/type-definitions/index.js.flow",
"diff": "@@ -30,6 +30,7 @@ declare export class DispatcherPayloadMeta {\n}\ndeclare export class StoreGroup extends Dispatcher {\n+ constructor(stateSt... | TypeScript | MIT License | almin/almin | fix(almin): Fix unused function argument in StoreGroup, Context (#217) |
19,400 | 12.07.2017 19:28:51 | -32,400 | 9ff0805b4248f3dbbf2f12a71cb607ccd9b5d337 | chore(almin): remove typescript-eslint-parser | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/package.json",
"new_path": "packages/almin/package.json",
"diff": "\"rimraf\": \"^2.6.0\",\n\"sinon\": \"^2.1.0\",\n\"typescript\": \"~2.3.1\",\n- \"typescript-eslint-parser\": \"^2.0.0\",\n\"zuul\": \"^3.10.1\"\n},\n\"dependencies\": {\n"
},
... | TypeScript | MIT License | almin/almin | chore(almin): remove typescript-eslint-parser |
19,400 | 14.07.2017 13:25:08 | -32,400 | d6e77da702d944f9ec15e93d181a43cf86f53d40 | chore(benchmark): change a bit benchmark script | [
{
"change_type": "MODIFY",
"old_path": "perf/benchmark/src/task.js",
"new_path": "perf/benchmark/src/task.js",
"diff": "module.exports = function(Almin, done) {\nconst { createContext, createStore, createUseCase } = Almin;\nlet viewState = null;\n- const updateView = (state) => {\n+ const updateView... | TypeScript | MIT License | almin/almin | chore(benchmark): change a bit benchmark script |
19,400 | 15.07.2017 15:27:48 | -32,400 | 16d044209c2b8ef1bdcfc6d91f421a24fb94bb84 | feat(almin): add StoreChangedPayload
Add StoreChangedPayload that is created by Store#onChangeDetails.
Currently, almin has `StoreGroup#onChange((stores) => {}`, but this callback shape is difference with other payload.
Now, almin introduce the same format payload for StoreGroup. | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/src/Context.ts",
"new_path": "packages/almin/src/Context.ts",
"diff": "// LICENSE : MIT\n\"use strict\";\nimport { DispatchedPayload, Dispatcher } from \"./Dispatcher\";\n-import { DispatcherPayloadMeta } from \"./DispatcherPayloadMeta\";\n+impo... | TypeScript | MIT License | almin/almin | feat(almin): add StoreChangedPayload
Add StoreChangedPayload that is created by Store#onChangeDetails.
Currently, almin has `StoreGroup#onChange((stores) => {}`, but this callback shape is difference with other payload.
Now, almin introduce the same format payload for StoreGroup. |
19,400 | 15.07.2017 16:45:32 | -32,400 | 480bd395c06f7e1d1cbceb1fbe0ce88d4c4ea310 | chore(almin): reuse meta | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/src/Context.ts",
"new_path": "packages/almin/src/Context.ts",
"diff": "@@ -113,19 +113,15 @@ export class Context<T> {\nthis.storeGroup.onChangeDetails(reason => {\nreason.stores.forEach(store => {\nconst payload = new StoreChangedPayload(store)... | TypeScript | MIT License | almin/almin | chore(almin): reuse meta |
19,400 | 15.07.2017 17:17:16 | -32,400 | 823f3a4bb05dc825b41064f8a506cadcbc827d2d | refactor(almin): extends onChange 2nd arguments | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/src/Context.ts",
"new_path": "packages/almin/src/Context.ts",
"diff": "@@ -110,11 +110,11 @@ export class Context<T> {\noptions: { autoCommit: true }\n});\n- this.storeGroup.onChangeDetails(reason => {\n- reason.stores.forEach(store => {\n+ this... | TypeScript | MIT License | almin/almin | refactor(almin): extends onChange 2nd arguments |
19,400 | 15.07.2017 18:23:53 | -32,400 | 1f8209317eb8de0a2a28436892ad4925025d8319 | chore(almin): add get events() | [
{
"change_type": "MODIFY",
"old_path": "packages/almin/src/Context.ts",
"new_path": "packages/almin/src/Context.ts",
"diff": "@@ -128,6 +128,20 @@ export class Context<T> {\n});\n}\n+ /**\n+ * Return almin life cycle events hub.\n+ * You can observe life cycle events on almin.\n+ *\n+ * ## Notes\n+ ... | TypeScript | MIT License | almin/almin | chore(almin): add get events() |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.