@pie-element/ebsr 14.1.0 → 14.1.1-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/author/defaults.d.ts +67 -0
- package/dist/author/defaults.d.ts.map +1 -0
- package/dist/author/defaults.js +161 -0
- package/dist/author/index.d.ts +35 -0
- package/dist/author/index.d.ts.map +1 -0
- package/dist/author/index.js +78 -0
- package/dist/author/main.d.ts +23 -0
- package/dist/author/main.d.ts.map +1 -0
- package/dist/author/main.js +121 -0
- package/dist/controller/defaults.d.ts +16 -0
- package/dist/controller/defaults.d.ts.map +1 -0
- package/dist/controller/defaults.js +26 -0
- package/dist/controller/index.d.ts +43 -0
- package/dist/controller/index.d.ts.map +1 -0
- package/dist/controller/index.js +186 -0
- package/dist/controller/utils.d.ts +11 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/controller/utils.js +8 -0
- package/dist/delivery/index.d.ts +27 -0
- package/dist/delivery/index.d.ts.map +1 -0
- package/dist/delivery/index.js +132 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.iife.d.ts +9 -0
- package/dist/index.iife.d.ts.map +1 -0
- package/dist/index.iife.js +165 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Stack.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGet.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_castPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKey.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toKey.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/get.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/toString.js +7 -0
- package/dist/print/index.d.ts +26 -0
- package/dist/print/index.d.ts.map +1 -0
- package/dist/print/index.js +107 -0
- package/package.json +59 -18
- package/{configure/src/defaults.js → src/author/defaults.ts} +10 -0
- package/{configure/src/index.js → src/author/index.ts} +16 -6
- package/{configure/src/main.jsx → src/author/main.tsx} +14 -4
- package/{controller/src/defaults.js → src/controller/defaults.ts} +10 -0
- package/{controller/src/index.js → src/controller/index.ts} +13 -3
- package/{controller/src/utils.js → src/controller/utils.ts} +10 -0
- package/src/{index.js → delivery/index.tsx} +12 -2
- package/src/index.iife.ts +16 -0
- package/src/index.ts +1 -0
- package/src/{print.js → print/index.tsx} +12 -2
- package/CHANGELOG.json +0 -1547
- package/CHANGELOG.md +0 -2265
- package/LICENSE.md +0 -5
- package/README.md +0 -62
- package/configure/CHANGELOG.json +0 -992
- package/configure/CHANGELOG.md +0 -2130
- package/configure/lib/defaults.js +0 -229
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -154
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -222
- package/configure/lib/main.js.map +0 -1
- package/configure/package.json +0 -23
- package/configure/src/__tests__/index.test.js +0 -492
- package/controller/CHANGELOG.json +0 -552
- package/controller/CHANGELOG.md +0 -1269
- package/controller/lib/defaults.js +0 -31
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -448
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -18
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -18
- package/controller/src/__tests__/index.test.js +0 -591
- package/controller/src/__tests__/utils.test.js +0 -48
- package/docs/config-schema.json +0 -5787
- package/docs/config-schema.json.md +0 -4278
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -52
- package/docs/demo/index.html +0 -2
- package/docs/demo/session.js +0 -14
- package/docs/pie-schema.json +0 -2911
- package/docs/pie-schema.json.md +0 -2142
- package/ebsr.png +0 -0
- package/lib/index.js +0 -207
- package/lib/index.js.map +0 -1
- package/lib/print.js +0 -186
- package/lib/print.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -5664
- package/module/demo.js +0 -77
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -14
- package/module/print-demo.js +0 -115
- package/module/print.html +0 -18
- package/module/print.js +0 -1
- package/src/__tests__/index.test.js +0 -129
|
@@ -1,552 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "implement default model initialization method",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat: implement default model initialization method",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "c080d28fcef5f1f7c0e6a4e94367d162958d0681",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-29 19:59:39 +0200",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "integrate unit tests",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat: integrate unit tests",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "293710fe95fece8e50e5bcf966988acfebff1a33",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-27 15:37:47 +0200",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "implement outcome",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat: implement outcome",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "dc29e82e8a510885367fc0aa86d52c532b24fb9a",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-20 16:21:53 +0200",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "allow config to control the UI",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat: allow config to control the UI",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "70551b83c6ad216661e8699f944dd0fcfa630f07",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-03-19 12:46:28 +0200",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "capture elements' model update events",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat: capture elements' model update events",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "3e2fd10996ddf5f78bafbe362b28ecae9556c2b7",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-03-18 20:32:46 +0200",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": null,
|
|
80
|
-
"subject": "use multiple-choice pie element as a dependency instead",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat: use multiple-choice pie element as a dependency instead",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "f0b8efd27e46910c12e5193f97f16954c6284580",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-03-14 17:57:11 +0200",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "stub ebsr pie element",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat: stub ebsr pie element",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "87b7febf3f567a56b00266b6603d7462f6d77551",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-03-13 18:07:56 +0200",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/ebsr-controller@1.1.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "feat",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "update scoring [ch1199]",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "feat: update scoring [ch1199]",
|
|
113
|
-
"body": "* first part can be only a single-correct MC\n* second part defaults to MC, but can be changed to MS\n* if the first part is incorrect, the score for the second one defaults to zero\n* if the first part is correct, the second is scored like a stand-alone MS item (including partial scoring)",
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "72b9803aba84e42424162c9bc22568ca526212d6",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-04-10 16:40:02 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/ebsr-controller@1.2.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "added rationale support.",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat: added rationale support.",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "3311b332667d0d293d4b2df088278862bafc1821",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-05-20 11:54:50 +0300",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/ebsr-controller@1.3.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "Fix",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "pass root configuration to each element",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "Fix: pass root configuration to each element",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "15767d580319ef773493e3814c0bd6783ed171c4",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-07-08 18:40:57 +0300",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/ebsr-controller@1.3.2"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": "template-areas",
|
|
155
|
-
"subject": "fixed ebsr not disabling issue in controller when it should [ch2192]",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix(template-areas): fixed ebsr not disabling issue in controller when it should [ch2192]",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "b43fa51f68dbd07dda33975c542d02ece6b650c9",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-07-16 15:34:01 +0300",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/ebsr-controller@1.3.4"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "template-areas",
|
|
170
|
-
"subject": "fixed ebsr not disabling issue in controller when it should [ch2192]",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(template-areas): fixed ebsr not disabling issue in controller when it should [ch2192]",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "6195b95fd6912c6e6de126c79bc41b0cd1fb2428",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-07-16 15:27:58 +0300",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/ebsr-controller@1.3.4"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "feat",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "return max in 'outcome'",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "feat: return max in 'outcome'",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "1a006fa48e31a1f10068f890e6376f8a5a172ff5",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-08-26 14:03:30 +0100",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/ebsr-controller@1.4.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "feat",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "Session null/empty check",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "feat: Session null/empty check",
|
|
203
|
-
"body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [ebsr, explicit-constructed-response, function-entry, hotspot]",
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "0538211b44e793dc34ff385226ee7278cc042384",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-08-23 11:07:39 +0300",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/ebsr-controller@1.4.0"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "bump pie-lib/controller-utils",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix: bump pie-lib/controller-utils",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-08-30 23:15:07 +0300",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/ebsr-controller@1.5.0"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "make use of updateSession callback",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat: make use of updateSession callback",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "764c50fa286961132ecf3c3a65aa5e488ca3e909",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-08-26 19:08:39 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/ebsr-controller@1.5.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": null,
|
|
245
|
-
"subject": "teacher instructions should be sent only for instructor",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix: teacher instructions should be sent only for instructor",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "977b80bc4b8eed8c87a60d427614e01b3371e442",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-09-13 08:41:33 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/ebsr-controller@2.0.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "feat",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "Separated the model and the configuration values in 3 categories: for partA, for partB and for both.",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "feat: Separated the model and the configuration values in 3 categories: for partA, for partB and for both.",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": "BREAKING CHANGE: `config` will contain `partA`, `partB` and global settings. `config.partA` and `config.partB` will contain individual settings. Same applies to `model`.",
|
|
265
|
-
"notes": [
|
|
266
|
-
{
|
|
267
|
-
"title": "BREAKING CHANGE",
|
|
268
|
-
"text": "`config` will contain `partA`, `partB` and global settings. `config.partA` and `config.partB` will contain individual settings. Same applies to `model`."
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"hash": "36079ddedb2aec86caf5e6ae01f2ffbb70da68f8",
|
|
272
|
-
"gitTags": "",
|
|
273
|
-
"committerDate": "2019-09-13 08:40:01 +0300",
|
|
274
|
-
"isTagged": true,
|
|
275
|
-
"tag": "@pie-element/ebsr-controller@2.0.0"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"type": "fix",
|
|
279
|
-
"scope": null,
|
|
280
|
-
"subject": "Shuffle choices only when sending them to pie-ui.",
|
|
281
|
-
"merge": null,
|
|
282
|
-
"header": "fix: Shuffle choices only when sending them to pie-ui.",
|
|
283
|
-
"body": null,
|
|
284
|
-
"footer": null,
|
|
285
|
-
"notes": [],
|
|
286
|
-
"hash": "e3240fb135deca3a306910a94947719c3caa907f",
|
|
287
|
-
"gitTags": "",
|
|
288
|
-
"committerDate": "2019-09-16 12:53:39 +0300",
|
|
289
|
-
"isTagged": true,
|
|
290
|
-
"tag": "@pie-element/ebsr-controller@2.0.2"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "fix",
|
|
294
|
-
"scope": null,
|
|
295
|
-
"subject": "Do not use e.update if it is not defined. Added feedbackEnabled property on model.",
|
|
296
|
-
"merge": null,
|
|
297
|
-
"header": "fix: Do not use e.update if it is not defined. Added feedbackEnabled property on model.",
|
|
298
|
-
"body": null,
|
|
299
|
-
"footer": null,
|
|
300
|
-
"notes": [],
|
|
301
|
-
"hash": "f4c61114b4aa0d9d135650bce7e1be8a04634c28",
|
|
302
|
-
"gitTags": " (origin/abeendale/ch3549/from-ibx-ebsr-ibx-console-error-uncaught)",
|
|
303
|
-
"committerDate": "2019-09-24 11:28:10 +0300",
|
|
304
|
-
"isTagged": true,
|
|
305
|
-
"tag": "@pie-element/ebsr-controller@3.0.1"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"type": "feat",
|
|
309
|
-
"scope": "ebsr",
|
|
310
|
-
"subject": "model based prompt",
|
|
311
|
-
"merge": null,
|
|
312
|
-
"header": "feat(ebsr): model based prompt",
|
|
313
|
-
"body": null,
|
|
314
|
-
"footer": null,
|
|
315
|
-
"notes": [],
|
|
316
|
-
"hash": "b538d4e4a365c9f6e861297304f770dd1631d077",
|
|
317
|
-
"gitTags": "",
|
|
318
|
-
"committerDate": "2019-09-24 17:29:04 +0300",
|
|
319
|
-
"isTagged": true,
|
|
320
|
-
"tag": "@pie-element/ebsr-controller@3.1.0"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"type": "fix",
|
|
324
|
-
"scope": null,
|
|
325
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
326
|
-
"merge": null,
|
|
327
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
328
|
-
"body": null,
|
|
329
|
-
"footer": null,
|
|
330
|
-
"notes": [],
|
|
331
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
332
|
-
"gitTags": "",
|
|
333
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
334
|
-
"isTagged": true,
|
|
335
|
-
"tag": "@pie-element/ebsr-controller@4.0.1"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"type": "fix",
|
|
339
|
-
"scope": null,
|
|
340
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
341
|
-
"merge": null,
|
|
342
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
343
|
-
"body": null,
|
|
344
|
-
"footer": null,
|
|
345
|
-
"notes": [],
|
|
346
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
347
|
-
"gitTags": "",
|
|
348
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
349
|
-
"isTagged": true,
|
|
350
|
-
"tag": "@pie-element/ebsr-controller@4.0.2"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"type": "fix",
|
|
354
|
-
"scope": null,
|
|
355
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
356
|
-
"merge": null,
|
|
357
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
358
|
-
"body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
|
|
359
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
360
|
-
"notes": [],
|
|
361
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
362
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
363
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
364
|
-
"isTagged": true,
|
|
365
|
-
"tag": "@pie-element/ebsr-controller@4.0.4"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"type": "fix",
|
|
369
|
-
"scope": null,
|
|
370
|
-
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
371
|
-
"merge": null,
|
|
372
|
-
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
373
|
-
"body": "controller-utils to use 0 as key",
|
|
374
|
-
"footer": null,
|
|
375
|
-
"notes": [],
|
|
376
|
-
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
377
|
-
"gitTags": "",
|
|
378
|
-
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
379
|
-
"isTagged": true,
|
|
380
|
-
"tag": "@pie-element/ebsr-controller@4.0.6"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "fix",
|
|
384
|
-
"scope": null,
|
|
385
|
-
"subject": "minimize calls to `updateSession`",
|
|
386
|
-
"merge": null,
|
|
387
|
-
"header": "fix: minimize calls to `updateSession`",
|
|
388
|
-
"body": null,
|
|
389
|
-
"footer": null,
|
|
390
|
-
"notes": [],
|
|
391
|
-
"hash": "11a9e9da9c70bd97daf10b9b8b8d9a4405f55af7",
|
|
392
|
-
"gitTags": "",
|
|
393
|
-
"committerDate": "2019-11-14 12:19:27 +0000",
|
|
394
|
-
"isTagged": true,
|
|
395
|
-
"tag": "@pie-element/ebsr-controller@4.0.6"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "fix",
|
|
399
|
-
"scope": null,
|
|
400
|
-
"subject": "use getShuffledChoices correctly.",
|
|
401
|
-
"merge": null,
|
|
402
|
-
"header": "fix: use getShuffledChoices correctly.",
|
|
403
|
-
"body": null,
|
|
404
|
-
"footer": null,
|
|
405
|
-
"notes": [],
|
|
406
|
-
"hash": "f61683ae8603e2a9adf314fcb53c12bc16337be3",
|
|
407
|
-
"gitTags": "",
|
|
408
|
-
"committerDate": "2019-11-14 07:27:26 +0200",
|
|
409
|
-
"isTagged": true,
|
|
410
|
-
"tag": "@pie-element/ebsr-controller@4.0.6"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "fix",
|
|
414
|
-
"scope": null,
|
|
415
|
-
"subject": "pie-228: Item Authoring - Attach feedback to choice only if feedbackEnabled.",
|
|
416
|
-
"merge": null,
|
|
417
|
-
"header": "fix: pie-228: Item Authoring - Attach feedback to choice only if feedbackEnabled.",
|
|
418
|
-
"body": null,
|
|
419
|
-
"footer": null,
|
|
420
|
-
"notes": [],
|
|
421
|
-
"hash": "c7417d84e1db103a1abe041f66a56f9c336d1c6d",
|
|
422
|
-
"gitTags": "",
|
|
423
|
-
"committerDate": "2019-12-06 17:00:25 +0200",
|
|
424
|
-
"isTagged": true,
|
|
425
|
-
"tag": "@pie-element/ebsr-controller@4.0.7"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"type": "fix",
|
|
429
|
-
"scope": null,
|
|
430
|
-
"subject": "pie-228: Item Authoring - Show correct answer functionality is wrong for the EBSR item (feedback does not have to be enabled in order to determine if an answer is correct or not).",
|
|
431
|
-
"merge": null,
|
|
432
|
-
"header": "fix: pie-228: Item Authoring - Show correct answer functionality is wrong for the EBSR item (feedback does not have to be enabled in order to determine if an answer is correct or not).",
|
|
433
|
-
"body": null,
|
|
434
|
-
"footer": null,
|
|
435
|
-
"notes": [],
|
|
436
|
-
"hash": "42a3aff6261608bf08b7876deeaf99551a35cb0e",
|
|
437
|
-
"gitTags": "",
|
|
438
|
-
"committerDate": "2019-12-06 16:56:03 +0200",
|
|
439
|
-
"isTagged": true,
|
|
440
|
-
"tag": "@pie-element/ebsr-controller@4.0.7"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"type": "fix",
|
|
444
|
-
"scope": null,
|
|
445
|
-
"subject": "Check if updateSession is a function before using it as one.",
|
|
446
|
-
"merge": null,
|
|
447
|
-
"header": "fix: Check if updateSession is a function before using it as one.",
|
|
448
|
-
"body": null,
|
|
449
|
-
"footer": null,
|
|
450
|
-
"notes": [],
|
|
451
|
-
"hash": "dee41870495d551c8a32dc25c3f54a0ae18d11a9",
|
|
452
|
-
"gitTags": "",
|
|
453
|
-
"committerDate": "2019-12-06 15:08:33 +0200",
|
|
454
|
-
"isTagged": true,
|
|
455
|
-
"tag": "@pie-element/ebsr-controller@4.0.7"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"type": "fix",
|
|
459
|
-
"scope": null,
|
|
460
|
-
"subject": "ch6025: fix for Dichotomous scoring type: EBSR should be scored as 1/1 if both parts are correct, and as 0/1 if either part is wrong.",
|
|
461
|
-
"merge": null,
|
|
462
|
-
"header": "fix: ch6025: fix for Dichotomous scoring type: EBSR should be scored as 1/1 if both parts are correct, and as 0/1 if either part is wrong.",
|
|
463
|
-
"body": null,
|
|
464
|
-
"footer": "BREAKING CHANGE: replaced `model.partA.partialScoring` and `model.partB.partialScoring` with `model.partialScoring`, replaced `model.partA.scoringType` and `model.partB.scoringType` with `model.scoringType`, replaced `configuration.partA.partialScoring` and `configuration.partB.partialScoring` with `configuration.partialScoring`, replaced `configuration.partA.scoringType` and `configuration.partB.scoringType` with `configuration.scoringType`\nfeat: ch4719: Scoring settings for EBSR are not correct (partial scoring).\n\nUpdated docs.",
|
|
465
|
-
"notes": [
|
|
466
|
-
{
|
|
467
|
-
"title": "BREAKING CHANGE",
|
|
468
|
-
"text": "replaced `model.partA.partialScoring` and `model.partB.partialScoring` with `model.partialScoring`, replaced `model.partA.scoringType` and `model.partB.scoringType` with `model.scoringType`, replaced `configuration.partA.partialScoring` and `configuration.partB.partialScoring` with `configuration.partialScoring`, replaced `configuration.partA.scoringType` and `configuration.partB.scoringType` with `configuration.scoringType`\nfeat: ch4719: Scoring settings for EBSR are not correct (partial scoring).\n\nUpdated docs."
|
|
469
|
-
}
|
|
470
|
-
],
|
|
471
|
-
"hash": "98ae34d9ecfb8c3342d31402aed36951c76565fc",
|
|
472
|
-
"gitTags": " (origin/andreea/ch6025/ebsr-dichotomous-scoring-isn-t-working)",
|
|
473
|
-
"committerDate": "2019-12-11 12:04:04 +0200",
|
|
474
|
-
"isTagged": true,
|
|
475
|
-
"tag": "@pie-element/ebsr-controller@5.0.0"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"type": "feat",
|
|
479
|
-
"scope": null,
|
|
480
|
-
"subject": "PIE-200 add partialScoring",
|
|
481
|
-
"merge": null,
|
|
482
|
-
"header": "feat: PIE-200 add partialScoring",
|
|
483
|
-
"body": null,
|
|
484
|
-
"footer": null,
|
|
485
|
-
"notes": [],
|
|
486
|
-
"hash": "49f4cb546b7e019cdafde59233b46ec842ac4ad8",
|
|
487
|
-
"gitTags": "",
|
|
488
|
-
"committerDate": "2019-12-06 12:22:05 +0000",
|
|
489
|
-
"isTagged": true,
|
|
490
|
-
"tag": "@pie-element/ebsr-controller@5.0.0"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"type": "fix",
|
|
494
|
-
"scope": null,
|
|
495
|
-
"subject": "bump ui versions",
|
|
496
|
-
"merge": null,
|
|
497
|
-
"header": "fix: bump ui versions",
|
|
498
|
-
"body": null,
|
|
499
|
-
"footer": null,
|
|
500
|
-
"notes": [],
|
|
501
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
502
|
-
"gitTags": "",
|
|
503
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
504
|
-
"isTagged": true,
|
|
505
|
-
"tag": "@pie-element/ebsr-controller@5.1.0"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"type": "fix",
|
|
509
|
-
"scope": null,
|
|
510
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
511
|
-
"merge": null,
|
|
512
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
513
|
-
"body": null,
|
|
514
|
-
"footer": null,
|
|
515
|
-
"notes": [],
|
|
516
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
517
|
-
"gitTags": " (develop)",
|
|
518
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
519
|
-
"isTagged": true,
|
|
520
|
-
"tag": "@pie-element/ebsr-controller@5.1.1"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"type": "fix",
|
|
524
|
-
"scope": null,
|
|
525
|
-
"subject": "PD-90 Part Labels don't show up when multiple ebsr-elements are on the same page.",
|
|
526
|
-
"merge": null,
|
|
527
|
-
"header": "fix: PD-90 Part Labels don't show up when multiple ebsr-elements are on the same page.",
|
|
528
|
-
"body": null,
|
|
529
|
-
"footer": null,
|
|
530
|
-
"notes": [],
|
|
531
|
-
"hash": "d682379eb14b50537eccb418892fa23dff797db9",
|
|
532
|
-
"gitTags": " (origin/fix/PD-90/default-value-for-ebsr-part-labels)",
|
|
533
|
-
"committerDate": "2020-04-13 18:51:52 +0300",
|
|
534
|
-
"isTagged": true,
|
|
535
|
-
"tag": "@pie-element/ebsr-controller@5.1.2"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"type": "fix",
|
|
539
|
-
"scope": null,
|
|
540
|
-
"subject": "bump ui/lib versions",
|
|
541
|
-
"merge": null,
|
|
542
|
-
"header": "fix: bump ui/lib versions",
|
|
543
|
-
"body": null,
|
|
544
|
-
"footer": null,
|
|
545
|
-
"notes": [],
|
|
546
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
547
|
-
"gitTags": "",
|
|
548
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
549
|
-
"isTagged": true,
|
|
550
|
-
"tag": "@pie-element/ebsr-controller@5.1.3"
|
|
551
|
-
}
|
|
552
|
-
]
|