@ot-builder/var-store
Advanced tools
@@ -9,3 +9,3 @@ "use strict"; | ||
| TvhSetFlags[TvhSetFlags["COUNT_MASK"] = 4095] = "COUNT_MASK"; | ||
| })(TvhSetFlags = exports.TvhSetFlags || (exports.TvhSetFlags = {})); | ||
| })(TvhSetFlags || (exports.TvhSetFlags = TvhSetFlags = {})); | ||
| var TvhFlags; | ||
@@ -18,3 +18,3 @@ (function (TvhFlags) { | ||
| TvhFlags[TvhFlags["TUPLE_INDEX_MASK"] = 4095] = "TUPLE_INDEX_MASK"; | ||
| })(TvhFlags = exports.TvhFlags || (exports.TvhFlags = {})); | ||
| })(TvhFlags || (exports.TvhFlags = TvhFlags = {})); | ||
| //# sourceMappingURL=flags.js.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
| DeltaRunFlags[DeltaRunFlags["DELTA_RUN_COUNT_MASK"] = 63] = "DELTA_RUN_COUNT_MASK"; | ||
| })(DeltaRunFlags = exports.DeltaRunFlags || (exports.DeltaRunFlags = {})); | ||
| })(DeltaRunFlags || (exports.DeltaRunFlags = DeltaRunFlags = {})); | ||
| var DeltaRunType; | ||
@@ -18,3 +18,3 @@ (function (DeltaRunType) { | ||
| DeltaRunType[DeltaRunType["Long"] = 2] = "Long"; | ||
| })(DeltaRunType = exports.DeltaRunType || (exports.DeltaRunType = {})); | ||
| })(DeltaRunType || (exports.DeltaRunType = DeltaRunType = {})); | ||
| exports.DeltaRun = { | ||
@@ -59,3 +59,3 @@ read(view, deltasParsed, points, deltas) { | ||
| PointNumberFlags[PointNumberFlags["POINT_RUN_COUNT_MASK"] = 127] = "POINT_RUN_COUNT_MASK"; | ||
| })(PointNumberFlags = exports.PointNumberFlags || (exports.PointNumberFlags = {})); | ||
| })(PointNumberFlags || (exports.PointNumberFlags = PointNumberFlags = {})); | ||
| var PointNumberRunType; | ||
@@ -65,3 +65,3 @@ (function (PointNumberRunType) { | ||
| PointNumberRunType[PointNumberRunType["Long"] = 1] = "Long"; | ||
| })(PointNumberRunType = exports.PointNumberRunType || (exports.PointNumberRunType = {})); | ||
| })(PointNumberRunType || (exports.PointNumberRunType = PointNumberRunType = {})); | ||
| exports.PointNumberRun = { | ||
@@ -218,3 +218,3 @@ read(view, currentPoint, points) { | ||
| DeltaRunDp.Writer = Writer; | ||
| })(DeltaRunDp = exports.DeltaRunDp || (exports.DeltaRunDp = {})); | ||
| })(DeltaRunDp || (exports.DeltaRunDp = DeltaRunDp = {})); | ||
| var PointNumberRunDp; | ||
@@ -313,3 +313,3 @@ (function (PointNumberRunDp) { | ||
| PointNumberRunDp.Writer = Writer; | ||
| })(PointNumberRunDp = exports.PointNumberRunDp || (exports.PointNumberRunDp = {})); | ||
| })(PointNumberRunDp || (exports.PointNumberRunDp = PointNumberRunDp = {})); | ||
| //# sourceMappingURL=runs.js.map |
+10
-10
| { | ||
| "name": "@ot-builder/var-store", | ||
| "description": "", | ||
| "version": "1.6.4", | ||
| "version": "1.7.0", | ||
| "license": "MIT", | ||
@@ -27,16 +27,16 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-composite-types": "1.6.4", | ||
| "@ot-builder/bin-util": "1.6.4", | ||
| "@ot-builder/common-impl": "1.6.4", | ||
| "@ot-builder/errors": "1.6.4", | ||
| "@ot-builder/prelude": "1.6.4", | ||
| "@ot-builder/primitive": "1.6.4", | ||
| "@ot-builder/variance": "1.6.4", | ||
| "@ot-builder/bin-composite-types": "1.7.0", | ||
| "@ot-builder/bin-util": "1.7.0", | ||
| "@ot-builder/common-impl": "1.7.0", | ||
| "@ot-builder/errors": "1.7.0", | ||
| "@ot-builder/prelude": "1.7.0", | ||
| "@ot-builder/primitive": "1.7.0", | ||
| "@ot-builder/variance": "1.7.0", | ||
| "tslib": "^2.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@ot-builder/test-util": "1.6.4", | ||
| "@ot-builder/test-util": "1.7.0", | ||
| "@types/jest": "^26.0.23", | ||
| "jest": "^29.3.1" | ||
| "jest": "^29.6.2" | ||
| } | ||
| } |
-1427
| { | ||
| "name": "@ot-builder/var-store", | ||
| "entries": [ | ||
| { | ||
| "date": "Sat, 22 Apr 2023 11:20:08 GMT", | ||
| "tag": "@ot-builder/var-store_v1.6.4", | ||
| "version": "1.6.4", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.6.4", | ||
| "commit": "d9628c0eeaf0d499cbfe887f6fa5257504afe3f0" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 22 Apr 2023 01:01:14 GMT", | ||
| "tag": "@ot-builder/var-store_v1.6.3", | ||
| "version": "1.6.3", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.6.3", | ||
| "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 15 Apr 2023 01:06:43 GMT", | ||
| "tag": "@ot-builder/var-store_v1.6.2", | ||
| "version": "1.6.2", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.6.2", | ||
| "commit": "904070a829a8f0464bb379923786f95a40dbbbb9" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 28 Jan 2023 01:12:19 GMT", | ||
| "tag": "@ot-builder/var-store_v1.6.1", | ||
| "version": "1.6.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4", | ||
| "comment": "Bump deps and fix doc build" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.6.1", | ||
| "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 21 Jan 2023 01:10:00 GMT", | ||
| "tag": "@ot-builder/var-store_v1.6.0", | ||
| "version": "1.6.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.6.0", | ||
| "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 03 Dec 2022 01:09:39 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.5", | ||
| "version": "1.5.5", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd", | ||
| "comment": "Optimize iup-optimizer" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.5", | ||
| "commit": "f1f80856c651056bcdc805f284f0580c49af80fd" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 09 Jul 2022 01:52:09 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.4", | ||
| "version": "1.5.4", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.4", | ||
| "commit": "9b9e8a2330ef867a8b7166d554fed1f23188b8b0" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Fri, 24 Jun 2022 07:05:26 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.3", | ||
| "version": "1.5.3", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.3", | ||
| "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 30 Apr 2022 01:52:52 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.2", | ||
| "version": "1.5.2", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.2", | ||
| "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 02 Apr 2022 01:40:06 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.1", | ||
| "version": "1.5.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.1", | ||
| "commit": "f87981f0891315771cda43fb56a3d8e85731a0af" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 26 Mar 2022 01:37:00 GMT", | ||
| "tag": "@ot-builder/var-store_v1.5.0", | ||
| "version": "1.5.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.5.0", | ||
| "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 26 Feb 2022 01:27:19 GMT", | ||
| "tag": "@ot-builder/var-store_v1.4.0", | ||
| "version": "1.4.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "d5ef5ade3424ec81b7545c9967badddeb9cc8f1b", | ||
| "comment": "Enhance OTBCLI with better subset, drop and transform-glyphs" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.4.0", | ||
| "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 18 Dec 2021 01:19:54 GMT", | ||
| "tag": "@ot-builder/var-store_v1.3.3", | ||
| "version": "1.3.3", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71", | ||
| "comment": "Optimize frag unifier" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.3.3", | ||
| "commit": "df0486c2b6942815176c652a3150870ba8eacc71" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 11 Dec 2021 01:10:33 GMT", | ||
| "tag": "@ot-builder/var-store_v1.3.2", | ||
| "version": "1.3.2", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f", | ||
| "comment": "IVS support for multi-ary entries" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.3.2", | ||
| "commit": "16fbf473bb09d152080e6f8eaca772f2bf20299f" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 13 Nov 2021 01:06:17 GMT", | ||
| "tag": "@ot-builder/var-store_v1.3.1", | ||
| "version": "1.3.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f", | ||
| "comment": "Add support for DeltaSetIndexMap v1" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.3.1", | ||
| "commit": "98f8cd01e51e2d1837d83598afacc5c1502d143f" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 16 Oct 2021 01:18:42 GMT", | ||
| "tag": "@ot-builder/var-store_v1.3.0", | ||
| "version": "1.3.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.3.0", | ||
| "commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 09 Oct 2021 01:06:40 GMT", | ||
| "tag": "@ot-builder/var-store_v1.2.0", | ||
| "version": "1.2.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.2.0", | ||
| "commit": "cd0361ffd9d2fc5081804b14f9bfddc7fe296008" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 25 Sep 2021 01:08:03 GMT", | ||
| "tag": "@ot-builder/var-store_v1.1.2", | ||
| "version": "1.1.2", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/bin-util to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/common-impl to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/errors to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/prelude to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/primitive to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/variance to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| }, | ||
| { | ||
| "author": "beachball", | ||
| "package": "@ot-builder/var-store", | ||
| "comment": "Bump @ot-builder/test-util to v1.1.2", | ||
| "commit": "ef0cdbe0d09a64a7f2ed4f86c9158fa9d8fe699f" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 11 Sep 2021 01:09:21 GMT", | ||
| "tag": "@ot-builder/var-store_v1.1.1", | ||
| "version": "1.1.1", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "package": "@ot-builder/var-store", | ||
| "commit": "28bc4c48910f10dcabb090ab68e610ce499caa95", | ||
| "comment": "Bump @ot-builder/var-store to v1.1.1" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 18 Jul 2021 02:14:19 GMT", | ||
| "tag": "@ot-builder/var-store_v1.1.0", | ||
| "version": "1.1.0", | ||
| "comments": { | ||
| "minor": [ | ||
| { | ||
| "comment": "Cleanup unnecessary namespaces", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "c79ab97437319873bfe49602a21eab95d78083e3", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/var-store to v1.1.0", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "c79ab97437319873bfe49602a21eab95d78083e3", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 17 Jul 2021 01:08:07 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.11", | ||
| "version": "1.0.11", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Bump @ot-builder/var-store to v1.0.11", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "7f243f6eb75ed28e2d367af7ed0423d0327529ff", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 03 Jul 2021 01:07:58 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.10", | ||
| "version": "1.0.10", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Bump @ot-builder/var-store to v1.0.10", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "09e4766daf9cbbac090bfbd958c0496becde30e6", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 05 Jun 2021 01:38:42 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.9", | ||
| "version": "1.0.9", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Bump @ot-builder/var-store to v1.0.9", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "80e143620017342699ae8f221ed1593d4a9ffc76", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 22 May 2021 01:16:00 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.7", | ||
| "version": "1.0.7", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Fix eslint", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "211814830d74a229043d5e813e38b59c0048d4a2", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 15 May 2021 06:59:10 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.6", | ||
| "version": "1.0.6", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Add publishConfig to sub-packages", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "ed593f939f111c801ccdffd8e8da2114f7f0f3c0", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Further fixup publish config", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "3e9817b7c9f5cf850546191dde54ce42c2ecee05", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 10 Apr 2021 01:18:31 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.4", | ||
| "version": "1.0.4", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Add support for long deltas", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "969bcab10d4fb9e28a966d39a526c58369827090", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 27 Feb 2021 08:18:21 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.3", | ||
| "version": "1.0.3", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Upgrade to TS 4.2.2", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "c9a29938dc1f00c97b5feb92eae81670c9d6e57a", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 20 Feb 2021 00:57:43 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.2", | ||
| "version": "1.0.2", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "CFF: Cleanup stack value building by using CReadTimeIVS::BuildValue", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "8ca7995342c07e516e323970b598c8230e31a3e9", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sat, 16 Jan 2021 01:31:22 GMT", | ||
| "tag": "@ot-builder/var-store_v1.0.0", | ||
| "version": "1.0.0", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Bump @ot-builder/variance to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/test-util to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/primitive to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/prelude to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/bin-composite-types to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/bin-util to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/common-impl to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Bump @ot-builder/errors to v1.0.0", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "d542d28ca2ab0db8873cf4426fc325cb4924ae8f", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Mon, 23 Nov 2020 01:14:22 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.34", | ||
| "version": "0.10.34", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "OT184 IVD change", | ||
| "author": "c@cyano.cn", | ||
| "commit": "b1e4ea8a6fc06fa40af892956f275194b439fb9c", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 11 Oct 2020 00:13:03 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.29", | ||
| "version": "0.10.29", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Add repository data to Packages' package.json", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "cf9c159d8036dee65dd8819cc1e8df5feecd87bc", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 23 Aug 2020 00:15:35 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.19", | ||
| "version": "0.10.19", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Upgrade to TypeScript 4", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "93a38332682c1182025ff4c6ad15b56a06bee0bb", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 19 Jul 2020 00:10:47 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.16", | ||
| "version": "0.10.16", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Lint: Add explicit visibility", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "48ae27cef58deb3d98ff0f449512607514609019", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 21 Jun 2020 00:10:05 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.12", | ||
| "version": "0.10.12", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Upgrade dependencies", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "8306bc7722ea5324c16ce5b91e797c6aa2fb3af6", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 17 May 2020 05:28:46 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.9", | ||
| "version": "0.10.9", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Update tslib dep version", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "7019f9ba1aa3b2495d36d0bf9449bfd6dfc8406d", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 17 May 2020 03:58:40 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.8", | ||
| "version": "0.10.8", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Move data types in Ot.Var from structs to classes.", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "f709bd6066c732494b3b6fc15d7d2bc39e44a4e6", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Sun, 03 May 2020 00:09:28 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.7", | ||
| "version": "0.10.7", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Remove unnecessary console.log's", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "764ea2f80ad1ecf66d1294b49e9f526e0f184538", | ||
| "package": "@ot-builder/var-store" | ||
| }, | ||
| { | ||
| "comment": "Make Ot.Var.Dim a class instead of a literal type.", | ||
| "author": "belleve@typeof.net", | ||
| "commit": "cde612316e2a0aabeee1f0395e43429e05c9b27e", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "date": "Mon, 20 Apr 2020 06:43:41 GMT", | ||
| "tag": "@ot-builder/var-store_v0.10.5", | ||
| "version": "0.10.5", | ||
| "comments": { | ||
| "patch": [ | ||
| { | ||
| "comment": "Force republish -- try 2", | ||
| "author": "otbbuilder-dev@users.noreply.github.com", | ||
| "commit": "b840fb34be36255312dc32dae4573d9cdf4fd568", | ||
| "package": "@ot-builder/var-store" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
-451
| # Change Log - @ot-builder/var-store | ||
| This log was last generated on Sat, 22 Apr 2023 11:20:08 GMT and should not be manually modified. | ||
| <!-- Start content --> | ||
| ## 1.6.4 | ||
| Sat, 22 Apr 2023 11:20:08 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.6.4 | ||
| - Bump @ot-builder/bin-util to v1.6.4 | ||
| - Bump @ot-builder/common-impl to v1.6.4 | ||
| - Bump @ot-builder/errors to v1.6.4 | ||
| - Bump @ot-builder/prelude to v1.6.4 | ||
| - Bump @ot-builder/primitive to v1.6.4 | ||
| - Bump @ot-builder/variance to v1.6.4 | ||
| - Bump @ot-builder/test-util to v1.6.4 | ||
| ## 1.6.3 | ||
| Sat, 22 Apr 2023 01:01:14 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.6.3 | ||
| - Bump @ot-builder/bin-util to v1.6.3 | ||
| - Bump @ot-builder/common-impl to v1.6.3 | ||
| - Bump @ot-builder/errors to v1.6.3 | ||
| - Bump @ot-builder/prelude to v1.6.3 | ||
| - Bump @ot-builder/primitive to v1.6.3 | ||
| - Bump @ot-builder/variance to v1.6.3 | ||
| - Bump @ot-builder/test-util to v1.6.3 | ||
| ## 1.6.2 | ||
| Sat, 15 Apr 2023 01:06:43 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.6.2 | ||
| - Bump @ot-builder/bin-util to v1.6.2 | ||
| - Bump @ot-builder/common-impl to v1.6.2 | ||
| - Bump @ot-builder/errors to v1.6.2 | ||
| - Bump @ot-builder/prelude to v1.6.2 | ||
| - Bump @ot-builder/primitive to v1.6.2 | ||
| - Bump @ot-builder/variance to v1.6.2 | ||
| - Bump @ot-builder/test-util to v1.6.2 | ||
| ## 1.6.1 | ||
| Sat, 28 Jan 2023 01:12:19 GMT | ||
| ### Patches | ||
| - Bump deps and fix doc build (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.6.1 | ||
| - Bump @ot-builder/bin-util to v1.6.1 | ||
| - Bump @ot-builder/common-impl to v1.6.1 | ||
| - Bump @ot-builder/errors to v1.6.1 | ||
| - Bump @ot-builder/prelude to v1.6.1 | ||
| - Bump @ot-builder/primitive to v1.6.1 | ||
| - Bump @ot-builder/variance to v1.6.1 | ||
| - Bump @ot-builder/test-util to v1.6.1 | ||
| ## 1.6.0 | ||
| Sat, 21 Jan 2023 01:10:00 GMT | ||
| ### Minor changes | ||
| - Bump @ot-builder/bin-composite-types to v1.6.0 | ||
| - Bump @ot-builder/bin-util to v1.6.0 | ||
| - Bump @ot-builder/common-impl to v1.6.0 | ||
| - Bump @ot-builder/errors to v1.6.0 | ||
| - Bump @ot-builder/prelude to v1.6.0 | ||
| - Bump @ot-builder/primitive to v1.6.0 | ||
| - Bump @ot-builder/variance to v1.6.0 | ||
| - Bump @ot-builder/test-util to v1.6.0 | ||
| ## 1.5.5 | ||
| Sat, 03 Dec 2022 01:09:39 GMT | ||
| ### Patches | ||
| - Optimize iup-optimizer (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.5.5 | ||
| - Bump @ot-builder/bin-util to v1.5.5 | ||
| - Bump @ot-builder/common-impl to v1.5.5 | ||
| - Bump @ot-builder/errors to v1.5.5 | ||
| - Bump @ot-builder/prelude to v1.5.5 | ||
| - Bump @ot-builder/primitive to v1.5.5 | ||
| - Bump @ot-builder/variance to v1.5.5 | ||
| - Bump @ot-builder/test-util to v1.5.5 | ||
| ## 1.5.4 | ||
| Sat, 09 Jul 2022 01:52:09 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.5.4 | ||
| - Bump @ot-builder/bin-util to v1.5.4 | ||
| - Bump @ot-builder/common-impl to v1.5.4 | ||
| - Bump @ot-builder/errors to v1.5.4 | ||
| - Bump @ot-builder/prelude to v1.5.4 | ||
| - Bump @ot-builder/primitive to v1.5.4 | ||
| - Bump @ot-builder/variance to v1.5.4 | ||
| - Bump @ot-builder/test-util to v1.5.4 | ||
| ## 1.5.3 | ||
| Fri, 24 Jun 2022 07:05:26 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.5.3 | ||
| - Bump @ot-builder/bin-util to v1.5.3 | ||
| - Bump @ot-builder/common-impl to v1.5.3 | ||
| - Bump @ot-builder/errors to v1.5.3 | ||
| - Bump @ot-builder/prelude to v1.5.3 | ||
| - Bump @ot-builder/primitive to v1.5.3 | ||
| - Bump @ot-builder/variance to v1.5.3 | ||
| - Bump @ot-builder/test-util to v1.5.3 | ||
| ## 1.5.2 | ||
| Sat, 30 Apr 2022 01:52:52 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.5.2 | ||
| - Bump @ot-builder/bin-util to v1.5.2 | ||
| - Bump @ot-builder/common-impl to v1.5.2 | ||
| - Bump @ot-builder/errors to v1.5.2 | ||
| - Bump @ot-builder/prelude to v1.5.2 | ||
| - Bump @ot-builder/primitive to v1.5.2 | ||
| - Bump @ot-builder/variance to v1.5.2 | ||
| - Bump @ot-builder/test-util to v1.5.2 | ||
| ## 1.5.1 | ||
| Sat, 02 Apr 2022 01:40:06 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.5.1 | ||
| - Bump @ot-builder/bin-util to v1.5.1 | ||
| - Bump @ot-builder/common-impl to v1.5.1 | ||
| - Bump @ot-builder/errors to v1.5.1 | ||
| - Bump @ot-builder/prelude to v1.5.1 | ||
| - Bump @ot-builder/primitive to v1.5.1 | ||
| - Bump @ot-builder/variance to v1.5.1 | ||
| - Bump @ot-builder/test-util to v1.5.1 | ||
| ## 1.5.0 | ||
| Sat, 26 Mar 2022 01:37:00 GMT | ||
| ### Minor changes | ||
| - Bump @ot-builder/bin-composite-types to v1.5.0 | ||
| - Bump @ot-builder/bin-util to v1.5.0 | ||
| - Bump @ot-builder/common-impl to v1.5.0 | ||
| - Bump @ot-builder/errors to v1.5.0 | ||
| - Bump @ot-builder/prelude to v1.5.0 | ||
| - Bump @ot-builder/primitive to v1.5.0 | ||
| - Bump @ot-builder/variance to v1.5.0 | ||
| - Bump @ot-builder/test-util to v1.5.0 | ||
| ## 1.4.0 | ||
| Sat, 26 Feb 2022 01:27:19 GMT | ||
| ### Minor changes | ||
| - Enhance OTBCLI with better subset, drop and transform-glyphs (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.4.0 | ||
| - Bump @ot-builder/bin-util to v1.4.0 | ||
| - Bump @ot-builder/common-impl to v1.4.0 | ||
| - Bump @ot-builder/errors to v1.4.0 | ||
| - Bump @ot-builder/prelude to v1.4.0 | ||
| - Bump @ot-builder/primitive to v1.4.0 | ||
| - Bump @ot-builder/variance to v1.4.0 | ||
| - Bump @ot-builder/test-util to v1.4.0 | ||
| ## 1.3.3 | ||
| Sat, 18 Dec 2021 01:19:54 GMT | ||
| ### Patches | ||
| - Optimize frag unifier (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.3.3 | ||
| - Bump @ot-builder/bin-util to v1.3.3 | ||
| - Bump @ot-builder/common-impl to v1.3.3 | ||
| - Bump @ot-builder/errors to v1.3.3 | ||
| - Bump @ot-builder/prelude to v1.3.3 | ||
| - Bump @ot-builder/primitive to v1.3.3 | ||
| - Bump @ot-builder/variance to v1.3.3 | ||
| - Bump @ot-builder/test-util to v1.3.3 | ||
| ## 1.3.2 | ||
| Sat, 11 Dec 2021 01:10:33 GMT | ||
| ### Patches | ||
| - IVS support for multi-ary entries (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.3.2 | ||
| - Bump @ot-builder/bin-util to v1.3.2 | ||
| - Bump @ot-builder/common-impl to v1.3.2 | ||
| - Bump @ot-builder/errors to v1.3.2 | ||
| - Bump @ot-builder/prelude to v1.3.2 | ||
| - Bump @ot-builder/primitive to v1.3.2 | ||
| - Bump @ot-builder/variance to v1.3.2 | ||
| - Bump @ot-builder/test-util to v1.3.2 | ||
| ## 1.3.1 | ||
| Sat, 13 Nov 2021 01:06:17 GMT | ||
| ### Patches | ||
| - Add support for DeltaSetIndexMap v1 (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/bin-composite-types to v1.3.1 | ||
| - Bump @ot-builder/bin-util to v1.3.1 | ||
| - Bump @ot-builder/common-impl to v1.3.1 | ||
| - Bump @ot-builder/errors to v1.3.1 | ||
| - Bump @ot-builder/prelude to v1.3.1 | ||
| - Bump @ot-builder/primitive to v1.3.1 | ||
| - Bump @ot-builder/variance to v1.3.1 | ||
| - Bump @ot-builder/test-util to v1.3.1 | ||
| ## 1.3.0 | ||
| Sat, 16 Oct 2021 01:18:42 GMT | ||
| ### Minor changes | ||
| - Bump @ot-builder/bin-composite-types to v1.3.0 | ||
| - Bump @ot-builder/bin-util to v1.3.0 | ||
| - Bump @ot-builder/common-impl to v1.3.0 | ||
| - Bump @ot-builder/errors to v1.3.0 | ||
| - Bump @ot-builder/prelude to v1.3.0 | ||
| - Bump @ot-builder/primitive to v1.3.0 | ||
| - Bump @ot-builder/variance to v1.3.0 | ||
| - Bump @ot-builder/test-util to v1.3.0 | ||
| ## 1.2.0 | ||
| Sat, 09 Oct 2021 01:06:40 GMT | ||
| ### Minor changes | ||
| - Bump @ot-builder/bin-composite-types to v1.2.0 | ||
| - Bump @ot-builder/bin-util to v1.2.0 | ||
| - Bump @ot-builder/common-impl to v1.2.0 | ||
| - Bump @ot-builder/errors to v1.2.0 | ||
| - Bump @ot-builder/prelude to v1.2.0 | ||
| - Bump @ot-builder/primitive to v1.2.0 | ||
| - Bump @ot-builder/variance to v1.2.0 | ||
| - Bump @ot-builder/test-util to v1.2.0 | ||
| ## 1.1.2 | ||
| Sat, 25 Sep 2021 01:08:03 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/bin-composite-types to v1.1.2 | ||
| - Bump @ot-builder/bin-util to v1.1.2 | ||
| - Bump @ot-builder/common-impl to v1.1.2 | ||
| - Bump @ot-builder/errors to v1.1.2 | ||
| - Bump @ot-builder/prelude to v1.1.2 | ||
| - Bump @ot-builder/primitive to v1.1.2 | ||
| - Bump @ot-builder/variance to v1.1.2 | ||
| - Bump @ot-builder/test-util to v1.1.2 | ||
| ## 1.1.1 | ||
| Sat, 11 Sep 2021 01:09:21 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/var-store to v1.1.1 (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.1.0 | ||
| Sun, 18 Jul 2021 02:14:19 GMT | ||
| ### Minor changes | ||
| - Cleanup unnecessary namespaces (otbbuilder-dev@users.noreply.github.com) | ||
| - Bump @ot-builder/var-store to v1.1.0 (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.11 | ||
| Sat, 17 Jul 2021 01:08:07 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/var-store to v1.0.11 (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.10 | ||
| Sat, 03 Jul 2021 01:07:58 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/var-store to v1.0.10 (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.9 | ||
| Sat, 05 Jun 2021 01:38:42 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/var-store to v1.0.9 (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.7 | ||
| Sat, 22 May 2021 01:16:00 GMT | ||
| ### Patches | ||
| - Fix eslint (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.6 | ||
| Sat, 15 May 2021 06:59:10 GMT | ||
| ### Patches | ||
| - Add publishConfig to sub-packages (otbbuilder-dev@users.noreply.github.com) | ||
| - Further fixup publish config (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.4 | ||
| Sat, 10 Apr 2021 01:18:31 GMT | ||
| ### Patches | ||
| - Add support for long deltas (otbbuilder-dev@users.noreply.github.com) | ||
| ## 1.0.3 | ||
| Sat, 27 Feb 2021 08:18:21 GMT | ||
| ### Patches | ||
| - Upgrade to TS 4.2.2 (belleve@typeof.net) | ||
| ## 1.0.2 | ||
| Sat, 20 Feb 2021 00:57:43 GMT | ||
| ### Patches | ||
| - CFF: Cleanup stack value building by using CReadTimeIVS::BuildValue (belleve@typeof.net) | ||
| ## 1.0.0 | ||
| Sat, 16 Jan 2021 01:31:22 GMT | ||
| ### Patches | ||
| - Bump @ot-builder/variance to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/test-util to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/primitive to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/prelude to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/bin-composite-types to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/bin-util to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/common-impl to v1.0.0 (belleve@typeof.net) | ||
| - Bump @ot-builder/errors to v1.0.0 (belleve@typeof.net) | ||
| ## 0.10.34 | ||
| Mon, 23 Nov 2020 01:14:22 GMT | ||
| ### Patches | ||
| - OT184 IVD change (c@cyano.cn) | ||
| ## 0.10.29 | ||
| Sun, 11 Oct 2020 00:13:03 GMT | ||
| ### Patches | ||
| - Add repository data to Packages' package.json (otbbuilder-dev@users.noreply.github.com) | ||
| ## 0.10.19 | ||
| Sun, 23 Aug 2020 00:15:35 GMT | ||
| ### Patches | ||
| - Upgrade to TypeScript 4 (belleve@typeof.net) | ||
| ## 0.10.16 | ||
| Sun, 19 Jul 2020 00:10:47 GMT | ||
| ### Patches | ||
| - Lint: Add explicit visibility (belleve@typeof.net) | ||
| ## 0.10.12 | ||
| Sun, 21 Jun 2020 00:10:05 GMT | ||
| ### Patches | ||
| - Upgrade dependencies (belleve@typeof.net) | ||
| ## 0.10.9 | ||
| Sun, 17 May 2020 05:28:46 GMT | ||
| ### Patches | ||
| - Update tslib dep version (otbbuilder-dev@users.noreply.github.com) | ||
| ## 0.10.8 | ||
| Sun, 17 May 2020 03:58:40 GMT | ||
| ### Patches | ||
| - Move data types in Ot.Var from structs to classes. (belleve@typeof.net) | ||
| ## 0.10.7 | ||
| Sun, 03 May 2020 00:09:28 GMT | ||
| ### Patches | ||
| - Remove unnecessary console.log's (belleve@typeof.net) | ||
| - Make Ot.Var.Dim a class instead of a literal type. (belleve@typeof.net) | ||
| ## 0.10.5 | ||
| Mon, 20 Apr 2020 06:43:41 GMT | ||
| ### Patches | ||
| - Force republish -- try 2 (otbbuilder-dev@users.noreply.github.com) |
79918
-43.25%31
-6.06%1957
-42.17%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated