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
19,400
15.07.2017 19:03:55
-32,400
4d722fb25026c9706d5e6aab0ef7a918f4f16ff8
fix(almin): Move `Context.on*` handler to `Context.events.on*` `Context.on*` is deprecated and prepare migration scripts This deprecated handler will be removed next release
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -22,8 +22,6 @@ import { TransactionContext } from \"./UnitOfWork/TransactionContext\";\nimport { createSingleStoreGroup } from \"./UILayer/SingleStoreGroup\";\nimport { St...
TypeScript
MIT License
almin/almin
fix(almin): Move `Context.on*` handler to `Context.events.on*` `Context.on*` is deprecated and prepare migration scripts https://github.com/almin/migration-tools/pull/1 This deprecated handler will be removed next release
19,400
15.07.2017 19:23:32
-32,400
2a9d78fbc3d6a7a24ef768c6771460be9ed990f7
docs(almin): add events documents
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -130,11 +130,7 @@ export class Context<T> {\n* Return almin life cycle events hub.\n* You can observe life cycle events on almin.\n*\n- * ## Notes\n- *\n- * If you want to...
TypeScript
MIT License
almin/almin
docs(almin): add events documents
19,400
15.07.2017 22:00:08
-32,400
9bd11ef979fd433b8c08eda3da733550d4f1933b
docs(introduction): Update Unit of Work
[ { "change_type": "MODIFY", "old_path": "docs/introduction/principle.md", "new_path": "docs/introduction/principle.md", "diff": "@@ -14,4 +14,4 @@ Following figure describe it:\n[![unit of work](../resources/unit-of-work.png)][unit-of-work]\n-[unit-of-work]: http://www.nomnoml.com/#view/%23padding%3A...
TypeScript
MIT License
almin/almin
docs(introduction): Update Unit of Work
19,400
15.07.2017 22:34:31
-32,400
111101a0e7209e66a902a94a36e5d8d27bab5e7b
docs(almin): update JSDoc
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -24,6 +24,9 @@ import { StoreGroupLike } from \"./UILayer/StoreGroupLike\";\nimport { LifeCycleEventHub } from \"./LifeCycleEventHub\";\nimport { StoreChangedPayload } fro...
TypeScript
MIT License
almin/almin
docs(almin): update JSDoc
19,400
16.07.2017 10:06:44
-32,400
ff7ee706782499dd9b5dc8e36edda92515f24ee6
chore(almin): remove unused log
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UILayer/StoreGroup.ts", "new_path": "packages/almin/src/UILayer/StoreGroup.ts", "diff": "@@ -419,7 +419,6 @@ But, ${store.name}#getState() was called.`\nconst prevState = this._stateCacheMap.get(store);\nconst nextState = store.getState();\n...
TypeScript
MIT License
almin/almin
chore(almin): remove unused log
19,400
16.07.2017 12:21:40
-32,400
f00c4af79ed3db22bd6c0685f7d6e4237b9af460
chore(almin): improve return value warning
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -337,7 +337,8 @@ Please enable strict mode via \\`new Context({ dispatcher, store, options: { stri\n// unitOfWork automatically close on transactionContext exited\n// by d...
TypeScript
MIT License
almin/almin
chore(almin): improve return value warning
19,400
16.07.2017 17:44:24
-32,400
81e58e61c8063174845617f8c2f3becf68800f4b
fix(almin): move to DevDeps
[ { "change_type": "MODIFY", "old_path": "packages/almin/package.json", "new_path": "packages/almin/package.json", "diff": "\"aluminium\"\n],\n\"devDependencies\": {\n+ \"@types/mocha\": \"^2.2.41\",\n\"@types/node\": \"^8.0.12\",\n\"cpx\": \"^1.5.0\",\n\"cross-env\": \"^5.0.1\",\n\"zuul\": \"^3.10.1\...
TypeScript
MIT License
almin/almin
fix(almin): move @types/mocha to DevDeps
19,400
20.07.2017 00:11:29
-32,400
7e340e21ca276362ed8ea90f6ace11a96267c178
chore(almin): add description for executor
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -235,15 +235,19 @@ export class UseCaseExecutorImpl<T extends UseCaseLike> extends Dispatcher imple\nUseCaseInstanceMap.delete(this.useCase);\n}\n+ /**\n+ ...
TypeScript
MIT License
almin/almin
chore(almin): add description for executor
19,400
20.07.2017 00:23:52
-32,400
0fc43620b0b496cc38fe443c79ac0ba728f4217e
test(almin): Convert Store-test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/Store-test.js", "new_path": "packages/almin/test/Store-test.ts", "diff": "@@ -5,13 +5,18 @@ const assert = require(\"assert\");\nimport { ErrorPayload } from \"../src/payload/ErrorPayload\";\nimport { Store } from \"../src/Store\";\nimport ...
TypeScript
MIT License
almin/almin
test(almin): Convert Store-test to TypeScript
19,400
20.07.2017 10:33:46
-32,400
6167b9d2d7f657f537401ed2d313644505b83b44
chore(almin): update comments
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -277,10 +277,10 @@ export class UseCaseExecutorImpl<T extends UseCaseLike> extends Dispatcher imple\n* Yes. It is type-safe by default.\n* In other words, ...
TypeScript
MIT License
almin/almin
chore(almin): update comments
19,400
20.07.2017 10:39:50
-32,400
f54cf55460a67af550c1256f01e9b3ed9f00dbd1
test(almin-logger): add transaction tests
[ { "change_type": "MODIFY", "old_path": "packages/almin-logger/test/AsyncLogger-test.js", "new_path": "packages/almin-logger/test/AsyncLogger-test.js", "diff": "@@ -108,6 +108,45 @@ describe(\"AsyncLogger\", function() {\n});\n});\n});\n+ context(\"when transaction\", () => {\n+ it(\"should be nest o...
TypeScript
MIT License
almin/almin
test(almin-logger): add transaction tests
19,400
20.07.2017 23:39:09
-32,400
f7e654a0a070d21f5632c5598c54b0bf2264b27e
docs(api): add link to new api
[ { "change_type": "MODIFY", "old_path": "SUMMARY.md", "new_path": "SUMMARY.md", "diff": "- [UseCase is already released](docs/warnings/usecase-is-already-released.md)\n- API Reference\n- [Dispatcher](./docs/api/Dispatcher.md)\n+ - [DispatcherPayloadMeta](./docs/api/DispatcherPayloadMeta.md)\n- [Store...
TypeScript
MIT License
almin/almin
docs(api): add link to new api
19,400
27.07.2017 20:24:11
-32,400
f87af4635693e131e14ad8f057057af4d19f6bc1
docs(almin-logger): fix name
[ { "change_type": "MODIFY", "old_path": "packages/almin-logger/README.md", "new_path": "packages/almin-logger/README.md", "diff": "@@ -27,7 +27,7 @@ Old IE need [console-polyfill](https://github.com/paulmillr/console-polyfill \"co\n## Usage\n```js\n-import ContextLogger from \"almin-logger\";\n+impor...
TypeScript
MIT License
almin/almin
docs(almin-logger): fix name
19,400
29.07.2017 11:22:21
-32,400
e9aae52ff75f59c5a380f53dd8a7659132dbf37d
dcos(tips): Update logging
[ { "change_type": "MODIFY", "old_path": "docs/tips/logging.md", "new_path": "docs/tips/logging.md", "diff": "## Feature\n-- Execution log of UseCase\n-- Multiple Execution warning log of UseCase\n-- Changed log of Store\n-- Nesting log support if the browser support`console.groupCollapsed`.\n-- Async...
TypeScript
MIT License
almin/almin
dcos(tips): Update logging
19,402
01.08.2017 21:39:56
-32,400
d5320117b0309d1197a5c73d6b38f3d7a92fd94e
docs(tutorial): fix a typo
[ { "change_type": "MODIFY", "old_path": "docs/tutorial/todomvc/README.md", "new_path": "docs/tutorial/todomvc/README.md", "diff": "@@ -140,7 +140,7 @@ export default class TodoList {\n}\n```\n-We can focus on bushiness logic because domain model is a just plain JavaScript.\n+We can focus on business ...
TypeScript
MIT License
almin/almin
docs(tutorial): fix a typo (#272)
19,400
04.09.2017 10:54:59
-32,400
c6a387a01b1447c91029d7deb21f5516395c7359
chore(gitbook): update plugin
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"gitbook-cli\": \"2.3.0\",\n\"gitbook-plugin-advanced-emoji\": \"^0.2.2\",\n\"gitbook-plugin-forkmegithub\": \"^2.2.0\",\n- \"gitbook-plugin-include-codeblock\": \"^3.1.1\",\n+ \"gitbook-plugin-include-codeb...
TypeScript
MIT License
almin/almin
chore(gitbook): update plugin
19,402
06.09.2017 00:12:33
-32,400
b897efca54811e467a1a4abb1df83143d8c7c519
docs(tutorial): fix link
[ { "change_type": "MODIFY", "old_path": "docs/tutorial/todomvc/README.md", "new_path": "docs/tutorial/todomvc/README.md", "diff": "@@ -333,7 +333,7 @@ export default class TodoStore extends Store {\n```\nIn other way, you can implement updating state from changes of `todoListRepository`.\n-Because, `...
TypeScript
MIT License
almin/almin
docs(tutorial): fix link (#275)
19,400
19.09.2017 08:45:10
-32,400
cbaf78955adcaf46102690a4c353005b4cc27a1f
docs(almin): add more details
[ { "change_type": "MODIFY", "old_path": "docs/tips/performance-profile.md", "new_path": "docs/tips/performance-profile.md", "diff": "# Performance profile\n-> Almin 1.4.0+\n+> New in Almin 1.4.0+\nYou can profiling UseCase execute, StoreGroup write/read, Store update using the browser developer tool ...
TypeScript
MIT License
almin/almin
docs(almin): add more details
19,400
20.09.2017 10:17:56
-32,400
ff31c6d8f23b303c74b5fbaec7486a702cdc256a
chore(meta): Update description
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"private\": true,\n\"name\": \"almin-monorepo\",\n\"version\": \"0.11.0\",\n- \"description\": \"almin monorepo.\",\n+ \"description\": \"Almin monorepo.\",\n\"directories\": {\n\"doc\": \"docs\",\n\"example...
TypeScript
MIT License
almin/almin
chore(meta): Update description
19,400
29.09.2017 23:39:06
-32,400
105d696e49536d381e01e7617db0eecd9b9f92f3
docs(almin): update description
[ { "change_type": "MODIFY", "old_path": ".textlintrc", "new_path": ".textlintrc", "diff": "\"comments\": true\n},\n\"rules\": {\n+ \"prh\": {\n+ \"rulePaths\": [\n+ \"prh.yml\"\n+ ]\n+ },\n\"alex\": {\n\"allow\": [\n\"execute\",\n" }, { "change_type": "MODIFY", "old_path": "package.json",...
TypeScript
MIT License
almin/almin
docs(almin): update description
19,400
18.11.2017 23:15:20
-32,400
819879163e7e1f32789bcd32643019ae9d090fee
refactor(almin): refactor Dispatch tests
[ { "change_type": "RENAME", "old_path": "packages/almin/test/Dispatcher-test.js", "new_path": "packages/almin/test/Dispatcher-test.ts", "diff": "// LICENSE : MIT\n\"use strict\";\nconst assert = require(\"assert\");\n-\n-import { Dispatcher } from \"../src/Dispatcher\";\n+import { Dispatcher } from \...
TypeScript
MIT License
almin/almin
refactor(almin): refactor Dispatch tests
19,400
18.11.2017 23:42:15
-32,400
186c6157a5782e5ab94f93b38d7b1074607ddff4
fix(almin): Payload subclass need to define "type" property
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/payload/ChangedPayload.ts", "new_path": "packages/almin/src/payload/ChangedPayload.ts", "diff": "@@ -13,6 +13,7 @@ export const TYPE = \"ALMIN__ChangedPayload__\";\n* @deprecated\n*/\nexport class ChangedPayload extends Payload {\n+ type: ty...
TypeScript
MIT License
almin/almin
fix(almin): Payload subclass need to define "type" property
19,400
19.11.2017 00:22:28
-32,400
6fa723ee00a8dab98059cc48cc68f82b648fd218
chore(almin): Upgrade TypeScript 2.6.1
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"textlint-rule-common-misspellings\": \"^1.0.1\",\n\"textlint-rule-no-dead-link\": \"^3.0.1\",\n\"textlint-rule-prh\": \"^5.0.1\",\n- \"typescript\": \"^2.4.2\"\n+ \"typescript\": \"~2.6.1\"\n},\n\"scripts\"...
TypeScript
MIT License
almin/almin
chore(almin): Upgrade TypeScript 2.6.1
19,400
25.11.2017 14:15:41
-32,400
7c31364ae4ce53f855eb4780fbf43f834fa08e07
feat(almin): Support UseCase#shouldExecute
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCase.ts", "new_path": "packages/almin/src/UseCase.ts", "diff": "@@ -102,6 +102,15 @@ export abstract class UseCase extends Dispatcher implements UseCaseLike {\nreturn new UseCaseContext(this);\n}\n+ /**\n+ * Should useCase execute?\n+ * R...
TypeScript
MIT License
almin/almin
feat(almin): Support UseCase#shouldExecute
19,400
25.11.2017 17:06:21
-32,400
7c0aed3beaa5c78f329edc74b00ae40f3c7b9334
feat(almin): Add "onWillNotExecuteEachUseCase" to LifeCycleEventHub
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/LifeCycleEventHub.ts", "new_path": "packages/almin/src/LifeCycleEventHub.ts", "diff": "@@ -8,6 +8,7 @@ import { ErrorPayload, isErrorPayload } from \"./payload/ErrorPayload\";\nimport { isTransactionBeganPayload, TransactionBeganPayload } fr...
TypeScript
MIT License
almin/almin
feat(almin): Add "onWillNotExecuteEachUseCase" to LifeCycleEventHub
19,400
25.11.2017 17:10:34
-32,400
749c22e29aa943dfccef9c922401b78a204df8da
docs(UseCase): add onWillNotExecuteEachUseCase
[ { "change_type": "MODIFY", "old_path": "docs/tips/usecase-lifecycle.md", "new_path": "docs/tips/usecase-lifecycle.md", "diff": "@@ -11,6 +11,7 @@ For more information about logging, see [Logging tips](./logging.md).\n|--------------------------|----------------------------------------|\n| onBeginTra...
TypeScript
MIT License
almin/almin
docs(UseCase): add onWillNotExecuteEachUseCase
19,400
25.11.2017 19:14:24
-32,400
d9e6a9dcafbbc0b025c2ec257310bb73bfa18c57
feat(almin-logger): Support "WillNotExecutedPayload"
[ { "change_type": "MODIFY", "old_path": "packages/almin-logger/src/AsyncLogger.ts", "new_path": "packages/almin-logger/src/AsyncLogger.ts", "diff": "@@ -19,7 +19,8 @@ import {\nTransactionEndedPayload,\nUseCase,\nUseCaseLike,\n- WillExecutedPayload\n+ WillExecutedPayload,\n+ WillNotExecutedPayload\n}...
TypeScript
MIT License
almin/almin
feat(almin-logger): Support "WillNotExecutedPayload"
19,400
17.12.2017 00:15:39
-32,400
5cde0ce11d2f0cd6d4147308bfcedc43ee514b41
chore(website): install before build
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "\"lerna\": \"2.5.1\",\n\"commands\": {\n\"publish\": {\n- \"concurrency\": 1,\n- \"ignore\": [\n- \"example-*\",\n- \"*.md\"\n- ]\n+ \"concurrency\": 1\n}\n},\n\"packages\": [\n\"packages/*\",\n\"packages/almin-l...
TypeScript
MIT License
almin/almin
chore(website): install before build
19,400
17.12.2017 01:13:16
-32,400
b8b1cab8ac64d5084f7a2b608f23e85788e2bfdb
chore(website): add br
[ { "change_type": "MODIFY", "old_path": "website/pages/en/index.js", "new_path": "website/pages/en/index.js", "diff": "@@ -137,7 +137,7 @@ Now, We can implement web app with [Flux](https://github.com/facebook/flux),\n[Redux](https://github.com/reactjs/redux), [MobX](https://github.com/mobxjs/mobx) et...
TypeScript
MIT License
almin/almin
chore(website): add br
19,400
17.12.2017 01:13:31
-32,400
7487091318d1a35e72a78038904a9edec85aa854
chore(website): add !
[ { "change_type": "MODIFY", "old_path": "website/pages/en/index.js", "new_path": "website/pages/en/index.js", "diff": "@@ -137,7 +137,7 @@ Now, We can implement web app with [Flux](https://github.com/facebook/flux),\n[Redux](https://github.com/reactjs/redux), [MobX](https://github.com/mobxjs/mobx) et...
TypeScript
MIT License
almin/almin
chore(website): add !
19,400
21.01.2018 20:24:43
-32,400
9fc41e1831db0daab1d3a66bb118afa07eece5f8
test(almin): Convert UseCaseExecutor tests to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/UseCaseExecutor-test.js", "new_path": "packages/almin/test/UseCaseExecutor-test.ts", "diff": "// LICENSE : MIT\n\"use strict\";\n-const sinon = require(\"sinon\");\n-const assert = require(\"assert\");\n+import * as assert from \"assert\";\...
TypeScript
MIT License
almin/almin
test(almin): Convert UseCaseExecutor tests to TypeScript
19,400
21.01.2018 22:17:15
-32,400
71313e6e1bc6dfcdcc569211548f828d4cf80bee
test(almin): use ts-node-test-register
[ { "change_type": "MODIFY", "old_path": "packages/almin/package.json", "new_path": "packages/almin/package.json", "diff": "\"lint:fix\": \"npm-run-all -p lint:*:fix\",\n\"lint:js\": \"eslint --config ../../.eslintrc.json --cache test/\",\n\"lint:js:fix\": \"eslint --fix --config ../../.eslintrc.json ...
TypeScript
MIT License
almin/almin
test(almin): use ts-node-test-register
19,400
22.01.2018 15:24:10
-32,400
f8d402ddc620e80c35fa1c30e766a90c10810aa0
fix(almin): fix to call didExecute when UseCase throw error fix
[ { "change_type": "MODIFY", "old_path": "packages/almin/test/UseCaseExecutor-test.ts", "new_path": "packages/almin/test/UseCaseExecutor-test.ts", "diff": "@@ -10,6 +10,11 @@ import { ThrowUseCase } from \"./use-case/ThrowUseCase\";\nimport { isWillExecutedPayload } from \"../src/payload/WillExecutedP...
TypeScript
MIT License
almin/almin
fix(almin): fix to call didExecute when UseCase throw error fix #310
19,400
22.01.2018 15:40:14
-32,400
3004a3d56c3a544a46704722f95cc75ac13846d2
fix(almin-logger): fix test case
[ { "change_type": "MODIFY", "old_path": "packages/almin-logger/test/AsyncLogger-test.js", "new_path": "packages/almin-logger/test/AsyncLogger-test.js", "diff": "@@ -22,6 +22,9 @@ import NoDispatchUseCase from \"./usecase/NoDispatchUseCase\";\nimport { NotExecuteUseCase } from \"./usecase/NotExecuteUs...
TypeScript
MIT License
almin/almin
fix(almin-logger): fix test case
19,400
22.01.2018 15:40:32
-32,400
b160b847e699e41ce0c1f0d3b1f80c0b0e8c213c
chore(almin): use deepEqual for browser
[ { "change_type": "MODIFY", "old_path": "packages/almin/test/UseCaseExecutor-test.ts", "new_path": "packages/almin/test/UseCaseExecutor-test.ts", "diff": "@@ -158,7 +158,7 @@ describe(\"UseCaseExecutor\", function() {\n});\n// when\nreturn executor.execute().catch(() => {\n- assert.deepStrictEqual(ca...
TypeScript
MIT License
almin/almin
chore(almin): use deepEqual for browser
19,400
22.01.2018 19:28:17
-32,400
cd888ce827416f7593d6504e11ddb3930721a357
refactor(almin): refactor UseCaseExecutor
[ { "change_type": "MODIFY", "old_path": "packages/almin-logger/test/AsyncLogger-test.js", "new_path": "packages/almin-logger/test/AsyncLogger-test.js", "diff": "@@ -22,9 +22,6 @@ import NoDispatchUseCase from \"./usecase/NoDispatchUseCase\";\nimport { NotExecuteUseCase } from \"./usecase/NotExecuteUs...
TypeScript
MIT License
almin/almin
refactor(almin): refactor UseCaseExecutor
19,400
22.01.2018 20:01:36
-32,400
f6c447703f8c87a7f1436c1f406159e4814595e7
test(almin): add LifeCycle method order tests
[ { "change_type": "MODIFY", "old_path": "packages/almin/test/DispatcherPayloadMeta-test.js", "new_path": "packages/almin/test/DispatcherPayloadMeta-test.js", "diff": "@@ -6,7 +6,7 @@ import { CompletedPayload, Context, DidExecutedPayload } from \"../src/\";\nimport { Dispatcher } from \"../src/Dispat...
TypeScript
MIT License
almin/almin
test(almin): add LifeCycle method order tests
19,400
22.01.2018 20:22:03
-32,400
6eba834e2136b3dd50875346145639ff9c56cc89
docs(almin): add comments
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -371,6 +371,7 @@ export class UseCaseExecutorImpl<T extends UseCaseLike> extends Dispatcher imple\n}\n// Notes: proxyfiedUseCase has not timeout\n// proxie...
TypeScript
MIT License
almin/almin
docs(almin): add comments
19,400
22.01.2018 20:39:07
-32,400
54eacd0c377b200134b74d2880ac09e3a6011e0e
chore(pacakge): update dependencies
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "{\n- \"lerna\": \"2.7.1\",\n+ \"lerna\": \"2.8.0\",\n\"commands\": {\n\"publish\": {\n\"concurrency\": 1\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", ...
TypeScript
MIT License
almin/almin
chore(pacakge): update dependencies
19,400
22.01.2018 20:43:43
-32,400
8cd63a0cf2f06d209d310fe9b6cb86c4e4b254c1
fix(almin): fix CHANGELOG file
[ { "change_type": "MODIFY", "old_path": "packages/almin/CHANGELOG.md", "new_path": "packages/almin/CHANGELOG.md", "diff": "@@ -6,107 +6,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n<a name=\"0.15.2\"></a>\n## 0.15.2 (2018-01-22)\n-\n### Bug Fixes\n-* **almin:...
TypeScript
MIT License
almin/almin
fix(almin): fix CHANGELOG file
19,400
27.01.2018 21:56:58
-32,400
5794e05e4b98df910b6e9888436872ffa8f60f06
test(almin): Convert StoreGroup-edge-case-test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/StoreGroup-edge-case-test.js", "new_path": "packages/almin/test/StoreGroup-edge-case-test.ts", "diff": "// LICENSE : MIT\n\"use strict\";\nconst assert = require(\"assert\");\n-const sinon = require(\"sinon\");\nimport { Context, Dispatcher...
TypeScript
MIT License
almin/almin
test(almin): Convert StoreGroup-edge-case-test to TypeScript
19,400
27.01.2018 23:20:26
-32,400
c51353152f3e7de2f268d59ebb61fd30c8d4eba1
test(almin): add failure test for a bug
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/almin/test/LifeCycleEventHub-test.ts", "diff": "+import * as assert from \"assert\";\n+import { Context, DispatchedPayload, Dispatcher, DispatcherPayloadMeta, StoreGroup } from \"../src\";\n+import { createUpdatableStoreWithUseCase } fr...
TypeScript
MIT License
almin/almin
test(almin): add failure test for a bug #328
19,400
27.01.2018 23:31:45
-32,400
6aaaec959580fd5e8add6471dafd8a9c24bac144
fix(almin): fix trouble emit `StoreChangedPayload` In some case, LifeCycleEventHub#onDispatch receive StoreChangedPayload This fixes that `StoreChangedPayload` always be `isTrust: true` payload. `LifeCycleEventHub#onDispatch` ignore trusted Payload. As a result, LifeCycleEventHub#onDispatch have not received StoreChang...
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -158,6 +158,7 @@ export class Context<T> {\nif (this.config.strict) {\nthis.storeGroup.useStrict();\n}\n+ // If some stores are changed, emit StoreChangedPayload\n// Store...
TypeScript
MIT License
almin/almin
fix(almin): fix trouble emit `StoreChangedPayload` In some case, LifeCycleEventHub#onDispatch receive StoreChangedPayload #328 This fixes that `StoreChangedPayload` always be `isTrust: true` payload. `LifeCycleEventHub#onDispatch` ignore trusted Payload. As a result, LifeCycleEventHub#onDispatch have not received Stor...
19,400
27.01.2018 23:35:04
-32,400
27eb46d8c5ae7cf12fe3986912afa5841b0521a7
chore(almin): add details comment
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -174,7 +174,10 @@ export class Context<T> {\nuseCase: undefined,\ndispatcher: this.dispatcher,\nparentUseCase: null,\n- isTrusted: true, // <= StoreChangedPayload is alway...
TypeScript
MIT License
almin/almin
chore(almin): add details comment
19,400
27.01.2018 23:45:40
-32,400
8586af9d20f9e28ea110500953ac8e9dd0c4e3e6
refactor(almin): remove unused args for DispatcherPayloadMeta use default value instead of non meaning arguments.
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -171,9 +171,7 @@ export class Context<T> {\nconst transaction = details && details.meta && details.meta.transaction;\nconst isUseCaseFinished = details && details.meta && ...
TypeScript
MIT License
almin/almin
refactor(almin): remove unused args for DispatcherPayloadMeta use default value instead of non meaning arguments.
19,400
28.01.2018 00:07:09
-32,400
c30e56ec5745ca4f74f9d89615f7d5fb2130e4df
test(almin): Convert UnitOfWork test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/UnitOfWork-test.js", "new_path": "packages/almin/test/UnitOfWork-test.ts", "diff": "\"use strict\";\nimport * as assert from \"assert\";\nimport { DispatcherPayloadMetaImpl } from \"../src/DispatcherPayloadMeta\";\n-import { Payload } from ...
TypeScript
MIT License
almin/almin
test(almin): Convert UnitOfWork test to TypeScript
19,400
28.01.2018 00:13:42
-32,400
96206abee48413a14ec5c35f6f9ca7b4774af052
test(almin): Convert UseCase test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/UseCase-test.js", "new_path": "packages/almin/test/UseCase-test.ts", "diff": "// LICENSE : MIT\n\"use strict\";\n-const assert = require(\"assert\");\n-const sinon = require(\"sinon\");\n-import { Context } from \"../src/Context\";\n-import...
TypeScript
MIT License
almin/almin
test(almin): Convert UseCase test to TypeScript
19,400
28.01.2018 00:25:13
-32,400
ff3ed9bfa7e58ab742a87aeec72ef46133c8c008
test(almin): Convert DispatcherPayloadMeta test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/DispatcherPayloadMeta-test.js", "new_path": "packages/almin/test/DispatcherPayloadMeta-test.ts", "diff": "const assert = require(\"assert\");\nimport { MapLike } from \"map-like\";\nimport { CompletedPayload, Context, DidExecutedPayload } f...
TypeScript
MIT License
almin/almin
test(almin): Convert DispatcherPayloadMeta test to TypeScript
19,400
28.01.2018 00:30:41
-32,400
0b14de7fe40106188cfbdc0d8a90d102df481ccd
test(almin): Convert Context test to TypeScript
[ { "change_type": "RENAME", "old_path": "packages/almin/test/Context-test.js", "new_path": "packages/almin/test/Context-test.ts", "diff": "// LICENSE : MIT\n\"use strict\";\nimport * as assert from \"assert\";\n-import { Context } from \"../src/Context\";\n-import { Dispatcher } from \"../src/Dispatc...
TypeScript
MIT License
almin/almin
test(almin): Convert Context test to TypeScript
19,400
28.01.2018 00:31:43
-32,400
3644432ecdcf189f40d51dc101fc9a831c418f93
test(almin): Convert AlminPerfMarker test to TypeScript
[ { "change_type": "MODIFY", "old_path": "packages/almin/test/AlminPerfMarker-test.ts", "new_path": "packages/almin/test/AlminPerfMarker-test.ts", "diff": "import { AlminPerfMarker } from \"../src/instrument/AlminPerfMarker\";\nimport * as assert from \"assert\";\nimport { createUpdatableStoreWithUseC...
TypeScript
MIT License
almin/almin
test(almin): Convert AlminPerfMarker test to TypeScript
19,400
28.01.2018 20:39:17
-32,400
52b9125a42da1402a3d1cb6f45609c138aa0acad
fix(almin): fix test scripts
[ { "change_type": "MODIFY", "old_path": "packages/almin-react-container/test/almin-react-container-test.tsx", "new_path": "packages/almin-react-container/test/almin-react-container-test.tsx", "diff": "@@ -5,7 +5,8 @@ import * as React from \"react\";\nimport * as TestUtils from \"react-dom/test-utils...
TypeScript
MIT License
almin/almin
fix(almin): fix test scripts
19,400
28.01.2018 20:42:28
-32,400
39b42ddb8035e8922ed997aa4b28d233940da46a
chore(packages): update dependencies
[ { "change_type": "MODIFY", "old_path": "packages/almin-react-container/package.json", "new_path": "packages/almin-react-container/package.json", "diff": "},\n\"devDependencies\": {\n\"@types/node\": \"^9.3.0\",\n- \"@types/react\": \"16.0.34\",\n+ \"@types/react\": \"16.0.35\",\n\"@types/react-dom\"...
TypeScript
MIT License
almin/almin
chore(packages): update dependencies
19,400
08.02.2018 10:46:23
-32,400
92cdcf9c50ace61270f984c90cabd400ded025b8
feat(almin): Make `dispatcher` optional
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -51,11 +51,15 @@ See https://github.com/almin/almin/releases/tag/almin%400.13.10 for more details\n*/\nexport interface ContextArgs<T> {\n/**\n- * Pass Dispatcher instance...
TypeScript
MIT License
almin/almin
feat(almin): Make `dispatcher` optional
19,400
08.02.2018 10:48:07
-32,400
68a6fbc66ad02424e4822bf89204c5b9fd9f67e1
docs(almin): update API reference
[ { "change_type": "MODIFY", "old_path": "docs/_ContextAPI.md", "new_path": "docs/_ContextAPI.md", "diff": "@@ -11,7 +11,7 @@ title: Context\n```typescript\nexport interface ContextArgs<T> {\n- dispatcher: Dispatcher;\n+ dispatcher?: Dispatcher;\nstore: StoreLike<T>;\noptions?: {\nstrict?: boolean;\n@...
TypeScript
MIT License
almin/almin
docs(almin): update API reference
19,400
08.02.2018 20:01:03
-32,400
9e7a77668da8160a79a0072ffb9a42a913dc7cc1
fix(almin): remove `dispatcher` from DispatchPayloadMeta
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Context.ts", "new_path": "packages/almin/src/Context.ts", "diff": "@@ -174,7 +174,6 @@ export class Context<T> {\nconst transaction = details && details.meta && details.meta.transaction;\nconst isUseCaseFinished = details && details.meta && ...
TypeScript
MIT License
almin/almin
fix(almin): remove `dispatcher` from DispatchPayloadMeta
19,400
08.02.2018 20:11:01
-32,400
7a666b72f4e60c641710f1f6189e53c4d84e54b4
fix(almin): Add readonly modifier to `transaction`
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/DispatcherPayloadMeta.ts", "new_path": "packages/almin/src/DispatcherPayloadMeta.ts", "diff": "@@ -81,7 +81,7 @@ export interface DispatcherPayloadMeta {\n* If the payload object is dispatched in a transaction, to be transaction object\n* ot...
TypeScript
MIT License
almin/almin
fix(almin): Add readonly modifier to `transaction`
19,400
24.02.2018 13:03:59
-32,400
f12cef36e849ce1e4edbec8cab1e74bc2979dbda
fix(react-container): should initialize before other component We have used componentDidMount instead of componentWillMount in But, Almin React Container should be initialized before other component. Because, this component subscribe `Context#onChange`. In other words, Almin React Container can not handle `Context#onch...
[ { "change_type": "MODIFY", "old_path": "packages/almin-react-container/src/almin-react-container.tsx", "new_path": "packages/almin-react-container/src/almin-react-container.tsx", "diff": "@@ -35,9 +35,14 @@ export class AlminReactContainer {\nstate: P;\nunSubscribe: () => void | null;\n+ onChangeHan...
TypeScript
MIT License
almin/almin
fix(react-container): should initialize before other component We have used componentDidMount instead of componentWillMount in #321 But, Almin React Container should be initialized before other component. Because, this component subscribe `Context#onChange`. In other words, Almin React Container can not handle `Contex...
19,400
11.03.2018 15:00:12
-32,400
6c007a76d082845183dfc7ea32d78ee636e0e478
feat(usecase-container): add
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/@almin/usecase-container/LICENSE", "diff": "+Copyright (c) 2018 azu\n+\n+Permission is hereby granted, free of charge, to any person obtaining a copy\n+of this software and associated documentation files (the \"Software\"), to deal\n+in...
TypeScript
MIT License
almin/almin
feat(usecase-container): add @almin/usecase-container
19,400
11.03.2018 21:13:03
-32,400
51e4ad6b8d42c48d207c1247d822240b07c7e62f
feat: support UseCaseFactory
[ { "change_type": "MODIFY", "old_path": "packages/@almin/usecase-container/src/UseCaseContainer.ts", "new_path": "packages/@almin/usecase-container/src/UseCaseContainer.ts", "diff": "@@ -3,23 +3,96 @@ import { UseCase, Context } from \"almin\";\nexport type Construct<T> = {\nnew (...args: any[]): T;\...
TypeScript
MIT License
almin/almin
feat: support UseCaseFactory
19,400
11.03.2018 22:05:32
-32,400
80565bcca93b87e2ecb962054f1ebafebf1e6839
refactor: rename ->
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "}\n},\n\"packages\": [\n- \"packages/*\"\n+ \"packages/*\",\n+ \"packages/@almin/*\"\n],\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n" }, { "change_type": "MODIFY", "old_path": "package.json"...
TypeScript
MIT License
almin/almin
refactor: rename @almin/usecase-container -> @almin/usecase-bus
19,400
12.03.2018 09:50:10
-32,400
ada426be85207308fb8b9d167617a8b2d9f169d5
fix: release binding
[ { "change_type": "MODIFY", "old_path": "packages/@almin/usecase-bus/src/UseCaseBus.ts", "new_path": "packages/@almin/usecase-bus/src/UseCaseBus.ts", "diff": "@@ -9,23 +9,29 @@ export type Factory<T, Command = any> = (command: Command) => T;\nexport interface UseCaseBinderArgs<T, P> {\ncontext: Conte...
TypeScript
MIT License
almin/almin
fix: release binding
19,400
12.03.2018 09:57:53
-32,400
b4fccec124824ceffa3a44fc2d7131b98e8c3ccb
fix: add almin to devDependencies
[ { "change_type": "MODIFY", "old_path": "packages/@almin/usecase-bus/package.json", "new_path": "packages/@almin/usecase-bus/package.json", "diff": "\"devDependencies\": {\n\"@types/mocha\": \"^2.2.48\",\n\"@types/node\": \"^9.4.7\",\n+ \"almin\": \"^0.16.0\",\n\"cross-env\": \"^5.1.4\",\n\"mocha\": ...
TypeScript
MIT License
almin/almin
fix: add almin to devDependencies
19,400
14.03.2018 19:09:59
-32,400
e03cb7c3e80bd93aff1d9c319cdb8194c97b7c4a
chore: rename to UseCaseCommandBus
[ { "change_type": "MODIFY", "old_path": "packages/@almin/usecase-bus/README.md", "new_path": "packages/@almin/usecase-bus/README.md", "diff": "@@ -39,7 +39,7 @@ Install with [npm](https://www.npmjs.com/):\n```ts\nimport { UseCase, Context } from \"almin\";\n-import { UseCaseBus } from \"@almin/usecas...
TypeScript
MIT License
almin/almin
chore: rename to UseCaseCommandBus
19,400
14.03.2018 19:33:39
-32,400
72fa00c6a5c06ad0c0d384fd4c03c70962285b21
refactor(almin): use `assertOK` instead of `assert` module
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/Dispatcher.ts", "new_path": "packages/almin/src/Dispatcher.ts", "diff": "// LICENSE : MIT\n\"use strict\";\n-import * as assert from \"assert\";\nimport { EventEmitter } from \"events\";\nimport { DispatcherPayloadMeta, DispatcherPayloadMeta...
TypeScript
MIT License
almin/almin
refactor(almin): use `assertOK` instead of `assert` module
19,400
28.03.2018 09:29:57
-32,400
6e05dd9fadea2d2596f1c8ca1ebd2db2589453f5
[Git Cancel] Temporary commit for cancel
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"textlint-rule-common-misspellings\": \"^1.0.1\",\n\"textlint-rule-no-dead-link\": \"^4.3.0\",\n\"textlint-rule-prh\": \"^5.0.1\",\n- \"typescript\": \"~2.6.2\"\n+ \"typescript\": \"~2.8.1\"\n},\n\"scripts\"...
TypeScript
MIT License
almin/almin
[Git Cancel] Temporary commit for cancel
19,400
28.03.2018 09:40:02
-32,400
0231f423fb0f9c24f66409912ea7a504c11d6c45
fix(almin): Make `Payload` abstract class completely BREAKING CHANGE: You can not call `super({ type: "type" })` anymore. `Payload` does not accept arguments
[ { "change_type": "MODIFY", "old_path": "packages/almin/package.json", "new_path": "packages/almin/package.json", "diff": "\"ts-node\": \"^5.0.1\",\n\"ts-node-test-register\": \"^2.0.0\",\n\"typescript\": \"~2.8.1\",\n+ \"typings-tester\": \"^0.3.1\",\n\"zuul\": \"^3.10.1\"\n},\n\"dependencies\": {\n...
TypeScript
MIT License
almin/almin
fix(almin): Make `Payload` abstract class completely BREAKING CHANGE: You can not call `super({ type: "type" })` anymore. `Payload` does not accept arguments
19,400
28.03.2018 22:05:14
-32,400
9881793f94b20907953811a4e7acb9023e8b828d
feat(almin): Support `context.useCase#execute` typing Use conditional typing
[ { "change_type": "MODIFY", "old_path": "packages/almin/package.json", "new_path": "packages/almin/package.json", "diff": "\"lint:js\": \"eslint --config ../../.eslintrc.json --cache test/\",\n\"lint:js:fix\": \"eslint --fix --config ../../.eslintrc.json --cache test/\",\n\"test\": \"run-s lint test:...
TypeScript
MIT License
almin/almin
feat(almin): Support `context.useCase#execute` typing Use conditional typing
19,400
03.04.2018 10:15:33
-32,400
8570b923574d1debe6909fea616a3ef444b3c181
chore(almin): fix warning message
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UILayer/StoreGroup.ts", "new_path": "packages/almin/src/UILayer/StoreGroup.ts", "diff": "@@ -388,7 +388,7 @@ But, ${store.name}#getState() was called.`\n* Almin can control all transaction to StoreGroup.\n*\n* It means that StoreGroup doesn'...
TypeScript
MIT License
almin/almin
chore(almin): fix warning message
19,400
26.04.2018 20:24:08
-32,400
8ba58b87d1a4880b032e132f5a35bfa6eea147ca
test(almin): fix execute testing
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -14,11 +14,63 @@ import { WillNotExecutedPayload } from \"./payload/WillNotExecutedPayload\";\nimport { assertOK } from \"./util/assert\";\n// Conditional ...
TypeScript
MIT License
almin/almin
test(almin): fix execute testing
19,400
27.04.2018 08:46:00
-32,400
fd763cc10e06799c9a13f0407c31da120e40055c
chore: ignore prettier format
[ { "change_type": "MODIFY", "old_path": "packages/@almin/usecase-bus/package.json", "new_path": "packages/@almin/usecase-bus/package.json", "diff": "\"almin\": \"^0.16.0\",\n\"cross-env\": \"^5.1.4\",\n\"mocha\": \"^5.0.4\",\n- \"prettier\": \"^1.11.1\",\n- \"ts-node\": \"^5.0.1\",\n+ \"prettier\": \...
TypeScript
MIT License
almin/almin
chore: ignore prettier format
19,400
27.04.2018 10:58:40
-32,400
d3c11a8dff8126ae7e9723b0484ef343021330f4
chore(prettier): ignore Executor
[ { "change_type": "MODIFY", "old_path": ".prettierignore", "new_path": ".prettierignore", "diff": "@@ -5,3 +5,6 @@ lib/\n*.min.js\n*.min.css\n_book\n+\n+# Prettier does not support flexible ignore\n+/packages/almin/src/UseCaseExecutor.ts\n" }, { "change_type": "MODIFY", "old_path": "packa...
TypeScript
MIT License
almin/almin
chore(prettier): ignore Executor
19,400
27.04.2018 22:59:17
-32,400
e2097f756792a6e1306290eae9006e8028f6221d
chore(deps): move resolutions to root
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"packages/@almin/*\"\n],\n\"license\": \"MIT\",\n+ \"resolutions\": {\n+ \"@types/react\": \"16.3.13\",\n+ \"@types/react-dom\": \"16.0.5\"\n+ },\n\"devDependencies\": {\n\"@alrra/travis-scripts\": \"^3.0.1\...
TypeScript
MIT License
almin/almin
chore(deps): move resolutions to root
19,400
27.04.2018 23:50:38
-32,400
409290698f117b083d82dd376bd42ba5e8c05783
chore: add issue link
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -459,7 +459,7 @@ export class UseCaseExecutorImpl<T extends UseCaseLike> extends Dispatcher imple\n*\n* `execute()` support type check in Almin 0.17.0.\n* ...
TypeScript
MIT License
almin/almin
chore: add issue link
19,400
08.06.2018 08:45:59
-32,400
f878bac09e09284d9a61ea7f147a5fb84eae503a
fix(react-context): fix creating react context instance
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/README.md", "new_path": "packages/@almin/react-context/README.md", "diff": "@@ -8,6 +8,50 @@ Install with [npm](https://www.npmjs.com/):\nnpm install @almin/react-context\n+## Example\n+\n+This is a example of `@almin/react-contex...
TypeScript
MIT License
almin/almin
fix(react-context): fix creating react context instance
19,400
08.06.2018 10:41:15
-32,400
4e25d0016bd82272793d9e78659f70f470ba837e
docs(README): update API
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/README.md", "new_path": "packages/@almin/react-context/README.md", "diff": "@@ -17,6 +17,8 @@ This is a example of `@almin/react-context`.\n```ts\nimport { Context, StoreGroup } from \"almin\";\nimport { createReactContext } from ...
TypeScript
MIT License
almin/almin
docs(README): update API
19,400
08.06.2018 20:06:41
-32,400
a7e08abd202b35b1319c7206bf797ae1f2256900
chore(react-context): remove Query
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"textlint-rule-common-misspellings\": \"^1.0.1\",\n\"textlint-rule-no-dead-link\": \"^4.3.0\",\n\"textlint-rule-prh\": \"^5.0.1\",\n- \"typescript\": \"~2.8.3\"\n+ \"typescript\": \"~2.9.1\"\n},\n\"scripts\"...
TypeScript
MIT License
almin/almin
chore(react-context): remove Query
19,400
08.06.2018 20:09:43
-32,400
d9fd2a8979a23fb9e91979fef919610067980361
chore(react-context): add peerDependencies
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/README.md", "new_path": "packages/@almin/react-context/README.md", "diff": "@@ -8,6 +8,10 @@ Install with [npm](https://www.npmjs.com/):\nnpm install @almin/react-context\n+Requirements:\n+\n+- React 16.3 >=\n+\n## Example\nThis i...
TypeScript
MIT License
almin/almin
chore(react-context): add peerDependencies
19,400
08.06.2018 20:12:57
-32,400
f44a54a82eaafaf155139ff67aaf85429017d3a3
fix(react-context): remove unused type
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/src/react-context.tsx", "new_path": "packages/@almin/react-context/src/react-context.tsx", "diff": "@@ -11,7 +11,7 @@ export type ConsumerProps<T> = {\nchildren: (props: T) => React.ReactNode;\n};\n-export function createReactCont...
TypeScript
MIT License
almin/almin
fix(react-context): remove unused type
19,400
08.06.2018 20:21:28
-32,400
2454e60a75c7b60444174ebc1d53fe25c5f984fc
fix(almin): upgrade TypeScript 2.9
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UILayer/StoreStateMap.ts", "new_path": "packages/almin/src/UILayer/StoreStateMap.ts", "diff": "@@ -37,7 +37,7 @@ export function createStoreStateMap<T>(mappingObject: StoreMap<T>): StoreStateMa\nfor (let i = 0; i < keys.length; i++) {\nconst...
TypeScript
MIT License
almin/almin
fix(almin): upgrade TypeScript 2.9
19,400
08.06.2018 22:03:58
-32,400
66a773d0fcd183ec6d3642dea9caaf46b8303265
fix(almin-react-container): support TypeScript 2.9
[ { "change_type": "MODIFY", "old_path": "packages/almin-react-container/src/almin-react-container.tsx", "new_path": "packages/almin-react-container/src/almin-react-container.tsx", "diff": "@@ -5,15 +5,10 @@ import { Context } from \"almin\";\nimport { shallowEqual } from \"shallow-equal-object\";\n//...
TypeScript
MIT License
almin/almin
fix(almin-react-container): support TypeScript 2.9
19,400
08.06.2018 23:04:23
-32,400
5f270fe2d97f4eb96cd64ba7f3432ac079383e97
feat(store-test-helper): add
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/@almin/store-test-helper/LICENSE", "diff": "+Copyright (c) 2018 azu\n+\n+Permission is hereby granted, free of charge, to any person obtaining a copy\n+of this software and associated documentation files (the \"Software\"), to deal\n+in...
TypeScript
MIT License
almin/almin
feat(store-test-helper): add @almin/store-test-helper
19,400
08.06.2018 23:04:49
-32,400
cfc7f220f9055be878c8dabbd9410948fecdca21
refactor(almin): refactor create-new-store helper
[ { "change_type": "MODIFY", "old_path": "packages/almin/test/Context-test.ts", "new_path": "packages/almin/test/Context-test.ts", "diff": "@@ -165,8 +165,8 @@ describe(\"Context\", function() {\ndone();\n});\n// catch multiple changes at one time\n- aStore.mutableStateWithoutEmit({ a: 1 });\n- bStore...
TypeScript
MIT License
almin/almin
refactor(almin): refactor create-new-store helper
19,400
08.06.2018 23:05:05
-32,400
b183683ac46ce7c25baf192a25104ae5f05efe93
refactor(react-context): use
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/README.md", "new_path": "packages/@almin/react-context/README.md", "diff": "@@ -16,22 +16,21 @@ Requirements:\nThis is a example of `@almin/react-context`.\n-:memo: Note: [create-test-store.ts](./test/helper/create-test-store.ts) ...
TypeScript
MIT License
almin/almin
refactor(react-context): use @almin/store-test-helper
19,400
08.06.2018 23:18:55
-32,400
3eac004c344b4a4f5f02edced78fea7db65438fc
test(store-test-helper): add tests
[ { "change_type": "MODIFY", "old_path": "packages/@almin/store-test-helper/src/store-test-helper.ts", "new_path": "packages/@almin/store-test-helper/src/store-test-helper.ts", "diff": "@@ -16,7 +16,7 @@ export interface MockStore<T> extends Store<T> {\n}\nexport const isCreateStoreArg = (arg: any): a...
TypeScript
MIT License
almin/almin
test(store-test-helper): add tests
19,400
08.06.2018 23:26:54
-32,400
5cbb5b2cab20e5b48f2409d8190fb7f1ce5bfa90
refactor(store-test-helper): Update Usage
[ { "change_type": "MODIFY", "old_path": "packages/@almin/store-test-helper/README.md", "new_path": "packages/@almin/store-test-helper/README.md", "diff": "@@ -10,7 +10,38 @@ Install with [npm](https://www.npmjs.com/):\n## Usage\n-- [ ] Write usage instructions\n+```ts\n+import { Store } from \"almin\...
TypeScript
MIT License
almin/almin
refactor(store-test-helper): Update Usage
19,400
08.06.2018 23:29:34
-32,400
87be83b4bb2023777a7e1afbe0d089ee0118d83c
chore(store-test-helper): add clean command
[ { "change_type": "MODIFY", "old_path": "packages/@almin/store-test-helper/package.json", "new_path": "packages/@almin/store-test-helper/package.json", "diff": "\"prepublish\": \"npm run --if-present build\",\n\"test\": \"mocha \\\"test/**/*.ts\\\"\",\n\"prettier\": \"prettier --write \\\"**/*.{js,js...
TypeScript
MIT License
almin/almin
chore(store-test-helper): add clean command
19,400
08.06.2018 23:30:57
-32,400
35fc1d0ed6c52e1c748b5cc8840f5cf3f078b457
chore(react-context): format
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/test/example-test.tsx", "new_path": "packages/@almin/react-context/test/example-test.tsx", "diff": "@@ -36,8 +36,7 @@ describe(\"@almin/react-context\", () => {\n{state => {\nreturn (\n<ul>\n- <li>{state.a.value}</li>\n- ;\n+ <li>...
TypeScript
MIT License
almin/almin
chore(react-context): format
19,400
09.06.2018 00:04:50
-32,400
0bd00a888501b76ddc11d0a56f75f1eda59eef35
chore(deps): add ci scripts
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/package.json", "new_path": "packages/@almin/react-context/package.json", "diff": "\"prepublish\": \"npm run --if-present build\",\n\"test\": \"mocha \\\"test/**/*.tsx\\\"\",\n\"prettier\": \"prettier --write \\\"**/*.{js,jsx,ts,ts...
TypeScript
MIT License
almin/almin
chore(deps): add ci scripts
19,400
09.06.2018 00:59:05
-32,400
663d2bf6e217bb4a40906d9d0b31447635d201ca
chore(travis): update yarn version
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -4,7 +4,7 @@ node_js:\n- \"8\"\ncache: yarn\nbefore_install:\n- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2\n+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --versio...
TypeScript
MIT License
almin/almin
chore(travis): update yarn version
19,400
09.06.2018 01:10:49
-32,400
c46a0915617cc8c663a8ac8b5381b9fe6df8df6a
fix(almin): fix typing test
[ { "change_type": "MODIFY", "old_path": "packages/almin/package.json", "new_path": "packages/almin/package.json", "diff": "\"lint:fix\": \"npm-run-all -p lint:*:fix\",\n\"lint:js\": \"eslint --config ../../.eslintrc.json --cache test/\",\n\"lint:js:fix\": \"eslint --fix --config ../../.eslintrc.json ...
TypeScript
MIT License
almin/almin
fix(almin): fix typing test
19,400
09.06.2018 01:23:32
-32,400
20ce7266c8f2dd11256e69405a8906d01bfdc21e
test(almin): fix type testing
[ { "change_type": "MODIFY", "old_path": "packages/almin/type-test/typing-fixtures/execute-argument.ts", "new_path": "packages/almin/type-test/typing-fixtures/execute-argument.ts", "diff": "-import { UseCase, Context } from \"../../src/index\";\n-import { createStore } from \"../helper/create-new-stor...
TypeScript
MIT License
almin/almin
test(almin): fix type testing
19,400
09.06.2018 21:31:57
-32,400
9438934832e0bd1ec51112684a8f7304d89b08de
chore(pacakge): add publishConfig
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/package.json", "new_path": "packages/@almin/react-context/package.json", "diff": "},\n\"scripts\": {\n\"build\": \"cross-env NODE_ENV=production tsc -p .\",\n+ \"ci\": \"npm run test\",\n\"prepublish\": \"npm run --if-present buil...
TypeScript
MIT License
almin/almin
chore(pacakge): add publishConfig
19,400
09.06.2018 21:37:16
-32,400
fc9d087f664dbff6927e6798a1d961b5dd831500
chore(package): add "clean" script
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"build:docs\": \"cd website && yarn run build\",\n\"build:docs:api\": \"bash ./tools/update-api-reference.sh\",\n\"ci\": \"lerna run ci --ignore benchmark\",\n+ \"clean\": \"lerna run clean\",\n\"prettier\":...
TypeScript
MIT License
almin/almin
chore(package): add "clean" script
19,400
09.06.2018 21:40:31
-32,400
9d346dd97ecff7a1e8605293a7551326c36282e2
chore(package): update publish script
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"precommit\": \"lint-staged\",\n\"postcommit\": \"git reset\",\n\"bootstrap\": \"lerna bootstrap\",\n- \"prepublishOnly\": \"npm run build\",\n- \"publish\": \"lerna publish --concurrency 1 --conventional-co...
TypeScript
MIT License
almin/almin
chore(package): update publish script
19,400
09.06.2018 21:53:07
-32,400
398db96c0ee3927b37c854d5e8693d4323e5b91e
chore(website): enable blog
[ { "change_type": "MODIFY", "old_path": "website/siteConfig.js", "new_path": "website/siteConfig.js", "diff": "@@ -25,6 +25,7 @@ const siteConfig = {\n{ search: true },\n{ doc: \"getting-started\", label: \"Docs\" },\n{ doc: \"api\", label: \"API\" },\n+ { blog: true, label: \"Blog\" },\n{ page: \"he...
TypeScript
MIT License
almin/almin
chore(website): enable blog
19,400
09.06.2018 21:55:34
-32,400
d1cd44afa9520b69ab750519b264f7b28fed0af4
chore(blog): update
[ { "change_type": "MODIFY", "old_path": "website/blog/2018-06-09-almin-0.17.md", "new_path": "website/blog/2018-06-09-almin-0.17.md", "diff": "@@ -37,9 +37,10 @@ We already have `context.useCase(someUseCase).executor(useCase => useCase.execut\nIt is a alternative syntax of `context.useCase(someUseCas...
TypeScript
MIT License
almin/almin
chore(blog): update
19,400
22.08.2018 09:41:06
-32,400
dd69712fc5f2570203022e89cfdada42b1916278
fix(almin): make `UseCaseExecutor#execute` type complete Require TypeScript 3.0+
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -13,18 +13,12 @@ import { Payload } from \"./payload/Payload\";\nimport { WillNotExecutedPayload } from \"./payload/WillNotExecutedPayload\";\nimport { ass...
TypeScript
MIT License
almin/almin
fix(almin): make `UseCaseExecutor#execute` type complete Require TypeScript 3.0+
19,400
22.08.2018 09:50:31
-32,400
d61936782fb6cd9aa4002915bdf8a21af6c85c38
chore: Update to TypeScript@3
[ { "change_type": "MODIFY", "old_path": "packages/@almin/react-context/package.json", "new_path": "packages/@almin/react-context/package.json", "diff": "\"react\": \"^16.4.0\",\n\"react-dom\": \"^16.4.0\",\n\"rimraf\": \"^2.6.2\",\n- \"ts-node\": \"^6.1.0\",\n- \"ts-node-test-register\": \"^3.0.0\",\...
TypeScript
MIT License
almin/almin
chore: Update to TypeScript@3
19,400
24.08.2018 20:04:55
-32,400
e97f03f3e3ce81508ac810ac231bcef19aebab49
chore(deps): Use TypeScript 3.0
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"textlint-rule-alex\": \"^1.0.1\",\n\"textlint-rule-common-misspellings\": \"^1.0.1\",\n\"textlint-rule-no-dead-link\": \"^4.3.0\",\n- \"textlint-rule-prh\": \"^5.0.1\",\n- \"typescript\": \"~2.9.1\"\n+ \"te...
TypeScript
MIT License
almin/almin
chore(deps): Use TypeScript 3.0
19,400
24.08.2018 20:39:53
-32,400
2ea2ed6d39ff67c0af4da25239887b1bf00df5c1
refactor(almin): make `executor()` deprecated
[ { "change_type": "MODIFY", "old_path": "packages/almin/src/UseCaseExecutor.ts", "new_path": "packages/almin/src/UseCaseExecutor.ts", "diff": "@@ -67,7 +67,7 @@ interface newProxifyUseCaseArgs {\n*/\nconst proxifyUseCase = <T extends UseCaseLike>(useCase: T, handlers: newProxifyUseCaseArgs): T => {\n...
TypeScript
MIT License
almin/almin
refactor(almin): make `executor()` deprecated