@reventlessdev/online-shop-aggregates-catalog 3.0.0-alpha.101
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/CHANGELOG.md +854 -0
- package/LICENSE +202 -0
- package/__mocks__/emptyModule.js +1 -0
- package/lib/bs/.compiler.log +2 -0
- package/lib/bs/CatalogPlugin.cmi +0 -0
- package/lib/bs/CatalogPlugin.cmj +0 -0
- package/lib/bs/CatalogPlugin.cmt +0 -0
- package/lib/bs/CatalogPlugin.mlmap +25 -0
- package/lib/bs/build.ninja +0 -0
- package/lib/bs/compiler-info.json +8 -0
- package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Category/Aggregate/Category-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Category/Aggregate/Category.ast +0 -0
- package/lib/bs/src/Category/Aggregate/Category.res +22 -0
- package/lib/bs/src/Category/Aggregate/Category.res.mjs +61 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior.ast +0 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior.res +36 -0
- package/lib/bs/src/Category/Aggregate/Category_Behavior.res.mjs +106 -0
- package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Category/ReadModel/Categories-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Category/ReadModel/Categories.ast +0 -0
- package/lib/bs/src/Category/ReadModel/Categories.res +11 -0
- package/lib/bs/src/Category/ReadModel/Categories.res.mjs +35 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections.ast +0 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections.res +19 -0
- package/lib/bs/src/Category/ReadModel/Categories_Projections.res.mjs +75 -0
- package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Extension/Orders_Extension-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Extension/Orders_Extension.ast +0 -0
- package/lib/bs/src/Extension/Orders_Extension.res +23 -0
- package/lib/bs/src/Extension/Orders_Extension.res.mjs +42 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.ast +0 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.res +19 -0
- package/lib/bs/src/ExtensionPoint/Products_ExtensionPointMapping.res.mjs +56 -0
- package/lib/bs/src/Plugin-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Plugin-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Plugin-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Plugin.ast +0 -0
- package/lib/bs/src/Plugin.res +65 -0
- package/lib/bs/src/Plugin.res.mjs +222 -0
- package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Product/Aggregate/Product-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Product/Aggregate/Product.ast +0 -0
- package/lib/bs/src/Product/Aggregate/Product.res +23 -0
- package/lib/bs/src/Product/Aggregate/Product.res.mjs +71 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior.ast +0 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior.res +38 -0
- package/lib/bs/src/Product/Aggregate/Product_Behavior.res.mjs +150 -0
- package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Product/ReadModel/Products-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Product/ReadModel/Products.ast +0 -0
- package/lib/bs/src/Product/ReadModel/Products.res +12 -0
- package/lib/bs/src/Product/ReadModel/Products.res.mjs +36 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections.ast +0 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections.res +22 -0
- package/lib/bs/src/Product/ReadModel/Products_Projections.res.mjs +91 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.ast +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.res +20 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand.res.mjs +51 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.ast +0 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.res +39 -0
- package/lib/bs/src/ProductDemand/Aggregate/ProductDemand_Behavior.res.mjs +102 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.ast +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.res +8 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands.res.mjs +35 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.ast +0 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.res +36 -0
- package/lib/bs/src/ProductDemand/ReadModel/ProductDemands_Projections.res.mjs +99 -0
- package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmi +0 -0
- package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmj +0 -0
- package/lib/bs/src/Task/ImportProducts-CatalogPlugin.cmt +0 -0
- package/lib/bs/src/Task/ImportProducts.ast +0 -0
- package/lib/bs/src/Task/ImportProducts.res +48 -0
- package/lib/bs/src/Task/ImportProducts.res.mjs +58 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT.ast +0 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT.res +51 -0
- package/lib/bs/tests/Category/Aggregate/Category_GWT.res.mjs +125 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT.ast +0 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT.res +21 -0
- package/lib/bs/tests/Category/ReadModel/Categories_GWT.res.mjs +88 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT.ast +0 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT.res +21 -0
- package/lib/bs/tests/Extension/Orders_Extension_GWT.res.mjs +105 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.ast +0 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res +31 -0
- package/lib/bs/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res.mjs +114 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT.ast +0 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT.res +69 -0
- package/lib/bs/tests/Product/Aggregate/Product_GWT.res.mjs +166 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT.ast +0 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT.res +27 -0
- package/lib/bs/tests/Product/ReadModel/Products_GWT.res.mjs +113 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.ast +0 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.res +39 -0
- package/lib/bs/tests/ProductDemand/Aggregate/ProductDemand_GWT.res.mjs +114 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmi +0 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmj +0 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT-CatalogPlugin.cmt +0 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.ast +0 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.res +56 -0
- package/lib/bs/tests/ProductDemand/ReadModel/ProductDemands_GWT.res.mjs +73 -0
- package/lib/ocaml/.compiler.log +2 -0
- package/lib/ocaml/CatalogPlugin.cmi +0 -0
- package/lib/ocaml/CatalogPlugin.cmj +0 -0
- package/lib/ocaml/CatalogPlugin.cmt +0 -0
- package/lib/ocaml/CatalogPlugin.mlmap +25 -0
- package/lib/ocaml/Categories-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Categories-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Categories-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Categories.ast +0 -0
- package/lib/ocaml/Categories.res +11 -0
- package/lib/ocaml/Categories_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Categories_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Categories_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Categories_GWT.ast +0 -0
- package/lib/ocaml/Categories_GWT.res +21 -0
- package/lib/ocaml/Categories_Projections-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Categories_Projections-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Categories_Projections-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Categories_Projections.ast +0 -0
- package/lib/ocaml/Categories_Projections.res +19 -0
- package/lib/ocaml/Category-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Category-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Category-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Category.ast +0 -0
- package/lib/ocaml/Category.res +22 -0
- package/lib/ocaml/Category_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Category_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Category_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Category_Behavior.ast +0 -0
- package/lib/ocaml/Category_Behavior.res +36 -0
- package/lib/ocaml/Category_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Category_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Category_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Category_GWT.ast +0 -0
- package/lib/ocaml/Category_GWT.res +51 -0
- package/lib/ocaml/ImportProducts-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ImportProducts-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ImportProducts-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ImportProducts.ast +0 -0
- package/lib/ocaml/ImportProducts.res +48 -0
- package/lib/ocaml/Orders_Extension-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Orders_Extension-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Orders_Extension-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Orders_Extension.ast +0 -0
- package/lib/ocaml/Orders_Extension.res +23 -0
- package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Orders_Extension_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Orders_Extension_GWT.ast +0 -0
- package/lib/ocaml/Orders_Extension_GWT.res +21 -0
- package/lib/ocaml/Plugin-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Plugin-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Plugin-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Plugin.ast +0 -0
- package/lib/ocaml/Plugin.res +65 -0
- package/lib/ocaml/Product-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Product-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Product-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Product.ast +0 -0
- package/lib/ocaml/Product.res +23 -0
- package/lib/ocaml/ProductDemand-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemand-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemand-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemand.ast +0 -0
- package/lib/ocaml/ProductDemand.res +20 -0
- package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemand_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemand_Behavior.ast +0 -0
- package/lib/ocaml/ProductDemand_Behavior.res +39 -0
- package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemand_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemand_GWT.ast +0 -0
- package/lib/ocaml/ProductDemand_GWT.res +39 -0
- package/lib/ocaml/ProductDemands-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemands-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemands-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemands.ast +0 -0
- package/lib/ocaml/ProductDemands.res +8 -0
- package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemands_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemands_GWT.ast +0 -0
- package/lib/ocaml/ProductDemands_GWT.res +56 -0
- package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/ProductDemands_Projections-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/ProductDemands_Projections.ast +0 -0
- package/lib/ocaml/ProductDemands_Projections.res +36 -0
- package/lib/ocaml/Product_Behavior-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Product_Behavior-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Product_Behavior-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Product_Behavior.ast +0 -0
- package/lib/ocaml/Product_Behavior.res +38 -0
- package/lib/ocaml/Product_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Product_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Product_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Product_GWT.ast +0 -0
- package/lib/ocaml/Product_GWT.res +69 -0
- package/lib/ocaml/Products-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Products-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Products-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Products.ast +0 -0
- package/lib/ocaml/Products.res +12 -0
- package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping.ast +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping.res +19 -0
- package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping_GWT.ast +0 -0
- package/lib/ocaml/Products_ExtensionPointMapping_GWT.res +31 -0
- package/lib/ocaml/Products_GWT-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Products_GWT-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Products_GWT-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Products_GWT.ast +0 -0
- package/lib/ocaml/Products_GWT.res +27 -0
- package/lib/ocaml/Products_Projections-CatalogPlugin.cmi +0 -0
- package/lib/ocaml/Products_Projections-CatalogPlugin.cmj +0 -0
- package/lib/ocaml/Products_Projections-CatalogPlugin.cmt +0 -0
- package/lib/ocaml/Products_Projections.ast +0 -0
- package/lib/ocaml/Products_Projections.res +22 -0
- package/package.json +52 -0
- package/rescript.json +39 -0
- package/src/Category/Aggregate/Category.res +22 -0
- package/src/Category/Aggregate/Category.res.mjs +61 -0
- package/src/Category/Aggregate/Category_Behavior.res +36 -0
- package/src/Category/Aggregate/Category_Behavior.res.mjs +106 -0
- package/src/Category/ReadModel/Categories.res +11 -0
- package/src/Category/ReadModel/Categories.res.mjs +35 -0
- package/src/Category/ReadModel/Categories_Projections.res +19 -0
- package/src/Category/ReadModel/Categories_Projections.res.mjs +75 -0
- package/src/Extension/Orders_Extension.res +23 -0
- package/src/Extension/Orders_Extension.res.mjs +42 -0
- package/src/ExtensionPoint/Products_ExtensionPointMapping.res +19 -0
- package/src/ExtensionPoint/Products_ExtensionPointMapping.res.mjs +56 -0
- package/src/Plugin.res +65 -0
- package/src/Plugin.res.mjs +222 -0
- package/src/Product/Aggregate/Product.res +23 -0
- package/src/Product/Aggregate/Product.res.mjs +71 -0
- package/src/Product/Aggregate/Product_Behavior.res +38 -0
- package/src/Product/Aggregate/Product_Behavior.res.mjs +150 -0
- package/src/Product/ReadModel/Products.res +12 -0
- package/src/Product/ReadModel/Products.res.mjs +36 -0
- package/src/Product/ReadModel/Products_Projections.res +22 -0
- package/src/Product/ReadModel/Products_Projections.res.mjs +91 -0
- package/src/ProductDemand/Aggregate/ProductDemand.res +20 -0
- package/src/ProductDemand/Aggregate/ProductDemand.res.mjs +51 -0
- package/src/ProductDemand/Aggregate/ProductDemand_Behavior.res +39 -0
- package/src/ProductDemand/Aggregate/ProductDemand_Behavior.res.mjs +102 -0
- package/src/ProductDemand/ReadModel/ProductDemands.res +8 -0
- package/src/ProductDemand/ReadModel/ProductDemands.res.mjs +35 -0
- package/src/ProductDemand/ReadModel/ProductDemands_Projections.res +36 -0
- package/src/ProductDemand/ReadModel/ProductDemands_Projections.res.mjs +99 -0
- package/src/Task/ImportProducts.res +48 -0
- package/src/Task/ImportProducts.res.mjs +58 -0
- package/src/plugin.json +1 -0
- package/tests/Category/Aggregate/Category_GWT.res +51 -0
- package/tests/Category/Aggregate/Category_GWT.res.mjs +125 -0
- package/tests/Category/ReadModel/Categories_GWT.res +21 -0
- package/tests/Category/ReadModel/Categories_GWT.res.mjs +88 -0
- package/tests/Extension/Orders_Extension_GWT.res +21 -0
- package/tests/Extension/Orders_Extension_GWT.res.mjs +105 -0
- package/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res +31 -0
- package/tests/ExtensionPoint/Products_ExtensionPointMapping_GWT.res.mjs +114 -0
- package/tests/Product/Aggregate/Product_GWT.res +69 -0
- package/tests/Product/Aggregate/Product_GWT.res.mjs +166 -0
- package/tests/Product/ReadModel/Products_GWT.res +27 -0
- package/tests/Product/ReadModel/Products_GWT.res.mjs +113 -0
- package/tests/ProductDemand/Aggregate/ProductDemand_GWT.res +39 -0
- package/tests/ProductDemand/Aggregate/ProductDemand_GWT.res.mjs +114 -0
- package/tests/ProductDemand/ReadModel/ProductDemands_GWT.res +56 -0
- package/tests/ProductDemand/ReadModel/ProductDemands_GWT.res.mjs +73 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,854 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# 3.0.0-alpha.101 (2026-06-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# 3.0.0-alpha.100 (2026-06-22)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **catalog-example:** hide event-driven demand commands from the API via [@no](https://github.com/no)Api ([049e77b](https://github.com/ReventlessDev/reventless-core/commit/049e77b8c3aa1c655aa776d8ca0565e94ca1e64a))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# 3.0.0-alpha.99 (2026-06-21)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# 3.0.0-alpha.98 (2026-06-21)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# 3.0.0-alpha.97 (2026-06-21)
|
|
38
|
+
|
|
39
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# 3.0.0-alpha.96 (2026-06-20)
|
|
46
|
+
|
|
47
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
# 3.0.0-alpha.95 (2026-06-20)
|
|
54
|
+
|
|
55
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
# 3.0.0-alpha.94 (2026-06-20)
|
|
62
|
+
|
|
63
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
# 3.0.0-alpha.93 (2026-06-20)
|
|
70
|
+
|
|
71
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# 3.0.0-alpha.92 (2026-06-20)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
# 3.0.0-alpha.91 (2026-06-18)
|
|
86
|
+
|
|
87
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
# 3.0.0-alpha.90 (2026-06-18)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# 3.0.0-alpha.89 (2026-06-18)
|
|
102
|
+
|
|
103
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
# 3.0.0-alpha.88 (2026-06-18)
|
|
110
|
+
|
|
111
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
# 3.0.0-alpha.87 (2026-06-17)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# 3.0.0-alpha.86 (2026-06-17)
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* **packaging:** executable ppx binaries + promote phantom deps for standalone installs ([9b6bea2](https://github.com/ReventlessDev/reventless-core/commit/9b6bea24570b0b0654c825d560ef781c0295512a))
|
|
130
|
+
* feat!: harmonize plugin make() across aggregate/DCB/hybrid; AutoUI default-on ([6f3b95e](https://github.com/ReventlessDev/reventless-core/commit/6f3b95e6aa8a136c6e837346c41a3a4dff0f9405))
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* **examples:** bring aggregates and dcb examples to hybrid parity ([dcf797a](https://github.com/ReventlessDev/reventless-core/commit/dcf797a73693a0dca2b2021486a15df8fc69d1e0))
|
|
134
|
+
|
|
135
|
+
### BREAKING CHANGES
|
|
136
|
+
|
|
137
|
+
* makeAutoUIManifest signature dropped ~aggregates and
|
|
138
|
+
~readModels; replaced with ~pluginStructure. Hand-written Plugin.res files
|
|
139
|
+
that pass ~uiBundleUrl to plugin.make must drop the arg and rely on the
|
|
140
|
+
generator-emitted env var read.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
# 3.0.0-alpha.85 (2026-06-12)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
# 3.0.0-alpha.84 (2026-06-12)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
# 3.0.0-alpha.83 (2026-06-11)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
# 3.0.0-alpha.82 (2026-06-10)
|
|
169
|
+
|
|
170
|
+
* refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([f36e17c](https://github.com/ReventlessDev/reventless-core/commit/f36e17c407714ab9740393fac96865d6a5c143c9))
|
|
171
|
+
### Features
|
|
172
|
+
|
|
173
|
+
* **reventless-core:** extension-point source events in pluginStructure ([9c47a0e](https://github.com/ReventlessDev/reventless-core/commit/9c47a0ea9a1643ac12fbe8dc1c43244e580de024))
|
|
174
|
+
|
|
175
|
+
### BREAKING CHANGES
|
|
176
|
+
|
|
177
|
+
* @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
|
|
178
|
+
namespace ReventlessInMemory -> ReventlessLocal.
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# 3.0.0-alpha.81 (2026-06-09)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# 3.0.0-alpha.80 (2026-06-08)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
# 3.0.0-alpha.79 (2026-06-08)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
# 3.0.0-alpha.78 (2026-06-08)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
# 3.0.0-alpha.77 (2026-06-08)
|
|
215
|
+
|
|
216
|
+
### Features
|
|
217
|
+
|
|
218
|
+
* **reventless-core:** extension-point source events in pluginStructure ([1e1d925](https://github.com/ReventlessDev/reventless-core/commit/1e1d9258b5a228b9fdfa003348a5367281573b3c))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
# 3.0.0-alpha.76 (2026-06-07)
|
|
222
|
+
|
|
223
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
# 3.0.0-alpha.75 (2026-06-06)
|
|
230
|
+
|
|
231
|
+
* refactor(reventless-local)!: rename reventless-in-memory to reventless-local ([966855f](https://github.com/ReventlessDev/reventless-core/commit/966855fd31e518d56a381bf40204735809cead15))
|
|
232
|
+
|
|
233
|
+
### BREAKING CHANGES
|
|
234
|
+
|
|
235
|
+
* @reventlessdev/reventless-in-memory -> @reventlessdev/reventless-local;
|
|
236
|
+
namespace ReventlessInMemory -> ReventlessLocal.
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
# 3.0.0-alpha.74 (2026-06-04)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
# 3.0.0-alpha.73 (2026-06-04)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
# 3.0.0-alpha.72 (2026-06-04)
|
|
257
|
+
|
|
258
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
# 3.0.0-alpha.71 (2026-06-04)
|
|
265
|
+
|
|
266
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
# 3.0.0-alpha.70 (2026-06-04)
|
|
273
|
+
|
|
274
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
# 3.0.0-alpha.69 (2026-05-28)
|
|
281
|
+
|
|
282
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
# 3.0.0-alpha.68 (2026-05-28)
|
|
289
|
+
|
|
290
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
# 3.0.0-alpha.67 (2026-05-27)
|
|
297
|
+
|
|
298
|
+
### Bug Fixes
|
|
299
|
+
|
|
300
|
+
* **framework:** wire plugin ExtensionPoints into EventCollector runtime context ([2ce8dff](https://github.com/ReventlessDev/reventless-core/commit/2ce8dff426b576811a28c012934d77ecba8a33c0))
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
# 3.0.0-alpha.66 (2026-05-27)
|
|
304
|
+
|
|
305
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
# 3.0.0-alpha.65 (2026-05-27)
|
|
312
|
+
|
|
313
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
# 3.0.0-alpha.64 (2026-05-27)
|
|
320
|
+
|
|
321
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
# 3.0.0-alpha.63 (2026-05-26)
|
|
328
|
+
|
|
329
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
# 3.0.0-alpha.62 (2026-05-26)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
# 3.0.0-alpha.61 (2026-05-25)
|
|
344
|
+
|
|
345
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
# 3.0.0-alpha.60 (2026-05-25)
|
|
352
|
+
|
|
353
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
# 3.0.0-alpha.59 (2026-05-25)
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
* **examples:** DCB PlaceOrder availability check, idempotency guards, and convention cleanup ([c5b4e3e](https://github.com/ReventlessDev/reventless-core/commit/c5b4e3e6a45faf75c1cc0469290df6926834558d))
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
# 3.0.0-alpha.58 (2026-05-21)
|
|
367
|
+
|
|
368
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
# 3.0.0-alpha.57 (2026-05-21)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
# 3.0.0-alpha.56 (2026-05-21)
|
|
383
|
+
|
|
384
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
# 3.0.0-alpha.55 (2026-05-20)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
# 3.0.0-alpha.54 (2026-05-20)
|
|
399
|
+
|
|
400
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
# 3.0.0-alpha.53 (2026-05-20)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
# 3.0.0-alpha.52 (2026-05-19)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
# 3.0.0-alpha.51 (2026-05-19)
|
|
423
|
+
|
|
424
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
# 3.0.0-alpha.50 (2026-05-19)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
# 3.0.0-alpha.49 (2026-05-19)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
# 3.0.0-alpha.48 (2026-05-18)
|
|
447
|
+
|
|
448
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
# 3.0.0-alpha.47 (2026-05-18)
|
|
455
|
+
|
|
456
|
+
### Features
|
|
457
|
+
|
|
458
|
+
* **plugin:** wire end-to-end user-extension dispatch through plugin EventCollectors ([f616abe](https://github.com/ReventlessDev/reventless-core/commit/f616abe169289f836f8e538b5419cb82cda886d7))
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
# 3.0.0-alpha.46 (2026-05-17)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
# 3.0.0-alpha.45 (2026-05-17)
|
|
470
|
+
|
|
471
|
+
### Bug Fixes
|
|
472
|
+
|
|
473
|
+
* **deps:** pin sury-ppx to 11.0.0-alpha.2 to prevent prerelease drift ([c9d05fe](https://github.com/ReventlessDev/reventless-core/commit/c9d05fe5118a9c0442ca3e071f2606b3a139fc81))
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
# 3.0.0-alpha.44 (2026-05-17)
|
|
477
|
+
|
|
478
|
+
### Bug Fixes
|
|
479
|
+
|
|
480
|
+
* **aws:** wire schedulerRoleArn through admin registers; default heartbeat to 5 min ([f9580a2](https://github.com/ReventlessDev/reventless-core/commit/f9580a2fc7f85a67747ccaab87358f303bd90ab9))
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
# 3.0.0-alpha.43 (2026-05-17)
|
|
484
|
+
|
|
485
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
# 3.0.0-alpha.42 (2026-05-17)
|
|
492
|
+
|
|
493
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
# 3.0.0-alpha.41 (2026-05-17)
|
|
500
|
+
|
|
501
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
# 3.0.0-alpha.40 (2026-05-16)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
# 3.0.0-alpha.39 (2026-05-16)
|
|
516
|
+
|
|
517
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
# 3.0.0-alpha.38 (2026-05-16)
|
|
524
|
+
|
|
525
|
+
### Features
|
|
526
|
+
|
|
527
|
+
* **ppx:** add @[@reventless](https://github.com/reventless).visibility to hide components from AutoUI ([bd302cf](https://github.com/ReventlessDev/reventless-core/commit/bd302cfc5bd5d4dfe50c8e1bf8596ab67e36c74e))
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
# 3.0.0-alpha.37 (2026-05-16)
|
|
531
|
+
|
|
532
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
# 3.0.0-alpha.36 (2026-05-16)
|
|
539
|
+
|
|
540
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
# 3.0.0-alpha.35 (2026-05-14)
|
|
547
|
+
|
|
548
|
+
### Features
|
|
549
|
+
|
|
550
|
+
* **ppx:** inline-spec walk + Spec module types require authorization ([7db9ec0](https://github.com/ReventlessDev/reventless-core/commit/7db9ec0f186578ce0088973dba22da9257be6a61))
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
# 3.0.0-alpha.34 (2026-05-13)
|
|
554
|
+
|
|
555
|
+
* feat(spec)!: standardise event/command envelope (StoredEvent, optional meta, position, persisted DCB meta, causation) ([7ef3176](https://github.com/ReventlessDev/reventless-core/commit/7ef3176c6330810c817f43a52b881b5a0efee30e))
|
|
556
|
+
|
|
557
|
+
### BREAKING CHANGES
|
|
558
|
+
|
|
559
|
+
* meta.ip / meta.user go from required `string` to optional
|
|
560
|
+
record fields (`?: string`). Code that did `meta.user == "unknown"` to
|
|
561
|
+
detect system messages must check for field absence. Storage tables built
|
|
562
|
+
before this change are not migrated (greenfield — recreate the EventLog /
|
|
563
|
+
DcbEventLog tables; DynamoDB range key renamed from `seq` to `position`,
|
|
564
|
+
SQLite dcb_event gains meta and recorded_at columns).
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
# 3.0.0-alpha.33 (2026-05-10)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
# 3.0.0-alpha.32 (2026-05-05)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
# 3.0.0-alpha.31 (2026-05-04)
|
|
585
|
+
|
|
586
|
+
### Bug Fixes
|
|
587
|
+
|
|
588
|
+
* **aws:** drop empty Config functor args; thread per-spec metadata as direct params ([17837a3](https://github.com/ReventlessDev/reventless-core/commit/17837a3fde52581a06516c69c80e6a1ea5689d9a))
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
# 3.0.0-alpha.30 (2026-05-03)
|
|
592
|
+
|
|
593
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
# 3.0.0-alpha.29 (2026-05-03)
|
|
600
|
+
|
|
601
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
# 3.0.0-alpha.28 (2026-05-03)
|
|
608
|
+
|
|
609
|
+
* refactor(examples)!: migrate online-shop-aggregates to new naming + adopt new PPX ([9dac635](https://github.com/ReventlessDev/reventless-core/commit/9dac6353b88e6c6bba88d1ce9d4a0594be976f62))
|
|
610
|
+
### Features
|
|
611
|
+
|
|
612
|
+
* **ppx,examples:** full GWT coverage for example plugins ([9331744](https://github.com/ReventlessDev/reventless-core/commit/9331744d232802d996f3897d7eca6e8c6b735f68))
|
|
613
|
+
|
|
614
|
+
### BREAKING CHANGES
|
|
615
|
+
|
|
616
|
+
* external code consuming the
|
|
617
|
+
`@reventlessdev/online-shop-aggregates-*` packages must update module name
|
|
618
|
+
references (e.g., `CategoriesReadModel` → `Categories`,
|
|
619
|
+
`ProductsExtensionPoint` → `Products_ExtensionPoint`, `CategoryBehavior` →
|
|
620
|
+
`Category_Behavior`).
|
|
621
|
+
|
|
622
|
+
Verified: zero warnings, 1174/1175 tests pass — same single pre-existing
|
|
623
|
+
testPromise race in OrderingE2ETest as PR1/PR2.
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
# 3.0.0-alpha.27 (2026-04-28)
|
|
628
|
+
|
|
629
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
# 3.0.0-alpha.26 (2026-04-27)
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
* **spec:** regenerate plugins; simplify codegen, drop Maker suffix ([8d81302](https://github.com/ReventlessDev/reventless-core/commit/8d81302a9dc3403f98298ff69b19901d625dff7e))
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
# 3.0.0-alpha.25 (2026-04-26)
|
|
643
|
+
|
|
644
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
# 3.0.0-alpha.24 (2026-04-24)
|
|
651
|
+
|
|
652
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
# 3.0.0-alpha.23 (2026-04-24)
|
|
659
|
+
|
|
660
|
+
### Features
|
|
661
|
+
|
|
662
|
+
* **gwt:** add 5 DCB slice DSLs and thread slice name into hints (Stage 3) ([62b59fd](https://github.com/ReventlessDev/reventless-core/commit/62b59fdaa745d7799209ec3c24c50a8d443670b5))
|
|
663
|
+
* **gwt:** add Stage 4 AppendConditionMismatch + Stage 5 Mapping_GWT ([24fa835](https://github.com/ReventlessDev/reventless-core/commit/24fa8353657329e73a04cfed8e0a390806ff3395))
|
|
664
|
+
* **gwt:** extract GWT test DSLs into @reventlessdev/reventless-gwt package ([dd64b4e](https://github.com/ReventlessDev/reventless-core/commit/dd64b4e1fd0bb203821d055b6743a52aec1836fb))
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
# 3.0.0-alpha.22 (2026-04-22)
|
|
668
|
+
|
|
669
|
+
### Features
|
|
670
|
+
|
|
671
|
+
* **build:** migrate from npm to pnpm (hoisted layout) ([1de8b77](https://github.com/ReventlessDev/reventless-core/commit/1de8b7753b8f45c63ea3c8d9f64de2f27febd029))
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
# 3.0.0-alpha.21 (2026-04-20)
|
|
675
|
+
|
|
676
|
+
### Features
|
|
677
|
+
|
|
678
|
+
* add automationSlices, translation slices, and extensions to pluginStructure ([631e2f3](https://github.com/ReventlessDev/reventless-core/commit/631e2f3636f0a422e58712f70106c0df8effc1e9))
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
# 3.0.0-alpha.20 (2026-04-18)
|
|
682
|
+
|
|
683
|
+
### Features
|
|
684
|
+
|
|
685
|
+
* **core:** AutoUI definition — makeAutoUIDefinition, Platform_UIDefinitions query, generator support ([513ca53](https://github.com/ReventlessDev/reventless-core/commit/513ca5399b0b6e5ae6a982fd15693de2ea208b8d))
|
|
686
|
+
* **core:** uiFragments manifest — Phase 1 implementation with generic types ([1e73f62](https://github.com/ReventlessDev/reventless-core/commit/1e73f623984118081d2b985c48521812e4f8417e))
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
# 3.0.0-alpha.19 (2026-04-15)
|
|
690
|
+
|
|
691
|
+
### Features
|
|
692
|
+
|
|
693
|
+
* zero-touch plugin assembly — generate Plugin.res from folder structure ([73ea654](https://github.com/ReventlessDev/reventless-core/commit/73ea654ab9a73f15ea7e18631e8194bfe0f4580f))
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
# 3.0.0-alpha.18 (2026-04-06)
|
|
697
|
+
|
|
698
|
+
### Bug Fixes
|
|
699
|
+
|
|
700
|
+
* add package-specs to all rescript.json to prevent CJS .js output ([780f1e0](https://github.com/ReventlessDev/reventless-core/commit/780f1e035173b73b17b78466ad01fb69c7cca350))
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
# 3.0.0-alpha.17 (2026-04-06)
|
|
704
|
+
|
|
705
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
# 3.0.0-alpha.16 (2026-04-05)
|
|
712
|
+
|
|
713
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
# 3.0.0-alpha.15 (2026-04-04)
|
|
720
|
+
|
|
721
|
+
### Bug Fixes
|
|
722
|
+
|
|
723
|
+
* DCB [@partition](https://github.com/partition)Tag runtime errors, GraphQL Node interface, and ESM config ([dc4c4e1](https://github.com/ReventlessDev/reventless-core/commit/dc4c4e10f1ef09aba840e7b359df453b122c6aa4))
|
|
724
|
+
* feat!: add reventless-ppx with @@reventless.spec, @@reventless.behavior, @@reventless.dcbTags ([cb203ec](https://github.com/ReventlessDev/reventless-core/commit/cb203ece5ea3a1b92ba7d1a57d9e12bb6c4c2487))
|
|
725
|
+
|
|
726
|
+
### BREAKING CHANGES
|
|
727
|
+
|
|
728
|
+
* Example spec files no longer export manual moduleUrl/name/Id
|
|
729
|
+
declarations — these are now PPX-generated. Downstream code referencing these
|
|
730
|
+
exports is unaffected (same values, different source).
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
# 3.0.0-alpha.14 (2026-03-30)
|
|
735
|
+
|
|
736
|
+
### Features
|
|
737
|
+
|
|
738
|
+
* **examples:** publish example packages to GitHub Package Registry ([2495ba5](https://github.com/ReventlessDev/reventless-core/commit/2495ba5c4436613d58964f9948c1bacbde61965f))
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
# [3.0.0-alpha.13](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.13) (2026-03-28)
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
* **examples:** regenerate stale .mjs for aggregate, dcb, and hybrid plugins ([b5b4de5](https://github.com/ReventlessDev/reventless-core/commit/b5b4de5c4db7f5f8eb9071157302c4f0796b1889))
|
|
746
|
+
* feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
|
|
747
|
+
|
|
748
|
+
### BREAKING CHANGES
|
|
749
|
+
|
|
750
|
+
* Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
|
|
751
|
+
Pass slice arrays directly instead. Empty arrays can be omitted.
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
# [3.0.0-alpha.12](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.12) (2026-03-27)
|
|
756
|
+
|
|
757
|
+
* feat!: flatten DcbSpec module type into direct Plugin.make parameters ([1c0bc57](https://github.com/ReventlessDev/reventless-core/commit/1c0bc576fcd88b92510900c16f5f117e864d9d7f))
|
|
758
|
+
|
|
759
|
+
### BREAKING CHANGES
|
|
760
|
+
|
|
761
|
+
* Plugin.make no longer accepts ~dcbSpec=module(DcbSpec).
|
|
762
|
+
Pass slice arrays directly instead. Empty arrays can be omitted.
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
# [3.0.0-alpha.11](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.11) (2026-03-27)
|
|
767
|
+
|
|
768
|
+
* feat!: remove resolverConfig from Behavior module type ([6f54015](https://github.com/ReventlessDev/reventless-core/commit/6f54015e3abc1c5c05472c8f54645723a0f5ed28))
|
|
769
|
+
|
|
770
|
+
### BREAKING CHANGES
|
|
771
|
+
|
|
772
|
+
* Behavior.T no longer requires resolverConfig. Remove it
|
|
773
|
+
from all Behavior implementations.
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
# [3.0.0-alpha.10](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.10) (2026-03-26)
|
|
778
|
+
|
|
779
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
# [3.0.0-alpha.9](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.9) (2026-03-26)
|
|
786
|
+
|
|
787
|
+
**Note:** Version bump only for package @reventlessdev/online-shop-aggregates-catalog
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
# [3.0.0-alpha.8](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.7...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.8) (2026-03-23)
|
|
794
|
+
|
|
795
|
+
* refactor!: streamline component function naming to unified two-function pattern ([06814fd](https://github.com/ReventlessDev/reventless-core/commit/06814fd8589cf05ce8a9f9654552e7d5cd9c6bf2))
|
|
796
|
+
|
|
797
|
+
### BREAKING CHANGES
|
|
798
|
+
|
|
799
|
+
* All component function signatures changed. Behavior.decide
|
|
800
|
+
now returns result<array<event>, error> instead of using errorHandler callback.
|
|
801
|
+
StateChangeSlice type decisionModel renamed to state. Projection.Mapping.map
|
|
802
|
+
renamed to project. StateViewSlice.project takes one argument instead of two.
|
|
803
|
+
# [3.0.0-alpha.7](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.6...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.7) (2026-03-22)
|
|
804
|
+
|
|
805
|
+
* feat(reventless-aws)!: replace esbuild pipeline with compiled ReScript entry points ([6cb3133](https://github.com/ReventlessDev/reventless-core/commit/6cb313323c73a078d0922fa6b977466f61de74ea))
|
|
806
|
+
|
|
807
|
+
### BREAKING CHANGES
|
|
808
|
+
|
|
809
|
+
* esbuild removed from dependencies, `makeBundled` and
|
|
810
|
+
`makeBundledFromEntryPoint` removed from RuntimeEnvironment_Lambda,
|
|
811
|
+
`BundledEnvironment` module type removed from Runtime.
|
|
812
|
+
# [3.0.0-alpha.6](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.5...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.6) (2026-03-16)
|
|
813
|
+
|
|
814
|
+
* feat!: auto-detect plugin version from package.json via V8 stack trace ([e172673](https://github.com/ReventlessDev/reventless-core/commit/e17267390c197fa34052cef8325c579bb781419f))
|
|
815
|
+
|
|
816
|
+
### BREAKING CHANGES
|
|
817
|
+
|
|
818
|
+
* Plugin.make no longer accepts ~version.
|
|
819
|
+
# [3.0.0-alpha.5](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.4...@reventlessdev/online-shop-aggregates-catalog@3.0.0-alpha.5) (2026-03-12)
|
|
820
|
+
|
|
821
|
+
### Features
|
|
822
|
+
|
|
823
|
+
* **deps:** upgrade rescript to 12.2 and migrate Belt usages to stdlib ([eaa96ea](https://github.com/ReventlessDev/reventless-core/commit/eaa96ea61ca40d61573fb5fe2002a1f73d43ce3e))
|
|
824
|
+
# 3.0.0-alpha.4 (2026-03-08)
|
|
825
|
+
|
|
826
|
+
### Features
|
|
827
|
+
|
|
828
|
+
* **examples:** add EventMapper, SideEffectHandler, and Task to aggregates online shop ([b8c3237](https://github.com/ReventlessDev/reventless-core/commit/b8c3237f4608f5b85d175ede89d8a335d10afbeb))
|
|
829
|
+
* restructure aggregate example into online-shop-aggregates with spec packages ([5aca927](https://github.com/ReventlessDev/reventless-core/commit/5aca927ba1594940219596307c41f00eebd28f9b))
|
|
830
|
+
* restructure DCB example into online-shop-dcb with spec packages ([0ee5a10](https://github.com/ReventlessDev/reventless-core/commit/0ee5a10c55248c8e27087f69cdce61a24f98027f))
|
|
831
|
+
# [3.0.0-alpha.3](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-aggregate-catalog@3.0.0-alpha.2...@reventlessdev/example-aggregate-catalog@3.0.0-alpha.3) (2026-03-03)
|
|
832
|
+
|
|
833
|
+
### Features
|
|
834
|
+
|
|
835
|
+
* **api:** implement Api component with GraphQL fragment generation and schema stitching ([c882d3a](https://github.com/ReventlessDev/reventless-core/commit/c882d3aae8722cf6cbe9b4fbf9518d9f434ce06a))
|
|
836
|
+
# [3.0.0-alpha.2](https://github.com/ReventlessDev/reventless-core/compare/@reventlessdev/example-aggregate-catalog@3.0.0-alpha.1...@reventlessdev/example-aggregate-catalog@3.0.0-alpha.2) (2026-03-02)
|
|
837
|
+
|
|
838
|
+
### Features
|
|
839
|
+
|
|
840
|
+
* **examples/aggregate:** connect Catalog and Ordering via extension points ([4631e3f](https://github.com/ReventlessDev/reventless-core/commit/4631e3f92a836d134830ed7c42528a218eeb07f5))
|
|
841
|
+
# 3.0.0-alpha.1 (2026-03-01)
|
|
842
|
+
|
|
843
|
+
* feat(reventless-spec)!: swap namespaces — spec→Reventless, core→ReventlessCore ([0fcf24e](https://github.com/ReventlessDev/reventless-core/commit/0fcf24e3fc1dcc88e9ee741dc99eb7bd726f9fd7))
|
|
844
|
+
### Features
|
|
845
|
+
|
|
846
|
+
* **examples:** add DCB-based online shop example with catalog and ordering packages ([45a8159](https://github.com/ReventlessDev/reventless-core/commit/45a8159a6365d8c9ea2665cb58eaf8ee90c3f11d))
|
|
847
|
+
* **examples:** restructure examples into examples/ with catalog and ordering bounded contexts ([077720d](https://github.com/ReventlessDev/reventless-core/commit/077720d8881867a2977b5686bc283134de54abef))
|
|
848
|
+
|
|
849
|
+
### BREAKING CHANGES
|
|
850
|
+
|
|
851
|
+
* ReventlessSpec namespace renamed to Reventless; the reventless-core
|
|
852
|
+
package namespace renamed from Reventless to ReventlessCore.
|
|
853
|
+
All usages of ReventlessSpec.* must be updated to Reventless.*;
|
|
854
|
+
all usages of Reventless.* (core) in dependent packages must be updated to ReventlessCore.*
|