From 13df1ef16bdc34586688125a9ec7596577f00f3c Mon Sep 17 00:00:00 2001 From: Constantin Dumitrescu Date: Wed, 16 Oct 2024 13:41:06 +0300 Subject: [PATCH] v4.0.0-alpha.122 --- CHANGELOG.md | 1694 +++++------------ lerna.json | 9 +- nm-packages/engine.dashboard/CHANGELOG.md | 176 +- nm-packages/engine.dashboard/package.json | 14 +- packages/engine.babel-plugin-hmr/CHANGELOG.md | 225 +-- packages/engine.babel-plugin-hmr/package.json | 4 +- .../engine.babel-plugin-syntax/CHANGELOG.md | 246 +-- .../engine.babel-plugin-syntax/package.json | 2 +- packages/engine.cli/CHANGELOG.md | 376 +--- packages/engine.cli/package.json | 6 +- packages/engine.db/CHANGELOG.md | 248 +-- packages/engine.db/package.json | 2 +- packages/engine.patterns/CHANGELOG.md | 243 +-- packages/engine.patterns/package.json | 10 +- packages/engine.producer/CHANGELOG.md | 567 +----- packages/engine.producer/package.json | 6 +- packages/engine.react/CHANGELOG.md | 537 +----- packages/engine.react/package.json | 10 +- packages/engine.runtime/CHANGELOG.md | 283 +-- packages/engine.runtime/package.json | 8 +- packages/engine.service-web/CHANGELOG.md | 404 +--- packages/engine.service-web/package.json | 12 +- packages/engine.test/CHANGELOG.md | 287 +-- packages/engine.test/package.json | 8 +- packages/engine.types-generator/CHANGELOG.md | 189 +- packages/engine.types-generator/package.json | 4 +- packages/engine.utils/CHANGELOG.md | 102 +- packages/engine.utils/package.json | 4 +- yarn.lock | 80 +- 29 files changed, 871 insertions(+), 4885 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2b60e1..de9bdf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,1866 +3,1104 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) ### Bug Fixes -* trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) - +- yarn lock ([205e7ff](https://github.com/code11/engine/commit/205e7ff28ae8e4c315261346a3cdad24372f6472)) +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +### Bug Fixes +- trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) - ### Bug Fixes -* wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) - - - - +- wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) - ### Bug Fixes -* ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) - - - - +- ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **engine.template-react-app:** base setup ([475500e](https://github.com/code11/engine/commit/475500e55f03f48907f19881429cf35c04d09af5)) -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **engine.template-react-app:** base setup ([475500e](https://github.com/code11/engine/commit/475500e55f03f48907f19881429cf35c04d09af5)) +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) - ### Features -* add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) - - - - +- add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package engine - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package engine - - - - # [4.0.0-alpha.114](https://github.com/code11/engine/compare/v4.0.0-alpha.113...v4.0.0-alpha.114) (2022-07-07) **Note:** Version bump only for package engine - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) - ### Bug Fixes -* **engine.template-react:** add missing dependency ([81c524e](https://github.com/code11/engine/commit/81c524e2b5677881780296d6e6db2d00f3ebd574)) - - - - +- **engine.template-react:** add missing dependency ([81c524e](https://github.com/code11/engine/commit/81c524e2b5677881780296d6e6db2d00f3ebd574)) # [4.0.0-alpha.112](https://github.com/code11/engine/compare/v4.0.0-alpha.111...v4.0.0-alpha.112) (2022-06-23) - ### Bug Fixes -* **engine.dashboard:** correct the selectElement update call ([85271cf](https://github.com/code11/engine/commit/85271cf14191276adfacfaebc3c60b2f021bfd36)) - - - - +- **engine.dashboard:** correct the selectElement update call ([85271cf](https://github.com/code11/engine/commit/85271cf14191276adfacfaebc3c60b2f021bfd36)) # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) - ### Features -* add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) - - - - +- add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) # [4.0.0-alpha.110](https://github.com/code11/engine/compare/v4.0.0-alpha.109...v4.0.0-alpha.110) (2022-06-23) - ### Bug Fixes -* **engine.service-web:** ensure assets are built without esModules ([199ccd7](https://github.com/code11/engine/commit/199ccd77f3e1bbede09f1b1c0cc887b9b5dee410)) - - - - +- **engine.service-web:** ensure assets are built without esModules ([199ccd7](https://github.com/code11/engine/commit/199ccd77f3e1bbede09f1b1c0cc887b9b5dee410)) # [4.0.0-alpha.109](https://github.com/code11/engine/compare/v4.0.0-alpha.108...v4.0.0-alpha.109) (2022-06-22) - ### Features -* **engine.dashboard:** send patch updates back to the app ([6108e9a](https://github.com/code11/engine/commit/6108e9a59aaf11a04b5a85b276818a11324e9f71)) - - - - +- **engine.dashboard:** send patch updates back to the app ([6108e9a](https://github.com/code11/engine/commit/6108e9a59aaf11a04b5a85b276818a11324e9f71)) # [4.0.0-alpha.108](https://github.com/code11/engine/compare/v4.0.0-alpha.107...v4.0.0-alpha.108) (2022-06-22) **Note:** Version bump only for package engine - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) - ### Features -* add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) -* **engine.dashboard:** add info on elements tab ([53134a6](https://github.com/code11/engine/commit/53134a61266654f3d64af523499740e6ae5a45e7)) - - - - +- add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) +- **engine.dashboard:** add info on elements tab ([53134a6](https://github.com/code11/engine/commit/53134a61266654f3d64af523499740e6ae5a45e7)) # [4.0.0-alpha.106](https://github.com/code11/engine/compare/v4.0.0-alpha.105...v4.0.0-alpha.106) (2022-06-21) - ### Features -* **engine.dashboard:** add support for saving code ([a371215](https://github.com/code11/engine/commit/a3712156460404883053512c1f64e17124af053d)) - - - - +- **engine.dashboard:** add support for saving code ([a371215](https://github.com/code11/engine/commit/a3712156460404883053512c1f64e17124af053d)) # [4.0.0-alpha.105](https://github.com/code11/engine/compare/v4.0.0-alpha.104...v4.0.0-alpha.105) (2022-06-21) - ### Bug Fixes -* **engine.dashboard:** add enum support for better paths ([f6cea92](https://github.com/code11/engine/commit/f6cea9254ac94008f8d99a12d798da8b86a91bc8)) -* **engine.service-web:** disable caching if output structure is enabled ([cc27e08](https://github.com/code11/engine/commit/cc27e08edc35afbd3ee1c0c9fb92b9ed739ea75e)) - - - - +- **engine.dashboard:** add enum support for better paths ([f6cea92](https://github.com/code11/engine/commit/f6cea9254ac94008f8d99a12d798da8b86a91bc8)) +- **engine.service-web:** disable caching if output structure is enabled ([cc27e08](https://github.com/code11/engine/commit/cc27e08edc35afbd3ee1c0c9fb92b9ed739ea75e)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) - ### Bug Fixes -* **engine.producer:** test paths for strings and numbers ([39b4435](https://github.com/code11/engine/commit/39b44350b25837fc8951391e78a92527cd5c1bcc)) -* **engine.react:** remove error after data update ([69c58e8](https://github.com/code11/engine/commit/69c58e8fc762eed519f395f3eaad70dfa7b03867)) - - +- **engine.producer:** test paths for strings and numbers ([39b4435](https://github.com/code11/engine/commit/39b44350b25837fc8951391e78a92527cd5c1bcc)) +- **engine.react:** remove error after data update ([69c58e8](https://github.com/code11/engine/commit/69c58e8fc762eed519f395f3eaad70dfa7b03867)) +# [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) +### Bug Fixes -# [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) +- **engine.dashboard:** use index.ejs instead of index.html ([566f199](https://github.com/code11/engine/commit/566f1996be881cc1d54c90ab9fcb3f8c2b5143e9)) +# [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) ### Bug Fixes -* **engine.dashboard:** use index.ejs instead of index.html ([566f199](https://github.com/code11/engine/commit/566f1996be881cc1d54c90ab9fcb3f8c2b5143e9)) +- **engine.cli:** ensure gitignore path is correct ([3eae7c9](https://github.com/code11/engine/commit/3eae7c9763e5d7b85523543d1462fe900e575e38)) +# [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) +### Bug Fixes +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) +- types for supporting internal and external props in view and producer ([#126](https://github.com/code11/engine/issues/126)) ([b33ae30](https://github.com/code11/engine/commit/b33ae3020ac68d453e52e7bca929cda2f07dfd91)) +# [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) -# [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) +**Note:** Version bump only for package engine +# [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) ### Bug Fixes -* **engine.cli:** ensure gitignore path is correct ([3eae7c9](https://github.com/code11/engine/commit/3eae7c9763e5d7b85523543d1462fe900e575e38)) - - +- **engine.runtime:** sanity checks to ensure module use is ok ([63063a8](https://github.com/code11/engine/commit/63063a8ddc5328603002fcdde34613dc8606f748)) +- **engine.service-web:** ensure publicPath is properly used ([7574fba](https://github.com/code11/engine/commit/7574fba21ce48e34399e208a79afcc9705240123)) +# [4.0.0-alpha.98](https://github.com/code11/engine/compare/v4.0.0-alpha.97...v4.0.0-alpha.98) (2022-02-07) +### Bug Fixes -# [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) +- add app-structure.json to gitignore ([ef396d8](https://github.com/code11/engine/commit/ef396d82cd25df03f60d12652272b021fae747df)) +- **engine.cli:** ensure gitignore is removed ([3dd8063](https://github.com/code11/engine/commit/3dd80631832258876b7a73d79af1b48f3768a5ba)) +- **engine.service-web:** add configPath variable to build and small updates ([68a94a2](https://github.com/code11/engine/commit/68a94a2b9ec52eb47b7d0da89cbf699d14363c98)) +- **engine.template-react:** remove dummy content ([1bba897](https://github.com/code11/engine/commit/1bba897a5918e07ef8570a9e580157fce6d60f97)) +# [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) -* types for supporting internal and external props in view and producer ([#126](https://github.com/code11/engine/issues/126)) ([b33ae30](https://github.com/code11/engine/commit/b33ae3020ac68d453e52e7bca929cda2f07dfd91)) +- **engine.runtime:** change naming to status ([a6582c4](https://github.com/code11/engine/commit/a6582c4bb450c6421654462b09db863ebe8255cb)) +# [4.0.0-alpha.96](https://github.com/code11/engine/compare/v4.0.0-alpha.95...v4.0.0-alpha.96) (2022-01-12) +**Note:** Version bump only for package engine +# [4.0.0-alpha.95](https://github.com/code11/engine/compare/v4.0.0-alpha.94...v4.0.0-alpha.95) (2021-11-29) +**Note:** Version bump only for package engine -# [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) +# [4.0.0-alpha.94](https://github.com/code11/engine/compare/v4.0.0-alpha.93...v4.0.0-alpha.94) (2021-11-29) **Note:** Version bump only for package engine +# [4.0.0-alpha.93](https://github.com/code11/engine/compare/v4.0.0-alpha.92...v4.0.0-alpha.93) (2021-11-29) +**Note:** Version bump only for package engine +# [4.0.0-alpha.92](https://github.com/code11/engine/compare/v4.0.0-alpha.91...v4.0.0-alpha.92) (2021-11-29) +**Note:** Version bump only for package engine -# [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) - +# [4.0.0-alpha.91](https://github.com/code11/engine/compare/v4.0.0-alpha.90...v4.0.0-alpha.91) (2021-11-28) -### Bug Fixes +**Note:** Version bump only for package engine -* **engine.runtime:** sanity checks to ensure module use is ok ([63063a8](https://github.com/code11/engine/commit/63063a8ddc5328603002fcdde34613dc8606f748)) -* **engine.service-web:** ensure publicPath is properly used ([7574fba](https://github.com/code11/engine/commit/7574fba21ce48e34399e208a79afcc9705240123)) +# [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) +**Note:** Version bump only for package engine +# [4.0.0-alpha.89](https://github.com/code11/engine/compare/v4.0.0-alpha.88...v4.0.0-alpha.89) (2021-11-19) +**Note:** Version bump only for package engine +# [4.0.0-alpha.88](https://github.com/code11/engine/compare/v4.0.0-alpha.87...v4.0.0-alpha.88) (2021-11-19) -# [4.0.0-alpha.98](https://github.com/code11/engine/compare/v4.0.0-alpha.97...v4.0.0-alpha.98) (2022-02-07) +**Note:** Version bump only for package engine +# [4.0.0-alpha.87](https://github.com/code11/engine/compare/v4.0.0-alpha.86...v4.0.0-alpha.87) (2021-11-19) ### Bug Fixes -* add app-structure.json to gitignore ([ef396d8](https://github.com/code11/engine/commit/ef396d82cd25df03f60d12652272b021fae747df)) -* **engine.cli:** ensure gitignore is removed ([3dd8063](https://github.com/code11/engine/commit/3dd80631832258876b7a73d79af1b48f3768a5ba)) -* **engine.service-web:** add configPath variable to build and small updates ([68a94a2](https://github.com/code11/engine/commit/68a94a2b9ec52eb47b7d0da89cbf699d14363c98)) -* **engine.template-react:** remove dummy content ([1bba897](https://github.com/code11/engine/commit/1bba897a5918e07ef8570a9e580157fce6d60f97)) +- **engine.service-web:** fix typo to enable engine output to generate ([bf3130c](https://github.com/code11/engine/commit/bf3130c635c11584f947957ff1e0bc63eb9a6b52)) +# [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) +### Bug Fixes +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +### Features -# [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +# [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) ### Bug Fixes -* **engine.runtime:** change naming to status ([a6582c4](https://github.com/code11/engine/commit/a6582c4bb450c6421654462b09db863ebe8255cb)) +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +### Features +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +# [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) +### Bug Fixes -# [4.0.0-alpha.96](https://github.com/code11/engine/compare/v4.0.0-alpha.95...v4.0.0-alpha.96) (2022-01-12) +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) -**Note:** Version bump only for package engine +### Features +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +# [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) +### Bug Fixes +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) -# [4.0.0-alpha.95](https://github.com/code11/engine/compare/v4.0.0-alpha.94...v4.0.0-alpha.95) (2021-11-29) +### Features -**Note:** Version bump only for package engine +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +# [4.0.0-alpha.82](https://github.com/code11/engine/compare/v4.0.0-alpha.81...v4.0.0-alpha.82) (2021-10-29) +### Bug Fixes +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +# [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) -# [4.0.0-alpha.94](https://github.com/code11/engine/compare/v4.0.0-alpha.93...v4.0.0-alpha.94) (2021-11-29) +### Bug Fixes -**Note:** Version bump only for package engine +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) + +# [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) +### Bug Fixes +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +# [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) +### Features -# [4.0.0-alpha.93](https://github.com/code11/engine/compare/v4.0.0-alpha.92...v4.0.0-alpha.93) (2021-11-29) +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) -**Note:** Version bump only for package engine +# [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) +### Bug Fixes +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) +- **engine.react:** enable react hooks in views ([5d45c18](https://github.com/code11/engine/commit/5d45c18e5331fe08bcc877b0d9da07f747e1b3af)) +# [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) +### Bug Fixes -# [4.0.0-alpha.92](https://github.com/code11/engine/compare/v4.0.0-alpha.91...v4.0.0-alpha.92) (2021-11-29) +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) -**Note:** Version bump only for package engine +# [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) +### Bug Fixes +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) +# [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) +### Bug Fixes -# [4.0.0-alpha.91](https://github.com/code11/engine/compare/v4.0.0-alpha.90...v4.0.0-alpha.91) (2021-11-28) +- **engine.service-web:** add full path for css indent ([7e8f01c](https://github.com/code11/engine/commit/7e8f01c925229b279aa471a702b59828b29a9e4d)) -**Note:** Version bump only for package engine +### Features +- **engine.react:** add children to parent instance ([e842c3c](https://github.com/code11/engine/commit/e842c3c2e85af42877c66190d8071a528a0756d2)) +# [4.0.0-alpha.74](https://github.com/code11/engine/compare/v4.0.0-alpha.73...v4.0.0-alpha.74) (2021-10-03) +### Features +- **engine.patterns:** add debug ([8962201](https://github.com/code11/engine/commit/89622018dc2a7af670ea7bf37f10bedbffad202b)) -# [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) +# [4.0.0-alpha.73](https://github.com/code11/engine/compare/v4.0.0-alpha.72...v4.0.0-alpha.73) (2021-10-03) **Note:** Version bump only for package engine +# [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) +### Bug Fixes +- **engine.producer:** create a now() util that works on browser/node ([8b5864c](https://github.com/code11/engine/commit/8b5864ccef7f3ca4ced8182a9e16869da1197472)) - -# [4.0.0-alpha.89](https://github.com/code11/engine/compare/v4.0.0-alpha.88...v4.0.0-alpha.89) (2021-11-19) +# [4.0.0-alpha.71](https://github.com/code11/engine/compare/v4.0.0-alpha.70...v4.0.0-alpha.71) (2021-09-24) **Note:** Version bump only for package engine - - - - -# [4.0.0-alpha.88](https://github.com/code11/engine/compare/v4.0.0-alpha.87...v4.0.0-alpha.88) (2021-11-19) +# [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package engine +# [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) +### Bug Fixes +- **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) +### Features -# [4.0.0-alpha.87](https://github.com/code11/engine/compare/v4.0.0-alpha.86...v4.0.0-alpha.87) (2021-11-19) +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) +- **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) +# [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) ### Bug Fixes -* **engine.service-web:** fix typo to enable engine output to generate ([bf3130c](https://github.com/code11/engine/commit/bf3130c635c11584f947957ff1e0bc63eb9a6b52)) - +- **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) +- **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) +- **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) +- **engine.react-components:** make deps as peerDependencies ([520b3d9](https://github.com/code11/engine/commit/520b3d9bc1c32c33182e624bc4890e7fc733c71c)) +- separate type exports from values ([31f1ea4](https://github.com/code11/engine/commit/31f1ea4e1ee6444c386d0fbfb58a438aae92f7d7)) +### Features +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) +# [4.0.0-alpha.66](https://github.com/code11/engine/compare/v4.0.0-alpha.65...v4.0.0-alpha.66) (2021-07-29) -# [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) +**Note:** Version bump only for package engine +# [4.0.0-alpha.65](https://github.com/code11/engine/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2021-07-29) ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +- **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) + +# [4.0.0-alpha.64](https://github.com/code11/engine/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2021-07-28) +**Note:** Version bump only for package engine -### Features +# [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +**Note:** Version bump only for package engine +# [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) +### Bug Fixes +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) +# [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) -# [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) +**Note:** Version bump only for package engine +# [4.0.0-alpha.60](https://github.com/code11/engine/compare/v4.0.0-alpha.59...v4.0.0-alpha.60) (2021-07-19) ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +- **engine.react-components:** make deps as peerDependencies ([520b3d9](https://github.com/code11/engine/commit/520b3d9bc1c32c33182e624bc4890e7fc733c71c)) +# [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) -### Features +### Bug Fixes -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +- **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) +# [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) +### Bug Fixes +- separate type exports from values ([31f1ea4](https://github.com/code11/engine/commit/31f1ea4e1ee6444c386d0fbfb58a438aae92f7d7)) +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) +### Features -# [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) +# [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) +# [4.0.0-alpha.56](https://github.com/code11/engine/compare/v4.0.0-alpha.55...v4.0.0-alpha.56) (2021-07-15) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) +# [4.0.0-alpha.55](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.55) (2021-07-14) +**Note:** Version bump only for package engine +# [4.0.0-alpha.54](https://github.com/code11/engine/compare/v4.0.0-alpha.51...v4.0.0-alpha.54) (2021-07-14) +### Bug Fixes -# [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) +- **engine.react-components:** change .npmignore and process ([c433fdd](https://github.com/code11/engine/commit/c433fdda3f6e45272394e804f5983523fcb84753)) +# [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) +- **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) +- **engine.service-web:** add transform-runtime to provide polyfills ([4a3140a](https://github.com/code11/engine/commit/4a3140a705e5972fb8c525947144cd7139a3df84)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) +# [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) +### Bug Fixes +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) +- **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) +### Features -# [4.0.0-alpha.82](https://github.com/code11/engine/compare/v4.0.0-alpha.81...v4.0.0-alpha.82) (2021-10-29) +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) +# [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) +### Features +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) +# [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) +**Note:** Version bump only for package engine -# [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) +# [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) + +**Note:** Version bump only for package engine +# [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** change data equality check to a simple stringify with reducer ([50ffcc9](https://github.com/code11/engine/commit/50ffcc9bd128cf3f90cf29ca29bc486b99f8a3da)) +- **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) +# [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) +### Bug Fixes +- **engine.producer:** change data equality check to a simple stringify with reducer ([fb90dee](https://github.com/code11/engine/commit/fb90dee55d5f860c9fb179d2a8ea28adb37d9300)) +# [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) -# [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) +### Bug Fixes + +- **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) +# [4.0.0-alpha.43](https://github.com/code11/engine/compare/v4.0.0-alpha.42...v4.0.0-alpha.43) (2021-02-03) ### Bug Fixes -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) +- **engine.service-web:** add missing babel plugin ([5a6eff4](https://github.com/code11/engine/commit/5a6eff4bf6716956537a04b2f6c60bc3b3243aa0)) +# [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) +### Bug Fixes +- **engine.react:** change react prop isMounted to isAlreadyMounted ([c36ec65](https://github.com/code11/engine/commit/c36ec65bf724048a1165e06c7f1123ea29a68f8e)) +# [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) -# [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) +### Bug Fixes +- **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) +- **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) +- **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) +- **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) +### Performance Improvements +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) +# [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) +### Bug Fixes -# [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) +# [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) ### Bug Fixes -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) -* **engine.react:** enable react hooks in views ([5d45c18](https://github.com/code11/engine/commit/5d45c18e5331fe08bcc877b0d9da07f747e1b3af)) - +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) +# [4.0.0-alpha.38](https://github.com/code11/engine/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2021-01-19) +**Note:** Version bump only for package engine +# [4.0.0-alpha.37](https://github.com/code11/engine/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2021-01-19) -# [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) +**Note:** Version bump only for package engine +# [4.0.0-alpha.36](https://github.com/code11/engine/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2021-01-19) -### Bug Fixes - -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) - - - - - -# [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) - - -### Bug Fixes - -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) - - - - - -# [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) - - -### Bug Fixes - -* **engine.service-web:** add full path for css indent ([7e8f01c](https://github.com/code11/engine/commit/7e8f01c925229b279aa471a702b59828b29a9e4d)) - - -### Features - -* **engine.react:** add children to parent instance ([e842c3c](https://github.com/code11/engine/commit/e842c3c2e85af42877c66190d8071a528a0756d2)) - - - - - -# [4.0.0-alpha.74](https://github.com/code11/engine/compare/v4.0.0-alpha.73...v4.0.0-alpha.74) (2021-10-03) - - -### Features - -* **engine.patterns:** add debug ([8962201](https://github.com/code11/engine/commit/89622018dc2a7af670ea7bf37f10bedbffad202b)) - - - - - -# [4.0.0-alpha.73](https://github.com/code11/engine/compare/v4.0.0-alpha.72...v4.0.0-alpha.73) (2021-10-03) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) - - -### Bug Fixes - -* **engine.producer:** create a now() util that works on browser/node ([8b5864c](https://github.com/code11/engine/commit/8b5864ccef7f3ca4ced8182a9e16869da1197472)) - - - - - -# [4.0.0-alpha.71](https://github.com/code11/engine/compare/v4.0.0-alpha.70...v4.0.0-alpha.71) (2021-09-24) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - - -### Bug Fixes - -* **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) - - -### Features - -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) -* **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) - - - - - -# [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) - - -### Bug Fixes - -* **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) -* **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) -* **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) -* **engine.react-components:** make deps as peerDependencies ([520b3d9](https://github.com/code11/engine/commit/520b3d9bc1c32c33182e624bc4890e7fc733c71c)) -* separate type exports from values ([31f1ea4](https://github.com/code11/engine/commit/31f1ea4e1ee6444c386d0fbfb58a438aae92f7d7)) - - -### Features - -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - - -# [4.0.0-alpha.66](https://github.com/code11/engine/compare/v4.0.0-alpha.65...v4.0.0-alpha.66) (2021-07-29) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.65](https://github.com/code11/engine/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2021-07-29) - - -### Bug Fixes - -* **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) - - - - - -# [4.0.0-alpha.64](https://github.com/code11/engine/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2021-07-28) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) - - -### Bug Fixes - -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) - - - - - -# [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.60](https://github.com/code11/engine/compare/v4.0.0-alpha.59...v4.0.0-alpha.60) (2021-07-19) - - -### Bug Fixes - -* **engine.react-components:** make deps as peerDependencies ([520b3d9](https://github.com/code11/engine/commit/520b3d9bc1c32c33182e624bc4890e7fc733c71c)) - - - - - -# [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) - - -### Bug Fixes - -* **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) - - - - - -# [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) - - -### Bug Fixes - -* separate type exports from values ([31f1ea4](https://github.com/code11/engine/commit/31f1ea4e1ee6444c386d0fbfb58a438aae92f7d7)) -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - -### Features - -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - - -# [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) - - -### Bug Fixes - -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - - -# [4.0.0-alpha.56](https://github.com/code11/engine/compare/v4.0.0-alpha.55...v4.0.0-alpha.56) (2021-07-15) - - -### Features - -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - - -# [4.0.0-alpha.55](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.55) (2021-07-14) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.54](https://github.com/code11/engine/compare/v4.0.0-alpha.51...v4.0.0-alpha.54) (2021-07-14) - - -### Bug Fixes - -* **engine.react-components:** change .npmignore and process ([c433fdd](https://github.com/code11/engine/commit/c433fdda3f6e45272394e804f5983523fcb84753)) - - - - - -# [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - - -### Bug Fixes - -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) -* **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) -* **engine.service-web:** add transform-runtime to provide polyfills ([4a3140a](https://github.com/code11/engine/commit/4a3140a705e5972fb8c525947144cd7139a3df84)) - - -### Features - -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - - -# [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - - -### Bug Fixes - -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) -* **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) - - -### Features - -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - - -# [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) - - -### Bug Fixes - -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) - - -### Features - -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - - -# [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) - - -### Bug Fixes - -* **engine.producer:** change data equality check to a simple stringify with reducer ([50ffcc9](https://github.com/code11/engine/commit/50ffcc9bd128cf3f90cf29ca29bc486b99f8a3da)) -* **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) - - - - - -# [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) - - -### Bug Fixes - -* **engine.producer:** change data equality check to a simple stringify with reducer ([fb90dee](https://github.com/code11/engine/commit/fb90dee55d5f860c9fb179d2a8ea28adb37d9300)) - - - - - -# [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) - - -### Bug Fixes - -* **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) - - - - - -# [4.0.0-alpha.43](https://github.com/code11/engine/compare/v4.0.0-alpha.42...v4.0.0-alpha.43) (2021-02-03) - - -### Bug Fixes - -* **engine.service-web:** add missing babel plugin ([5a6eff4](https://github.com/code11/engine/commit/5a6eff4bf6716956537a04b2f6c60bc3b3243aa0)) - - - - - -# [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) - - -### Bug Fixes - -* **engine.react:** change react prop isMounted to isAlreadyMounted ([c36ec65](https://github.com/code11/engine/commit/c36ec65bf724048a1165e06c7f1123ea29a68f8e)) - - - - - -# [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - - -### Bug Fixes - -* **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) -* **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) -* **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - -### Features - -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) -* **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) - - -### Performance Improvements - -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - - -# [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) - - -### Bug Fixes - -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) - - - - - -# [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) - - -### Bug Fixes - -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - - - - -# [4.0.0-alpha.38](https://github.com/code11/engine/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2021-01-19) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.37](https://github.com/code11/engine/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2021-01-19) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.36](https://github.com/code11/engine/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2021-01-19) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) - - -### Bug Fixes - -* **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) - - - - - -# [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) - - -### Features - -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) - - - - - -# [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) - - -### Features - -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - - -# [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) - - -### Performance Improvements - -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - - -# [4.0.0-alpha.30](https://github.com/code11/engine/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2020-12-15) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.29](https://github.com/code11/engine/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2020-12-14) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) - - -### Bug Fixes - -* **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) -* **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) - - - - - -# [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.25](https://github.com/code11/engine/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2020-12-01) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.24](https://github.com/code11/engine/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2020-12-01) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.23](https://github.com/code11/engine/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2020-12-01) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.22](https://github.com/code11/engine/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2020-11-30) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.20](https://github.com/code11/engine/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2020-11-26) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.18](https://github.com/code11/engine/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2020-11-25) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.13](https://github.com/code11/engine/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-23) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) - -**Note:** Version bump only for package engine - - - - - -# [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) - - -### Bug Fixes - -* **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) -* **engine.react:** change isMounted to isComponentMounted to not conflict with deprecated api ([b196901](https://github.com/code11/engine/commit/b1969018e5e4850f9486b2d1fa384f33e0ef8d91)) - - -### Features - -* **engine.producer:** add clean-up callback for producers ([#94](https://github.com/code11/engine/issues/94)) ([1f989af](https://github.com/code11/engine/commit/1f989af5833a200dbc2e7fb6247301e2c3a73428)), closes [#60](https://github.com/code11/engine/issues/60) -* **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) - - - - - -# [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) - - -### Bug Fixes - -* **engine.db:** import lodash functions from specialized packages instead of global ([#90](https://github.com/code11/engine/issues/90)) ([936140a](https://github.com/code11/engine/commit/936140aeca969df1cb3b8c8c731a88f5e78fde48)) - - - - - -# [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - - -### Features - -* **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) -* **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) - - - - - -# [4.0.0-alpha.5](https://github.com/code11/engine/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2020-09-16) - - -### Bug Fixes - -* **macro:** change types of view ([f65a501](https://github.com/code11/engine/commit/f65a50146347bb2de6535ac2479944307767ba55)) - - - - - -# [4.0.0-alpha.4](https://github.com/code11/engine/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2020-09-06) - - -### Bug Fixes - -* **macro:** removed babel-macros-types casting as they are incomplete & where preventing compilation ([d3fa062](https://github.com/code11/engine/commit/d3fa062ba538759523d8d3c0e357fa47ddb5ceca)) - - -### Features - -* **macro:** use macro config to extend engine configuration ([91fe7b9](https://github.com/code11/engine/commit/91fe7b9bb53e0d0d09ea50fd59c183c582c8efc9)) - - - - - -# [4.0.0-alpha.3](https://github.com/code11/engine/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2020-09-01) - - -### Bug Fixes - -* **engine.db/macro:** add missing dependency. fix types to macro ([1fa9391](https://github.com/code11/engine/commit/1fa939167ee13b438bad9b44457805f0715f4068)) - - - - - -# [4.0.0-alpha.2](https://github.com/code11/engine/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2020-08-28) - - -### Bug Fixes - -* **engine.producer:** change path to support empty paths ([f6a27ff](https://github.com/code11/engine/commit/f6a27ff22c939c97f1368e1f3e5637671a946417)), closes [#52](https://github.com/code11/engine/issues/52) - - - - - -# [4.0.0-alpha.1](https://github.com/code11/engine/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-08-24) - - -### Bug Fixes - -* **engine.macro:** add check for existing import for viewImport ([c8fbc66](https://github.com/code11/engine/commit/c8fbc661222094a604a710e2052ed7b4a3bbb492)) - - - - - -## [3.8.1](https://github.com/code11/engine/compare/v3.8.0...v3.8.1) (2020-05-06) - -**Note:** Version bump only for package engine - - - - - -# 3.8.0 (2020-04-24) +**Note:** Version bump only for package engine +# [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) ### Bug Fixes -* **cra-template-engine:** fix filename typo for structure.js ([d4e8212](https://github.com/code11/engine/commit/d4e82129536f9670d8119861310ef39cafbcc674)) -* **engine:** let the engine export the view so that macros can keep ref ([7073b2a](https://github.com/code11/engine/commit/7073b2a64ab9646962fa38cdc15810fa90f44bb8)) -* **engine-react:** ensure producers are mounted and unmounted ([0685c0e](https://github.com/code11/engine/commit/0685c0ec73069417047020cd96ad8e9a97604dd2)) -* **engine-react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) -* **macro:** add a GenericMacro type for view and producer args ([b10d05b](https://github.com/code11/engine/commit/b10d05bc16c3975729cedf06909a12ed99b83cae)) -* **macro:** add correct producer and view declarations ([03d1295](https://github.com/code11/engine/commit/03d129506e2897f274447652ca923f1c90901bab)) -* **macro:** add missing Ref export for TS ([68e7129](https://github.com/code11/engine/commit/68e7129f92cf827cd70ed2f42a8e34d8f7ba562b)) -* **macro:** change args type from Map to ...args: any[] ([3a183ce](https://github.com/code11/engine/commit/3a183ce67c2b98c11507bd7ea315a45c1528586f)) -* **macro:** ensure that view import doesn\'t happen multiple times ([4848cee](https://github.com/code11/engine/commit/4848ceed6fd8a6ac56676b8aef20eec74bf89f62)) -* **macro:** export INVOKE path as array instead of strings ([c706037](https://github.com/code11/engine/commit/c70603742c021f0d7a4d4cb8605b1e7781c8649f)) -* **macro:** export view and producer types ([d2e8c46](https://github.com/code11/engine/commit/d2e8c46fcb88a384b266de575f2d27ef8fcf02f8)) -* **macro:** if a MemberExpression is detected but not an operation it should be kept ([f4397a4](https://github.com/code11/engine/commit/f4397a439d4fca2d19fb19be5d90160c5cec77fe)) -* **macro:** Macro would replace variable references with array ([3fb3d66](https://github.com/code11/engine/commit/3fb3d66a8cdaccb8411d66515038a98e1d671b7a)) -* **macro:** make top-level CONST as stringLiteral ([b95102a](https://github.com/code11/engine/commit/b95102a8201762918c3bdd33e5faedee5ce04252)) -* **macro:** parse spread objects params the same way as params ([7b3c4d8](https://github.com/code11/engine/commit/7b3c4d83253be00a60f41f3b186ed8efd141ca9a)) -* **macro:** remove producer from compile and add view ([20bc5b3](https://github.com/code11/engine/commit/20bc5b39171449b83aa9438322f2730db1123cbf)) -* **macro:** try a new declaration file build for views ([1fa6e7b](https://github.com/code11/engine/commit/1fa6e7b1f1faf73a1c990bd849eac95b33f6e92d)) -* **producer:** enable unmounting for producers ([d0d3d3c](https://github.com/code11/engine/commit/d0d3d3c2b2d90edded91a13eb1dc48c14df6c348)) -* **producer:** ensure invokable paths are computed properly ([3ab73ff](https://github.com/code11/engine/commit/3ab73ffa9aa8102b850f9101a622902ea529aa03)) -* **producer:** fix calling producers with expired data ([85c38c1](https://github.com/code11/engine/commit/85c38c1832ab0322aca1003c76317e6b06e49d07)) -* **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) -* **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) -* **producer:** merge should set a path if the path does not exists ([263fb71](https://github.com/code11/engine/commit/263fb71c3bd6325434765b39ff4117b8ef63e800)) -* **producer:** redo paths and keep data reference if external props change ([742fb2f](https://github.com/code11/engine/commit/742fb2f57578bb7bfe33e50503c03380b6e52c52)) -* **producer:** remove invokableWith from the GraphInternalNode interface ([8bb4284](https://github.com/code11/engine/commit/8bb428425e4537ef52dfd03fbf535abdbbc40866)) -* **react:** add tests and fix a rendering issue ([def28f8](https://github.com/code11/engine/commit/def28f8b75febaa55bc5200747bcbbd1a19a83f2)) -* **react:** change the update fn to receive args as array instead of object ([95429e5](https://github.com/code11/engine/commit/95429e561668c625f46f49be6ed59ed6fa94cac6)) -* **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) -* **react:** ensure render is called only after the state is generated ([58bf3df](https://github.com/code11/engine/commit/58bf3dfb4354bbe4a7b7137acc2b56e8fcc7450d)) -* **types:** engine had experiments ([5aa0432](https://github.com/code11/engine/commit/5aa04322dc653ef9676092b90d2f0c1a4e58cc00)) -* **types:** make producers accept a StructOperation as args ([bc03f11](https://github.com/code11/engine/commit/bc03f119fe196e0894895b730c8c83163999dc04)) -* **types:** remove render from RenderConfig ([44d0f99](https://github.com/code11/engine/commit/44d0f99c9496e70ede281ec6f9072108a69f6678)) -* **view:** add kebab case for data-props-[prop-name] ([16ddd12](https://github.com/code11/engine/commit/16ddd129eb41b2b06e8df3934c78c7eb9db6c5f2)) -* change types for macro ([af30083](https://github.com/code11/engine/commit/af30083e3a5f89a8334d72de38f7ba6ecf4e5279)) -* change types for macro view and producer ([55d87de](https://github.com/code11/engine/commit/55d87de16a1f3c87e9074f49f9d95d0bfebfb1ef)) +- **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) +# [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) ### Features -* **cra-template-engine:** add cra-template-engine ([2fcca78](https://github.com/code11/engine/commit/2fcca78449abd32dc256b7465d3b2ae1c7dd1832)) -* **engine:** add getContext method ([38e345d](https://github.com/code11/engine/commit/38e345d7647de789f05915e869630d0122d12c03)) -* **engine-react:** add autostart ([4cdebb0](https://github.com/code11/engine/commit/4cdebb093655255612afe31a32dfad1d3f864dc5)) -* **express-example:** add express example for engine-node ([df5baee](https://github.com/code11/engine/commit/df5baee4bbc9d29c38cb1b0bb2a2e39b1553fa99)) -* **macro:** add Prop, Arg as possible values for paths and args and Param for invokable paths ([fc66604](https://github.com/code11/engine/commit/fc66604a1da7393f0117099619a72375010d9bc4)) -* add engineConfig to packagejson. add engine-react test" ([f5818a0](https://github.com/code11/engine/commit/f5818a0ce444d2b6c0c8b6319f5b234ec2f86df4)) -* **macro:** add support for default props ([e3cb4e7](https://github.com/code11/engine/commit/e3cb4e7601e53e343154de608fdaf072da836c6d)) -* **macro:** parse static props and static values ([9f02a29](https://github.com/code11/engine/commit/9f02a292e8d400e9ae98ffbfd4ecacdbfc4c1ba0)) -* **producer:** add producers to the ui-engine ([1969433](https://github.com/code11/engine/commit/196943302098377e6e58180e3bdd6430f10ca285)) -* add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) -* **producer:** add Remove functionality to the engine ([3d8a1c3](https://github.com/code11/engine/commit/3d8a1c3d92bb0bbfc7a31017eb237ce952ef93a8)) -* **provider:** Added the provider macro ([d243af9](https://github.com/code11/engine/commit/d243af9c265b2a03f9571fcecc5c8cd101685585)) -* **view:** keep and augment className for components ([4ba4a89](https://github.com/code11/engine/commit/4ba4a897bf4583e535e50e51735d55f40d991033)) -* **view:** keep data-*, aria-* and role properties ([c4c005b](https://github.com/code11/engine/commit/c4c005b7b7f086c2156fd7c7296dbdc1502a745f)) -* **view:** keep data-props and add used values on component ([996ac96](https://github.com/code11/engine/commit/996ac967942de73e275b2d837a78b7c02c859b0b)) -* change fn invokation to ordered params and add meta.order on struct ([5fcb9f6](https://github.com/code11/engine/commit/5fcb9f64ae374081a6b00de48e4a6b7d151c89fc)) - +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) +# [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) +**Note:** Version bump only for package engine +# [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) -## [3.7.7](https://bitbucket.org/code11-com/engine/compare/v3.7.6...v3.7.7) (2020-03-30) +### Features +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) -### Bug Fixes +# [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) -* **producer:** fix calling producers with expired data ([d3e4383](https://bitbucket.org/code11-com/engine/commits/d3e4383c42959e7b5378026e39d3c1ffbe4d8b15)) -* **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) +### Performance Improvements +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) +# [4.0.0-alpha.30](https://github.com/code11/engine/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2020-12-15) +**Note:** Version bump only for package engine +# [4.0.0-alpha.29](https://github.com/code11/engine/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2020-12-14) -## [3.7.6](https://bitbucket.org/code11-com/engine/compare/v3.7.5...v3.7.6) (2020-03-10) +**Note:** Version bump only for package engine +# [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) ### Bug Fixes -* **engine-react:** ensure producers are mounted and unmounted ([02dc055](https://bitbucket.org/code11-com/engine/commits/02dc055f5d16fe7acfe130cea888e0a86e729b3a)) -* **producer:** enable unmounting for producers ([949b94d](https://bitbucket.org/code11-com/engine/commits/949b94d53fcbfc1054274bd9abc28a8bfe6e6181)) +- **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) +- **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) +# [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) +**Note:** Version bump only for package engine +# [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) +**Note:** Version bump only for package engine -## [3.7.5](https://bitbucket.org/code11-com/engine/compare/v3.7.4...v3.7.5) (2020-03-06) +# [4.0.0-alpha.25](https://github.com/code11/engine/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2020-12-01) +**Note:** Version bump only for package engine -### Bug Fixes +# [4.0.0-alpha.24](https://github.com/code11/engine/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2020-12-01) -* **producer:** merge should set a path if the path does not exists ([4eb2841](https://bitbucket.org/code11-com/engine/commits/4eb2841a3ae91966aae5fd531997a40f399fb495)) +**Note:** Version bump only for package engine +# [4.0.0-alpha.23](https://github.com/code11/engine/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2020-12-01) +**Note:** Version bump only for package engine +# [4.0.0-alpha.22](https://github.com/code11/engine/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2020-11-30) +**Note:** Version bump only for package engine -## [3.7.4](https://bitbucket.org/code11-com/engine/compare/v3.7.3...v3.7.4) (2020-03-04) +# [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) +**Note:** Version bump only for package engine -### Bug Fixes +# [4.0.0-alpha.20](https://github.com/code11/engine/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2020-11-26) -* **macro:** add missing Ref export for TS ([4c9f3bb](https://bitbucket.org/code11-com/engine/commits/4c9f3bb0b99aa4122f4a591d763322f7fb076a8b)) +**Note:** Version bump only for package engine +# [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) +**Note:** Version bump only for package engine +# [4.0.0-alpha.18](https://github.com/code11/engine/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2020-11-25) +**Note:** Version bump only for package engine -## [3.7.3](https://bitbucket.org/code11-com/engine/compare/v3.7.2...v3.7.3) (2020-03-03) +# [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) +**Note:** Version bump only for package engine -### Bug Fixes +# [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) -* **macro:** if a MemberExpression is detected but not an operation it should be kept ([d0b84fb](https://bitbucket.org/code11-com/engine/commits/d0b84fb3a194d9c2771b8cbdc374ddb4b6212ac9)) +**Note:** Version bump only for package engine +# [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) +**Note:** Version bump only for package engine +# [4.0.0-alpha.13](https://github.com/code11/engine/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-23) +**Note:** Version bump only for package engine -## [3.7.2](https://bitbucket.org/code11-com/engine/compare/v3.7.1...v3.7.2) (2020-03-03) +# [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package engine +# [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) + +**Note:** Version bump only for package engine +# [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) +**Note:** Version bump only for package engine +# [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) -## [3.7.1](https://bitbucket.org/code11-com/engine/compare/v3.7.0...v3.7.1) (2020-03-03) +### Bug Fixes -**Note:** Version bump only for package engine +- **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) +- **engine.react:** change isMounted to isComponentMounted to not conflict with deprecated api ([b196901](https://github.com/code11/engine/commit/b1969018e5e4850f9486b2d1fa384f33e0ef8d91)) +### Features +- **engine.producer:** add clean-up callback for producers ([#94](https://github.com/code11/engine/issues/94)) ([1f989af](https://github.com/code11/engine/commit/1f989af5833a200dbc2e7fb6247301e2c3a73428)), closes [#60](https://github.com/code11/engine/issues/60) +- **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) +# [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) +### Bug Fixes -# [3.7.0](https://bitbucket.org/code11-com/engine/compare/v3.6.0...v3.7.0) (2020-03-02) +- **engine.db:** import lodash functions from specialized packages instead of global ([#90](https://github.com/code11/engine/issues/90)) ([936140a](https://github.com/code11/engine/commit/936140aeca969df1cb3b8c8c731a88f5e78fde48)) +# [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) ### Features -* **macro:** add support for default props ([4e88bf8](https://bitbucket.org/code11-com/engine/commits/4e88bf8e60b2468a718bdb1f942420312473ca40)) +- **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) +- **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) +# [4.0.0-alpha.5](https://github.com/code11/engine/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2020-09-16) +### Bug Fixes +- **macro:** change types of view ([f65a501](https://github.com/code11/engine/commit/f65a50146347bb2de6535ac2479944307767ba55)) +# [4.0.0-alpha.4](https://github.com/code11/engine/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2020-09-06) -# [3.6.0](https://bitbucket.org/code11-com/engine/compare/v3.5.5...v3.6.0) (2020-02-25) +### Bug Fixes +- **macro:** removed babel-macros-types casting as they are incomplete & where preventing compilation ([d3fa062](https://github.com/code11/engine/commit/d3fa062ba538759523d8d3c0e357fa47ddb5ceca)) ### Features -* **producer:** add Remove functionality to the engine ([8b78eca](https://bitbucket.org/code11-com/engine/commits/8b78eca92b00ba037c384cd6f92db444e72171cb)) - - +- **macro:** use macro config to extend engine configuration ([91fe7b9](https://github.com/code11/engine/commit/91fe7b9bb53e0d0d09ea50fd59c183c582c8efc9)) +# [4.0.0-alpha.3](https://github.com/code11/engine/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2020-09-01) +### Bug Fixes -## [3.5.5](https://bitbucket.org/code11-com/engine/compare/v3.5.4...v3.5.5) (2020-02-25) +- **engine.db/macro:** add missing dependency. fix types to macro ([1fa9391](https://github.com/code11/engine/commit/1fa939167ee13b438bad9b44457805f0715f4068)) +# [4.0.0-alpha.2](https://github.com/code11/engine/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2020-08-28) ### Bug Fixes -* **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) +- **engine.producer:** change path to support empty paths ([f6a27ff](https://github.com/code11/engine/commit/f6a27ff22c939c97f1368e1f3e5637671a946417)), closes [#52](https://github.com/code11/engine/issues/52) +# [4.0.0-alpha.1](https://github.com/code11/engine/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-08-24) +### Bug Fixes +- **engine.macro:** add check for existing import for viewImport ([c8fbc66](https://github.com/code11/engine/commit/c8fbc661222094a604a710e2052ed7b4a3bbb492)) +## [3.8.1](https://github.com/code11/engine/compare/v3.8.0...v3.8.1) (2020-05-06) -## [3.5.4](https://bitbucket.org/code11-com/engine/compare/v3.5.3...v3.5.4) (2020-02-25) +**Note:** Version bump only for package engine +# 3.8.0 (2020-04-24) ### Bug Fixes -* **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) +- **cra-template-engine:** fix filename typo for structure.js ([d4e8212](https://github.com/code11/engine/commit/d4e82129536f9670d8119861310ef39cafbcc674)) +- **engine:** let the engine export the view so that macros can keep ref ([7073b2a](https://github.com/code11/engine/commit/7073b2a64ab9646962fa38cdc15810fa90f44bb8)) +- **engine-react:** ensure producers are mounted and unmounted ([0685c0e](https://github.com/code11/engine/commit/0685c0ec73069417047020cd96ad8e9a97604dd2)) +- **engine-react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) +- **macro:** add a GenericMacro type for view and producer args ([b10d05b](https://github.com/code11/engine/commit/b10d05bc16c3975729cedf06909a12ed99b83cae)) +- **macro:** add correct producer and view declarations ([03d1295](https://github.com/code11/engine/commit/03d129506e2897f274447652ca923f1c90901bab)) +- **macro:** add missing Ref export for TS ([68e7129](https://github.com/code11/engine/commit/68e7129f92cf827cd70ed2f42a8e34d8f7ba562b)) +- **macro:** change args type from Map to ...args: any[] ([3a183ce](https://github.com/code11/engine/commit/3a183ce67c2b98c11507bd7ea315a45c1528586f)) +- **macro:** ensure that view import doesn\'t happen multiple times ([4848cee](https://github.com/code11/engine/commit/4848ceed6fd8a6ac56676b8aef20eec74bf89f62)) +- **macro:** export INVOKE path as array instead of strings ([c706037](https://github.com/code11/engine/commit/c70603742c021f0d7a4d4cb8605b1e7781c8649f)) +- **macro:** export view and producer types ([d2e8c46](https://github.com/code11/engine/commit/d2e8c46fcb88a384b266de575f2d27ef8fcf02f8)) +- **macro:** if a MemberExpression is detected but not an operation it should be kept ([f4397a4](https://github.com/code11/engine/commit/f4397a439d4fca2d19fb19be5d90160c5cec77fe)) +- **macro:** Macro would replace variable references with array ([3fb3d66](https://github.com/code11/engine/commit/3fb3d66a8cdaccb8411d66515038a98e1d671b7a)) +- **macro:** make top-level CONST as stringLiteral ([b95102a](https://github.com/code11/engine/commit/b95102a8201762918c3bdd33e5faedee5ce04252)) +- **macro:** parse spread objects params the same way as params ([7b3c4d8](https://github.com/code11/engine/commit/7b3c4d83253be00a60f41f3b186ed8efd141ca9a)) +- **macro:** remove producer from compile and add view ([20bc5b3](https://github.com/code11/engine/commit/20bc5b39171449b83aa9438322f2730db1123cbf)) +- **macro:** try a new declaration file build for views ([1fa6e7b](https://github.com/code11/engine/commit/1fa6e7b1f1faf73a1c990bd849eac95b33f6e92d)) +- **producer:** enable unmounting for producers ([d0d3d3c](https://github.com/code11/engine/commit/d0d3d3c2b2d90edded91a13eb1dc48c14df6c348)) +- **producer:** ensure invokable paths are computed properly ([3ab73ff](https://github.com/code11/engine/commit/3ab73ffa9aa8102b850f9101a622902ea529aa03)) +- **producer:** fix calling producers with expired data ([85c38c1](https://github.com/code11/engine/commit/85c38c1832ab0322aca1003c76317e6b06e49d07)) +- **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) +- **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) +- **producer:** merge should set a path if the path does not exists ([263fb71](https://github.com/code11/engine/commit/263fb71c3bd6325434765b39ff4117b8ef63e800)) +- **producer:** redo paths and keep data reference if external props change ([742fb2f](https://github.com/code11/engine/commit/742fb2f57578bb7bfe33e50503c03380b6e52c52)) +- **producer:** remove invokableWith from the GraphInternalNode interface ([8bb4284](https://github.com/code11/engine/commit/8bb428425e4537ef52dfd03fbf535abdbbc40866)) +- **react:** add tests and fix a rendering issue ([def28f8](https://github.com/code11/engine/commit/def28f8b75febaa55bc5200747bcbbd1a19a83f2)) +- **react:** change the update fn to receive args as array instead of object ([95429e5](https://github.com/code11/engine/commit/95429e561668c625f46f49be6ed59ed6fa94cac6)) +- **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) +- **react:** ensure render is called only after the state is generated ([58bf3df](https://github.com/code11/engine/commit/58bf3dfb4354bbe4a7b7137acc2b56e8fcc7450d)) +- **types:** engine had experiments ([5aa0432](https://github.com/code11/engine/commit/5aa04322dc653ef9676092b90d2f0c1a4e58cc00)) +- **types:** make producers accept a StructOperation as args ([bc03f11](https://github.com/code11/engine/commit/bc03f119fe196e0894895b730c8c83163999dc04)) +- **types:** remove render from RenderConfig ([44d0f99](https://github.com/code11/engine/commit/44d0f99c9496e70ede281ec6f9072108a69f6678)) +- **view:** add kebab case for data-props-[prop-name] ([16ddd12](https://github.com/code11/engine/commit/16ddd129eb41b2b06e8df3934c78c7eb9db6c5f2)) +- change types for macro ([af30083](https://github.com/code11/engine/commit/af30083e3a5f89a8334d72de38f7ba6ecf4e5279)) +- change types for macro view and producer ([55d87de](https://github.com/code11/engine/commit/55d87de16a1f3c87e9074f49f9d95d0bfebfb1ef)) +### Features +- **cra-template-engine:** add cra-template-engine ([2fcca78](https://github.com/code11/engine/commit/2fcca78449abd32dc256b7465d3b2ae1c7dd1832)) +- **engine:** add getContext method ([38e345d](https://github.com/code11/engine/commit/38e345d7647de789f05915e869630d0122d12c03)) +- **engine-react:** add autostart ([4cdebb0](https://github.com/code11/engine/commit/4cdebb093655255612afe31a32dfad1d3f864dc5)) +- **express-example:** add express example for engine-node ([df5baee](https://github.com/code11/engine/commit/df5baee4bbc9d29c38cb1b0bb2a2e39b1553fa99)) +- **macro:** add Prop, Arg as possible values for paths and args and Param for invokable paths ([fc66604](https://github.com/code11/engine/commit/fc66604a1da7393f0117099619a72375010d9bc4)) +- add engineConfig to packagejson. add engine-react test" ([f5818a0](https://github.com/code11/engine/commit/f5818a0ce444d2b6c0c8b6319f5b234ec2f86df4)) +- **macro:** add support for default props ([e3cb4e7](https://github.com/code11/engine/commit/e3cb4e7601e53e343154de608fdaf072da836c6d)) +- **macro:** parse static props and static values ([9f02a29](https://github.com/code11/engine/commit/9f02a292e8d400e9ae98ffbfd4ecacdbfc4c1ba0)) +- **producer:** add producers to the ui-engine ([1969433](https://github.com/code11/engine/commit/196943302098377e6e58180e3bdd6430f10ca285)) +- add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) +- **producer:** add Remove functionality to the engine ([3d8a1c3](https://github.com/code11/engine/commit/3d8a1c3d92bb0bbfc7a31017eb237ce952ef93a8)) +- **provider:** Added the provider macro ([d243af9](https://github.com/code11/engine/commit/d243af9c265b2a03f9571fcecc5c8cd101685585)) +- **view:** keep and augment className for components ([4ba4a89](https://github.com/code11/engine/commit/4ba4a897bf4583e535e50e51735d55f40d991033)) +- **view:** keep data-_, aria-_ and role properties ([c4c005b](https://github.com/code11/engine/commit/c4c005b7b7f086c2156fd7c7296dbdc1502a745f)) +- **view:** keep data-props and add used values on component ([996ac96](https://github.com/code11/engine/commit/996ac967942de73e275b2d837a78b7c02c859b0b)) +- change fn invokation to ordered params and add meta.order on struct ([5fcb9f6](https://github.com/code11/engine/commit/5fcb9f64ae374081a6b00de48e4a6b7d151c89fc)) +## [3.7.7](https://bitbucket.org/code11-com/engine/compare/v3.7.6...v3.7.7) (2020-03-30) +### Bug Fixes -## [3.5.3](https://bitbucket.org/code11-com/engine/compare/v3.5.2...v3.5.3) (2020-02-25) +- **producer:** fix calling producers with expired data ([d3e4383](https://bitbucket.org/code11-com/engine/commits/d3e4383c42959e7b5378026e39d3c1ffbe4d8b15)) +- **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) +## [3.7.6](https://bitbucket.org/code11-com/engine/compare/v3.7.5...v3.7.6) (2020-03-10) ### Bug Fixes -* **engine-react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) +- **engine-react:** ensure producers are mounted and unmounted ([02dc055](https://bitbucket.org/code11-com/engine/commits/02dc055f5d16fe7acfe130cea888e0a86e729b3a)) +- **producer:** enable unmounting for producers ([949b94d](https://bitbucket.org/code11-com/engine/commits/949b94d53fcbfc1054274bd9abc28a8bfe6e6181)) + +## [3.7.5](https://bitbucket.org/code11-com/engine/compare/v3.7.4...v3.7.5) (2020-03-06) +### Bug Fixes +- **producer:** merge should set a path if the path does not exists ([4eb2841](https://bitbucket.org/code11-com/engine/commits/4eb2841a3ae91966aae5fd531997a40f399fb495)) +## [3.7.4](https://bitbucket.org/code11-com/engine/compare/v3.7.3...v3.7.4) (2020-03-04) +### Bug Fixes -## [3.5.2](https://bitbucket.org/code11-com/engine/compare/v3.5.1...v3.5.2) (2020-02-05) +- **macro:** add missing Ref export for TS ([4c9f3bb](https://bitbucket.org/code11-com/engine/commits/4c9f3bb0b99aa4122f4a591d763322f7fb076a8b)) +## [3.7.3](https://bitbucket.org/code11-com/engine/compare/v3.7.2...v3.7.3) (2020-03-03) ### Bug Fixes -* **macro:** ensure that view import doesn\'t happen multiple times ([fed1704](https://bitbucket.org/code11-com/engine/commits/fed170488fe94be0eac7290b3ec02f31805de278)) +- **macro:** if a MemberExpression is detected but not an operation it should be kept ([d0b84fb](https://bitbucket.org/code11-com/engine/commits/d0b84fb3a194d9c2771b8cbdc374ddb4b6212ac9)) +## [3.7.2](https://bitbucket.org/code11-com/engine/compare/v3.7.1...v3.7.2) (2020-03-03) +**Note:** Version bump only for package engine +## [3.7.1](https://bitbucket.org/code11-com/engine/compare/v3.7.0...v3.7.1) (2020-03-03) +**Note:** Version bump only for package engine -## [3.5.1](https://bitbucket.org/code11-com/engine/compare/v3.5.0...v3.5.1) (2020-02-04) +# [3.7.0](https://bitbucket.org/code11-com/engine/compare/v3.6.0...v3.7.0) (2020-03-02) +### Features -### Bug Fixes +- **macro:** add support for default props ([4e88bf8](https://bitbucket.org/code11-com/engine/commits/4e88bf8e60b2468a718bdb1f942420312473ca40)) -* **react:** ensure render is called only after the state is generated ([18a3786](https://bitbucket.org/code11-com/engine/commits/18a3786ff9f08d06e1fcdf1287bbf2b2b401fe67)) +# [3.6.0](https://bitbucket.org/code11-com/engine/compare/v3.5.5...v3.6.0) (2020-02-25) +### Features +- **producer:** add Remove functionality to the engine ([8b78eca](https://bitbucket.org/code11-com/engine/commits/8b78eca92b00ba037c384cd6f92db444e72171cb)) +## [3.5.5](https://bitbucket.org/code11-com/engine/compare/v3.5.4...v3.5.5) (2020-02-25) +### Bug Fixes -# [3.5.0](https://bitbucket.org/code11-com/engine/compare/v3.4.0...v3.5.0) (2020-01-31) +- **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) +## [3.5.4](https://bitbucket.org/code11-com/engine/compare/v3.5.3...v3.5.4) (2020-02-25) -### Features +### Bug Fixes + +- **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) -* **engine:** add getContext method ([66b642e](https://bitbucket.org/code11-com/engine/commits/66b642e177a3d3170ae2c284b430b4d69cbb7755)) +## [3.5.3](https://bitbucket.org/code11-com/engine/compare/v3.5.2...v3.5.3) (2020-02-25) +### Bug Fixes +- **engine-react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) +## [3.5.2](https://bitbucket.org/code11-com/engine/compare/v3.5.1...v3.5.2) (2020-02-05) +### Bug Fixes -# [3.4.0](https://bitbucket.org/code11-com/engine/compare/v3.3.1...v3.4.0) (2020-01-27) +- **macro:** ensure that view import doesn\'t happen multiple times ([fed1704](https://bitbucket.org/code11-com/engine/commits/fed170488fe94be0eac7290b3ec02f31805de278)) +## [3.5.1](https://bitbucket.org/code11-com/engine/compare/v3.5.0...v3.5.1) (2020-02-04) ### Bug Fixes -* **cra-template-engine:** fix filename typo for structure.js ([554e481](https://bitbucket.org/code11-com/engine/commits/554e481aa8efc0b404631d94b0a7d81f2abbd4f6)) +- **react:** ensure render is called only after the state is generated ([18a3786](https://bitbucket.org/code11-com/engine/commits/18a3786ff9f08d06e1fcdf1287bbf2b2b401fe67)) +# [3.5.0](https://bitbucket.org/code11-com/engine/compare/v3.4.0...v3.5.0) (2020-01-31) ### Features -* **cra-template-engine:** add cra-template-engine ([67e0c17](https://bitbucket.org/code11-com/engine/commits/67e0c17fc16fc8991239b1ce6fa49de932d1e270)) +- **engine:** add getContext method ([66b642e](https://bitbucket.org/code11-com/engine/commits/66b642e177a3d3170ae2c284b430b4d69cbb7755)) + +# [3.4.0](https://bitbucket.org/code11-com/engine/compare/v3.3.1...v3.4.0) (2020-01-27) +### Bug Fixes +- **cra-template-engine:** fix filename typo for structure.js ([554e481](https://bitbucket.org/code11-com/engine/commits/554e481aa8efc0b404631d94b0a7d81f2abbd4f6)) +### Features +- **cra-template-engine:** add cra-template-engine ([67e0c17](https://bitbucket.org/code11-com/engine/commits/67e0c17fc16fc8991239b1ce6fa49de932d1e270)) ## [3.3.1](https://bitbucket.org/code11-com/engine/compare/v3.3.0...v3.3.1) (2020-01-27) **Note:** Version bump only for package engine - - - - ## [3.2.1](https://bitbucket.org/code11-com/engine/compare/v3.3.0...v3.2.1) (2020-01-27) - - # [3.3.0](https://bitbucket.org/code11-com/engine/compare/v3.1.6...v3.3.0) (2020-01-27) - ### Features -* **engine-react:** add autostart ([ce34530](https://bitbucket.org/code11-com/engine/commits/ce34530c2d6051db3c3a7a6fd96d758ce0ddfd93)) - - +- **engine-react:** add autostart ([ce34530](https://bitbucket.org/code11-com/engine/commits/ce34530c2d6051db3c3a7a6fd96d758ce0ddfd93)) ## [3.1.6](https://bitbucket.org/code11-com/engine/compare/v3.1.5...v3.1.6) (2020-01-23) - ### Bug Fixes -* **producer:** ensure invokable paths are computed properly ([eb6d9a4](https://bitbucket.org/code11-com/engine/commits/eb6d9a45a2ea93d3dd6090d95ec2d30b47c265d9)) -* **react:** add tests and fix a rendering issue ([a5fc847](https://bitbucket.org/code11-com/engine/commits/a5fc8475276d4473d6967e5e4133641b0efcae9a)) -* **react:** change the update fn to receive args as array instead of object ([36af6a2](https://bitbucket.org/code11-com/engine/commits/36af6a221a5ead9db2fcfb18381a7648db7d7a58)) - - +- **producer:** ensure invokable paths are computed properly ([eb6d9a4](https://bitbucket.org/code11-com/engine/commits/eb6d9a45a2ea93d3dd6090d95ec2d30b47c265d9)) +- **react:** add tests and fix a rendering issue ([a5fc847](https://bitbucket.org/code11-com/engine/commits/a5fc8475276d4473d6967e5e4133641b0efcae9a)) +- **react:** change the update fn to receive args as array instead of object ([36af6a2](https://bitbucket.org/code11-com/engine/commits/36af6a221a5ead9db2fcfb18381a7648db7d7a58)) ## [3.1.5](https://bitbucket.org/code11-com/engine/compare/v3.1.4...v3.1.5) (2020-01-21) - ### Bug Fixes -* **macro:** export INVOKE path as array instead of strings ([d972c77](https://bitbucket.org/code11-com/engine/commits/d972c77bb81b786d78fd4dc0e9971fcc53f04968)) -* **producer:** remove invokableWith from the GraphInternalNode interface ([16332bb](https://bitbucket.org/code11-com/engine/commits/16332bb00ea1c3487ad2de138a78dea577025b1f)) - +- **macro:** export INVOKE path as array instead of strings ([d972c77](https://bitbucket.org/code11-com/engine/commits/d972c77bb81b786d78fd4dc0e9971fcc53f04968)) +- **producer:** remove invokableWith from the GraphInternalNode interface ([16332bb](https://bitbucket.org/code11-com/engine/commits/16332bb00ea1c3487ad2de138a78dea577025b1f)) ### Features -* change fn invokation to ordered params and add meta.order on struct ([8b2ace8](https://bitbucket.org/code11-com/engine/commits/8b2ace88c7ac0ac2418e49ecaf48238e22c071aa)) -* **macro:** add Prop, Arg as possible values for paths and args and Param for invokable paths ([558dad8](https://bitbucket.org/code11-com/engine/commits/558dad846c40e4160c3de20b3a9b4554e0dda16c)) - - +- change fn invokation to ordered params and add meta.order on struct ([8b2ace8](https://bitbucket.org/code11-com/engine/commits/8b2ace88c7ac0ac2418e49ecaf48238e22c071aa)) +- **macro:** add Prop, Arg as possible values for paths and args and Param for invokable paths ([558dad8](https://bitbucket.org/code11-com/engine/commits/558dad846c40e4160c3de20b3a9b4554e0dda16c)) ## [3.1.4](https://bitbucket.org/code11-com/engine/compare/v3.2.0...v3.1.4) (2020-01-20) - - # [3.2.0](https://bitbucket.org/code11-com/engine/compare/v3.1.3...v3.2.0) (2020-01-20) - ### Features -* add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) -* add engineConfig to packagejson. add engine-react test" ([921c929](https://bitbucket.org/code11-com/engine/commits/921c9291ca7c93acf0a0e23f592cab03c9fed1db)) -* **express-example:** add express example for engine-node ([fe8050d](https://bitbucket.org/code11-com/engine/commits/fe8050df470791916413eb2e2cdb122d5bdb62dc)) - - +- add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) +- add engineConfig to packagejson. add engine-react test" ([921c929](https://bitbucket.org/code11-com/engine/commits/921c9291ca7c93acf0a0e23f592cab03c9fed1db)) +- **express-example:** add express example for engine-node ([fe8050d](https://bitbucket.org/code11-com/engine/commits/fe8050df470791916413eb2e2cdb122d5bdb62dc)) ## [3.1.3](https://bitbucket.org/code11-com/engine/compare/v3.0.6...v3.1.3) (2020-01-17) - - ## [3.0.6](https://bitbucket.org/code11-com/engine/compare/v3.1.2...v3.0.6) (2020-01-17) - ### Bug Fixes -* **macro:** change args type from Map to ...args: any[] ([89ca87e](https://bitbucket.org/code11-com/engine/commits/89ca87ef358107969c8665ad8b959cf6c72c1731)) - - +- **macro:** change args type from Map to ...args: any[] ([89ca87e](https://bitbucket.org/code11-com/engine/commits/89ca87ef358107969c8665ad8b959cf6c72c1731)) ## [3.1.2](https://bitbucket.org/code11-com/engine/compare/v3.0.5...v3.1.2) (2020-01-17) - - ## [3.0.5](https://bitbucket.org/code11-com/engine/compare/v3.1.1...v3.0.5) (2020-01-17) - ### Bug Fixes -* **types:** remove render from RenderConfig ([079e4e3](https://bitbucket.org/code11-com/engine/commits/079e4e39ccb76b72288165bb6d332b1faad8c3b9)) - - +- **types:** remove render from RenderConfig ([079e4e3](https://bitbucket.org/code11-com/engine/commits/079e4e39ccb76b72288165bb6d332b1faad8c3b9)) ## [3.1.1](https://bitbucket.org/code11-com/engine/compare/v3.0.4...v3.1.1) (2020-01-17) - - ## [3.0.4](https://bitbucket.org/code11-com/engine/compare/v3.1.0...v3.0.4) (2020-01-17) - - # [3.1.0](https://bitbucket.org/code11-com/engine/compare/v3.0.3...v3.1.0) (2020-01-17) - - ## [3.0.3](https://bitbucket.org/code11-com/engine/compare/v3.0.2...v3.0.3) (2020-01-17) - - ## [3.0.2](https://bitbucket.org/code11-com/engine/compare/v3.0.1...v3.0.2) (2020-01-17) - - ## [3.0.1](https://bitbucket.org/code11-com/engine/compare/v1.6.4...v3.0.1) (2020-01-17) - - ## [1.6.4](https://bitbucket.org/code11-com/engine/compare/v1.6.3...v1.6.4) (2020-01-17) - - ## [1.6.3](https://bitbucket.org/code11-com/engine/compare/v2.0.11...v1.6.3) (2020-01-17) - - ## [2.0.11](https://bitbucket.org/code11-com/engine/compare/v2.0.10...v2.0.11) (2020-01-15) - ### Bug Fixes -* change types for macro view and producer ([16b27f8](https://bitbucket.org/code11-com/engine/commits/16b27f894ff345d26ffb9bc076b5e39bd9bf0566)) - - +- change types for macro view and producer ([16b27f8](https://bitbucket.org/code11-com/engine/commits/16b27f894ff345d26ffb9bc076b5e39bd9bf0566)) ## [2.0.10](https://bitbucket.org/code11-com/engine/compare/v2.0.9...v2.0.10) (2020-01-15) - ### Bug Fixes -* change types for macro ([227e5e5](https://bitbucket.org/code11-com/engine/commits/227e5e5fd82b9f9bb74ea7cd081d4117c4b06711)) - - +- change types for macro ([227e5e5](https://bitbucket.org/code11-com/engine/commits/227e5e5fd82b9f9bb74ea7cd081d4117c4b06711)) ## [2.0.9](https://bitbucket.org/code11-com/engine/compare/v2.0.8...v2.0.9) (2020-01-14) - ### Bug Fixes -* **macro:** add a GenericMacro type for view and producer args ([8dddcec](https://bitbucket.org/code11-com/engine/commits/8dddcec9b8b369153247d56cb73eb8014b82b659)) - - +- **macro:** add a GenericMacro type for view and producer args ([8dddcec](https://bitbucket.org/code11-com/engine/commits/8dddcec9b8b369153247d56cb73eb8014b82b659)) ## [2.0.8](https://bitbucket.org/code11-com/engine/compare/v2.0.7...v2.0.8) (2020-01-14) - ### Bug Fixes -* **macro:** try a new declaration file build for views ([9e6ac18](https://bitbucket.org/code11-com/engine/commits/9e6ac18bf2a1e9a450c2eb7e4c73eb6d48497c63)) - - +- **macro:** try a new declaration file build for views ([9e6ac18](https://bitbucket.org/code11-com/engine/commits/9e6ac18bf2a1e9a450c2eb7e4c73eb6d48497c63)) ## [2.0.7](https://bitbucket.org/code11-com/engine/compare/v2.0.6...v2.0.7) (2020-01-14) - ### Bug Fixes -* **macro:** add correct producer and view declarations ([5c1bef6](https://bitbucket.org/code11-com/engine/commits/5c1bef6f895a29e3dec7e189eadf01ce74e050ce)) - - +- **macro:** add correct producer and view declarations ([5c1bef6](https://bitbucket.org/code11-com/engine/commits/5c1bef6f895a29e3dec7e189eadf01ce74e050ce)) ## [2.0.6](https://bitbucket.org/code11-com/engine/compare/v2.0.5...v2.0.6) (2020-01-14) - ### Bug Fixes -* **macro:** export view and producer types ([e7ba5a1](https://bitbucket.org/code11-com/engine/commits/e7ba5a1f24b6fb7691e9648afc46a6f8f0fd49fe)) - - +- **macro:** export view and producer types ([e7ba5a1](https://bitbucket.org/code11-com/engine/commits/e7ba5a1f24b6fb7691e9648afc46a6f8f0fd49fe)) ## [2.0.5](https://bitbucket.org/code11-com/engine/compare/v2.0.4...v2.0.5) (2020-01-14) - ### Bug Fixes -* **engine:** let the engine export the view so that macros can keep ref ([824cca4](https://bitbucket.org/code11-com/engine/commits/824cca488dbec32777b75af5fe123f78e1b64688)) - - +- **engine:** let the engine export the view so that macros can keep ref ([824cca4](https://bitbucket.org/code11-com/engine/commits/824cca488dbec32777b75af5fe123f78e1b64688)) ## [2.0.4](https://bitbucket.org/code11-com/engine/compare/v2.0.3...v2.0.4) (2020-01-14) - - ## [2.0.3](https://bitbucket.org/code11-com/engine/compare/v2.0.2...v2.0.3) (2020-01-14) - ### Bug Fixes -* **types:** make producers accept a StructOperation as args ([8520672](https://bitbucket.org/code11-com/engine/commits/8520672789aefcf596548d452428303240ba6816)) - - +- **types:** make producers accept a StructOperation as args ([8520672](https://bitbucket.org/code11-com/engine/commits/8520672789aefcf596548d452428303240ba6816)) ## [2.0.2](https://bitbucket.org/code11-com/engine/compare/v2.0.1...v2.0.2) (2020-01-14) - ### Bug Fixes -* **macro:** remove producer from compile and add view ([ed01466](https://bitbucket.org/code11-com/engine/commits/ed01466878edea45a48db2aa58c3262f664b6ea7)) - - +- **macro:** remove producer from compile and add view ([ed01466](https://bitbucket.org/code11-com/engine/commits/ed01466878edea45a48db2aa58c3262f664b6ea7)) ## [2.0.1](https://bitbucket.org/code11-com/engine/compare/v2.0.0...v2.0.1) (2020-01-14) - ### Bug Fixes -* **macro:** make top-level CONST as stringLiteral ([4cdfc7d](https://bitbucket.org/code11-com/engine/commits/4cdfc7d25e4453791e515f8402973c73458c7562)) - - +- **macro:** make top-level CONST as stringLiteral ([4cdfc7d](https://bitbucket.org/code11-com/engine/commits/4cdfc7d25e4453791e515f8402973c73458c7562)) # [2.0.0](https://bitbucket.org/code11-com/engine/compare/v1.6.2...v2.0.0) (2020-01-14) - - ## [1.6.2](https://bitbucket.org/code11-com/engine/compare/v1.6.1...v1.6.2) (2019-11-27) - ### Bug Fixes -* **macro:** parse spread objects params the same way as params ([57a97d6](https://bitbucket.org/code11-com/engine/commits/57a97d625bf2459c572025ea0b9bc25ad2929af3)) - - +- **macro:** parse spread objects params the same way as params ([57a97d6](https://bitbucket.org/code11-com/engine/commits/57a97d625bf2459c572025ea0b9bc25ad2929af3)) ## [1.6.1](https://bitbucket.org/code11-com/engine/compare/v1.6.0...v1.6.1) (2019-11-27) - ### Bug Fixes -* **macro:** Macro would replace variable references with array ([ddeea52](https://bitbucket.org/code11-com/engine/commits/ddeea52779ede1cd4fa88c8260f4118d1de46bf8)) - - +- **macro:** Macro would replace variable references with array ([ddeea52](https://bitbucket.org/code11-com/engine/commits/ddeea52779ede1cd4fa88c8260f4118d1de46bf8)) # [1.6.0](https://bitbucket.org/code11-com/engine/compare/v1.5.2...v1.6.0) (2019-11-26) - ### Features -* **macro:** parse static props and static values ([1444ba8](https://bitbucket.org/code11-com/engine/commits/1444ba84a5109acef02b5bf54008fa4d613a81a0)) - - +- **macro:** parse static props and static values ([1444ba8](https://bitbucket.org/code11-com/engine/commits/1444ba84a5109acef02b5bf54008fa4d613a81a0)) ## [1.5.2](https://bitbucket.org/code11-com/engine/compare/v1.5.1...v1.5.2) (2019-11-25) - - ## [1.5.1](https://bitbucket.org/code11-com/engine/compare/v1.5.0...v1.5.1) (2019-11-25) - - # [1.5.0](https://bitbucket.org/code11-com/engine/compare/v1.4.7...v1.5.0) (2019-11-25) - ### Features -* **provider:** Added the provider macro ([488c085](https://bitbucket.org/code11-com/engine/commits/488c0859d3507fe7a91cb3e7178785ac32b8333d)) - - +- **provider:** Added the provider macro ([488c085](https://bitbucket.org/code11-com/engine/commits/488c0859d3507fe7a91cb3e7178785ac32b8333d)) ## [1.4.7](https://bitbucket.org/code11-com/engine/compare/v1.4.6...v1.4.7) (2019-11-22) - - ## [1.4.6](https://bitbucket.org/code11-com/engine/compare/v1.4.5...v1.4.6) (2019-11-21) - - ## [1.4.5](https://bitbucket.org/code11-com/engine/compare/v1.4.4...v1.4.5) (2019-11-21) - - ## [1.4.4](https://bitbucket.org/code11-com/engine/compare/v1.4.3...v1.4.4) (2019-11-20) - ### Bug Fixes -* **types:** engine had experiments ([96946c5](https://bitbucket.org/code11-com/engine/commits/96946c59e1d83b1de7588c5dec8b2c38bc166250)) - - +- **types:** engine had experiments ([96946c5](https://bitbucket.org/code11-com/engine/commits/96946c59e1d83b1de7588c5dec8b2c38bc166250)) ## [1.4.3](https://bitbucket.org/code11-com/engine/compare/v1.4.2...v1.4.3) (2019-11-20) - - ## [1.4.2](https://bitbucket.org/code11-com/engine/compare/v1.4.1...v1.4.2) (2019-11-20) - - ## [1.4.1](https://bitbucket.org/code11-com/engine/compare/v1.4.0...v1.4.1) (2019-11-14) - - # [1.4.0](https://bitbucket.org/code11-com/engine/compare/v1.3.0...v1.4.0) (2019-11-13) - ### Features -* **producer:** add producers to the ui-engine ([0aca61d](https://bitbucket.org/code11-com/engine/commits/0aca61d95338b286f8c50fda02f650f70cdea3a1)) - - +- **producer:** add producers to the ui-engine ([0aca61d](https://bitbucket.org/code11-com/engine/commits/0aca61d95338b286f8c50fda02f650f70cdea3a1)) # [1.3.0](https://bitbucket.org/code11-com/engine/compare/v1.2.0...v1.3.0) (2019-11-13) - ### Features -* **view:** keep data-*, aria-* and role properties ([9bbce16](https://bitbucket.org/code11-com/engine/commits/9bbce163ac37fc5be958f7f028be244d3c2e2d3f)) - - +- **view:** keep data-_, aria-_ and role properties ([9bbce16](https://bitbucket.org/code11-com/engine/commits/9bbce163ac37fc5be958f7f028be244d3c2e2d3f)) # [1.2.0](https://bitbucket.org/code11-com/engine/compare/v1.1.3...v1.2.0) (2019-11-12) - ### Features -* **view:** keep and augment className for components ([fdcdda3](https://bitbucket.org/code11-com/engine/commits/fdcdda363966513aed08ef8c290e8581574f004f)) - - +- **view:** keep and augment className for components ([fdcdda3](https://bitbucket.org/code11-com/engine/commits/fdcdda363966513aed08ef8c290e8581574f004f)) ## [1.1.3](https://bitbucket.org/code11-com/engine/compare/v1.1.2...v1.1.3) (2019-11-12) - - ## [1.1.2](https://bitbucket.org/code11-com/engine/compare/v1.1.1...v1.1.2) (2019-11-12) - ### Bug Fixes -* **view:** add kebab case for data-props-[prop-name] ([7a56bf5](https://bitbucket.org/code11-com/engine/commits/7a56bf56d52ad48941912fe12121c179545ed7c2)) - - +- **view:** add kebab case for data-props-[prop-name] ([7a56bf5](https://bitbucket.org/code11-com/engine/commits/7a56bf56d52ad48941912fe12121c179545ed7c2)) ## [1.1.1](https://bitbucket.org/code11-com/engine/compare/v1.1.0...v1.1.1) (2019-11-12) - - # [1.1.0](https://bitbucket.org/code11-com/engine/compare/v1.0.1...v1.1.0) (2019-11-12) - ### Features -* **view:** keep data-props and add used values on component ([31e2d86](https://bitbucket.org/code11-com/engine/commits/31e2d862bc3a8edc2937e93509ae71ae22052370)) - - +- **view:** keep data-props and add used values on component ([31e2d86](https://bitbucket.org/code11-com/engine/commits/31e2d862bc3a8edc2937e93509ae71ae22052370)) ## 1.0.1 (2019-11-11) diff --git a/lerna.json b/lerna.json index 17c6931e..e96d8acc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,6 @@ { - "packages": [ - "packages/*", - "nm-packages/*" - ], + "packages": ["packages/*", "nm-packages/*"], "npmClient": "yarn", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "changelogPreset": "angular" -} \ No newline at end of file +} diff --git a/nm-packages/engine.dashboard/CHANGELOG.md b/nm-packages/engine.dashboard/CHANGELOG.md index 4715c81b..841d1594 100644 --- a/nm-packages/engine.dashboard/CHANGELOG.md +++ b/nm-packages/engine.dashboard/CHANGELOG.md @@ -3,324 +3,174 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.dashboard +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.dashboard # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) - ### Bug Fixes -* ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) - - - - +- ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.112](https://github.com/code11/engine/compare/v4.0.0-alpha.111...v4.0.0-alpha.112) (2022-06-23) - ### Bug Fixes -* **engine.dashboard:** correct the selectElement update call ([85271cf](https://github.com/code11/engine/commit/85271cf14191276adfacfaebc3c60b2f021bfd36)) - - - - +- **engine.dashboard:** correct the selectElement update call ([85271cf](https://github.com/code11/engine/commit/85271cf14191276adfacfaebc3c60b2f021bfd36)) # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) - ### Features -* add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) - - - - +- add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) # [4.0.0-alpha.110](https://github.com/code11/engine/compare/v4.0.0-alpha.109...v4.0.0-alpha.110) (2022-06-23) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.109](https://github.com/code11/engine/compare/v4.0.0-alpha.108...v4.0.0-alpha.109) (2022-06-22) - ### Features -* **engine.dashboard:** send patch updates back to the app ([6108e9a](https://github.com/code11/engine/commit/6108e9a59aaf11a04b5a85b276818a11324e9f71)) - - - - +- **engine.dashboard:** send patch updates back to the app ([6108e9a](https://github.com/code11/engine/commit/6108e9a59aaf11a04b5a85b276818a11324e9f71)) # [4.0.0-alpha.108](https://github.com/code11/engine/compare/v4.0.0-alpha.107...v4.0.0-alpha.108) (2022-06-22) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) - ### Features -* **engine.dashboard:** add info on elements tab ([53134a6](https://github.com/code11/engine/commit/53134a61266654f3d64af523499740e6ae5a45e7)) - - - - +- **engine.dashboard:** add info on elements tab ([53134a6](https://github.com/code11/engine/commit/53134a61266654f3d64af523499740e6ae5a45e7)) # [4.0.0-alpha.106](https://github.com/code11/engine/compare/v4.0.0-alpha.105...v4.0.0-alpha.106) (2022-06-21) - ### Features -* **engine.dashboard:** add support for saving code ([a371215](https://github.com/code11/engine/commit/a3712156460404883053512c1f64e17124af053d)) - - - - +- **engine.dashboard:** add support for saving code ([a371215](https://github.com/code11/engine/commit/a3712156460404883053512c1f64e17124af053d)) # [4.0.0-alpha.105](https://github.com/code11/engine/compare/v4.0.0-alpha.104...v4.0.0-alpha.105) (2022-06-21) - ### Bug Fixes -* **engine.dashboard:** add enum support for better paths ([f6cea92](https://github.com/code11/engine/commit/f6cea9254ac94008f8d99a12d798da8b86a91bc8)) - - - - +- **engine.dashboard:** add enum support for better paths ([f6cea92](https://github.com/code11/engine/commit/f6cea9254ac94008f8d99a12d798da8b86a91bc8)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) - ### Bug Fixes -* **engine.dashboard:** use index.ejs instead of index.html ([566f199](https://github.com/code11/engine/commit/566f1996be881cc1d54c90ab9fcb3f8c2b5143e9)) - - - - +- **engine.dashboard:** use index.ejs instead of index.html ([566f199](https://github.com/code11/engine/commit/566f1996be881cc1d54c90ab9fcb3f8c2b5143e9)) # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.98](https://github.com/code11/engine/compare/v4.0.0-alpha.97...v4.0.0-alpha.98) (2022-02-07) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.96](https://github.com/code11/engine/compare/v4.0.0-alpha.95...v4.0.0-alpha.96) (2022-01-12) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.95](https://github.com/code11/engine/compare/v4.0.0-alpha.94...v4.0.0-alpha.95) (2021-11-29) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.94](https://github.com/code11/engine/compare/v4.0.0-alpha.93...v4.0.0-alpha.94) (2021-11-29) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.93](https://github.com/code11/engine/compare/v4.0.0-alpha.92...v4.0.0-alpha.93) (2021-11-29) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.92](https://github.com/code11/engine/compare/v4.0.0-alpha.91...v4.0.0-alpha.92) (2021-11-29) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.91](https://github.com/code11/engine/compare/v4.0.0-alpha.90...v4.0.0-alpha.91) (2021-11-28) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.89](https://github.com/code11/engine/compare/v4.0.0-alpha.88...v4.0.0-alpha.89) (2021-11-19) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.88](https://github.com/code11/engine/compare/v4.0.0-alpha.87...v4.0.0-alpha.88) (2021-11-19) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.87](https://github.com/code11/engine/compare/v4.0.0-alpha.86...v4.0.0-alpha.87) (2021-11-19) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) **Note:** Version bump only for package @c11/engine.dashboard - - - - # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) **Note:** Version bump only for package @c11/engine.dashboard diff --git a/nm-packages/engine.dashboard/package.json b/nm-packages/engine.dashboard/package.json index c1dc24b8..487f2d40 100644 --- a/nm-packages/engine.dashboard/package.json +++ b/nm-packages/engine.dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.dashboard", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A dashboard for visualizing and interacting with the engine instance", "scripts": { "test": "echo \"engine-service-web test\"", @@ -17,7 +17,7 @@ "typings": "dist/index.d.ts", "devDependencies": { "@babel/cli": "^7.19.3", - "@c11/engine.service-web": "4.0.0-alpha.121", + "@c11/engine.service-web": "4.0.0-alpha.122", "@types/babel__core": "^7", "@types/body-parser": "^1", "@types/cors": "^2", @@ -47,12 +47,12 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.0", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", - "@c11/engine.patterns": "4.0.0-alpha.121", - "@c11/engine.react": "4.0.0-alpha.121", - "@c11/engine.runtime": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", + "@c11/engine.patterns": "4.0.0-alpha.122", + "@c11/engine.react": "4.0.0-alpha.122", + "@c11/engine.runtime": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", - "@c11/engine.utils": "4.0.0-alpha.121", + "@c11/engine.utils": "4.0.0-alpha.122", "@chakra-ui/icons": "^1.1.7", "@chakra-ui/react": "^1.8.9", "@chakra-ui/system": "^1.12.1", diff --git a/packages/engine.babel-plugin-hmr/CHANGELOG.md b/packages/engine.babel-plugin-hmr/CHANGELOG.md index 3aad0da5..4550cd18 100644 --- a/packages/engine.babel-plugin-hmr/CHANGELOG.md +++ b/packages/engine.babel-plugin-hmr/CHANGELOG.md @@ -3,413 +3,220 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.babel-plugin-hmr # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.108](https://github.com/code11/engine/compare/v4.0.0-alpha.107...v4.0.0-alpha.108) (2022-06-22) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Features -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) - - - - +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) - ### Bug Fixes -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) - ### Bug Fixes -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) - ### Bug Fixes -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Features -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) - ### Features -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.babel-plugin-hmr - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.babel-plugin - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.babel-plugin - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) +- **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) diff --git a/packages/engine.babel-plugin-hmr/package.json b/packages/engine.babel-plugin-hmr/package.json index 3133fc71..78486c47 100644 --- a/packages/engine.babel-plugin-hmr/package.json +++ b/packages/engine.babel-plugin-hmr/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.babel-plugin-hmr", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "Compile engine keywords into code", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -22,7 +22,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@babel/types": "^7.19.3", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@types/babel__core": "^7.1.19", "@types/babel__preset-env": "^7.9.2", "@types/jest": "^29.1.1", diff --git a/packages/engine.babel-plugin-syntax/CHANGELOG.md b/packages/engine.babel-plugin-syntax/CHANGELOG.md index 4521fa1b..944c4447 100644 --- a/packages/engine.babel-plugin-syntax/CHANGELOG.md +++ b/packages/engine.babel-plugin-syntax/CHANGELOG.md @@ -3,428 +3,232 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.babel-plugin-syntax # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) - ### Features -* add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) - - - - +- add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) - ### Features -* add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) - - - - +- add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Features -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) - - - - +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) - ### Bug Fixes -* **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) - - - - +- **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) - ### Bug Fixes -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) - - - - +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) - ### Bug Fixes -* **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) - - - - +- **engine.babel-plugin-syntax:** force exact match for module import ([a772483](https://github.com/code11/engine/commit/a772483344527f8118102cf4d9954e2706eceb05)) # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) - ### Bug Fixes -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) - ### Bug Fixes -* **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) - - - - +- **engine.babel-plugin-syntax:** generate unique ids for view imports ([9f119fd](https://github.com/code11/engine/commit/9f119fdfa766e99c58556f119852f0d102c983b5)) # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Features -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - ### Features -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) - ### Features -* **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) - - - - +- **syntax:** add passthrough capabilities ([b6e0fba](https://github.com/code11/engine/commit/b6e0fba8883b352a5c8bac1d513412c05fac7809)) # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Features -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) - ### Features -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.babel-plugin-syntax - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.babel-plugin - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.babel-plugin - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) +- **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) diff --git a/packages/engine.babel-plugin-syntax/package.json b/packages/engine.babel-plugin-syntax/package.json index b6354f6f..2ab913ee 100644 --- a/packages/engine.babel-plugin-syntax/package.json +++ b/packages/engine.babel-plugin-syntax/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.babel-plugin-syntax", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "Compile engine syntax to js", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/engine.cli/CHANGELOG.md b/packages/engine.cli/CHANGELOG.md index 12c9549b..41c557de 100644 --- a/packages/engine.cli/CHANGELOG.md +++ b/packages/engine.cli/CHANGELOG.md @@ -3,715 +3,371 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.cli +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.cli # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) - ### Bug Fixes -* **engine.cli:** ensure gitignore path is correct ([3eae7c9](https://github.com/code11/engine/commit/3eae7c9763e5d7b85523543d1462fe900e575e38)) - - - - +- **engine.cli:** ensure gitignore path is correct ([3eae7c9](https://github.com/code11/engine/commit/3eae7c9763e5d7b85523543d1462fe900e575e38)) # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.98](https://github.com/code11/engine/compare/v4.0.0-alpha.97...v4.0.0-alpha.98) (2022-02-07) - ### Bug Fixes -* add app-structure.json to gitignore ([ef396d8](https://github.com/code11/engine/commit/ef396d82cd25df03f60d12652272b021fae747df)) -* **engine.cli:** ensure gitignore is removed ([3dd8063](https://github.com/code11/engine/commit/3dd80631832258876b7a73d79af1b48f3768a5ba)) - - - - +- add app-structure.json to gitignore ([ef396d8](https://github.com/code11/engine/commit/ef396d82cd25df03f60d12652272b021fae747df)) +- **engine.cli:** ensure gitignore is removed ([3dd8063](https://github.com/code11/engine/commit/3dd80631832258876b7a73d79af1b48f3768a5ba)) # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.96](https://github.com/code11/engine/compare/v4.0.0-alpha.95...v4.0.0-alpha.96) (2022-01-12) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.89](https://github.com/code11/engine/compare/v4.0.0-alpha.88...v4.0.0-alpha.89) (2021-11-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.87](https://github.com/code11/engine/compare/v4.0.0-alpha.86...v4.0.0-alpha.87) (2021-11-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.82](https://github.com/code11/engine/compare/v4.0.0-alpha.81...v4.0.0-alpha.82) (2021-10-29) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.73](https://github.com/code11/engine/compare/v4.0.0-alpha.72...v4.0.0-alpha.73) (2021-10-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Features -* **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) - - - - +- **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.66](https://github.com/code11/engine/compare/v4.0.0-alpha.65...v4.0.0-alpha.66) (2021-07-29) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.64](https://github.com/code11/engine/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2021-07-28) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Bug Fixes -* **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) - - - - +- **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - ### Bug Fixes -* **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) - - - - +- **engine.cli:** fix commander usage after update ([91654d5](https://github.com/code11/engine/commit/91654d5b2e5da7605ea46821def3a5a34ab2456f)) # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.43](https://github.com/code11/engine/compare/v4.0.0-alpha.42...v4.0.0-alpha.43) (2021-02-03) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.38](https://github.com/code11/engine/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2021-01-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.37](https://github.com/code11/engine/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2021-01-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.36](https://github.com/code11/engine/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2021-01-19) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.30](https://github.com/code11/engine/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2020-12-15) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.29](https://github.com/code11/engine/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2020-12-14) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.25](https://github.com/code11/engine/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2020-12-01) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.24](https://github.com/code11/engine/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2020-12-01) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.23](https://github.com/code11/engine/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2020-12-01) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.22](https://github.com/code11/engine/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2020-11-30) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.20](https://github.com/code11/engine/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2020-11-26) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.18](https://github.com/code11/engine/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2020-11-25) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.cli diff --git a/packages/engine.cli/package.json b/packages/engine.cli/package.json index a6af4082..6ab604f3 100644 --- a/packages/engine.cli/package.json +++ b/packages/engine.cli/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.cli", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A cli for creating and analysing engine applications", "main": "dist/index.js", "bin": { @@ -40,7 +40,7 @@ "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", "@schemastore/package": "^0.0.6", "@types/babel__preset-env": "^7.9.2", @@ -53,7 +53,7 @@ "@babel/core": "^7.19.3", "@babel/plugin-transform-runtime": "^7.19.1", "@babel/runtime": "^7.19.0", - "@c11/engine.runtime": "4.0.0-alpha.121", + "@c11/engine.runtime": "4.0.0-alpha.122", "commander": "^9.4.1", "find-root": "^1.1.0", "ncp": "^2.0.0", diff --git a/packages/engine.db/CHANGELOG.md b/packages/engine.db/CHANGELOG.md index 68fe5fdf..3e75ad7d 100644 --- a/packages/engine.db/CHANGELOG.md +++ b/packages/engine.db/CHANGELOG.md @@ -3,426 +3,232 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.db +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.db # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) - ### Bug Fixes -* wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) - - - - +- wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Bug Fixes -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) - - - - +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - ### Bug Fixes -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) - - - - +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) - ### Bug Fixes -* **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) -* **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) - - - - +- **db:** allow non-json rfc paths ([b99dc2e](https://github.com/code11/engine/commit/b99dc2ec9095ebf2ee13e94be09c1947fc6718c2)) +- **db:** disallow paths with a wildcard ([0ad62a8](https://github.com/code11/engine/commit/0ad62a8efc81450d36b66ba91c1640696e1fc5c5)) # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) - ### Bug Fixes -* **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) - - - - +- **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) - ### Bug Fixes -* **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) - - - - +- **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Bug Fixes -* **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) -* **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - - - +- **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) +- **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) - ### Bug Fixes -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - - - +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) - ### Bug Fixes -* **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) -* **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) - - - - +- **engine.db:** ensure only interested & unique listeners are set and called ([751a122](https://github.com/code11/engine/commit/751a122bd1f11dfd20335324ea61e3684b97e164)) +- **engine.db:** ensure path triggers only occur on required paths ([62ba16f](https://github.com/code11/engine/commit/62ba16f9713d41a87feb2eb8cae477901879220d)) # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) - ### Bug Fixes -* **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) - - - - +- **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) # [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) - ### Bug Fixes -* **engine.db:** import lodash functions from specialized packages instead of global ([#90](https://github.com/code11/engine/issues/90)) ([936140a](https://github.com/code11/engine/commit/936140aeca969df1cb3b8c8c731a88f5e78fde48)) - - - - +- **engine.db:** import lodash functions from specialized packages instead of global ([#90](https://github.com/code11/engine/issues/90)) ([936140a](https://github.com/code11/engine/commit/936140aeca969df1cb3b8c8c731a88f5e78fde48)) # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) **Note:** Version bump only for package @c11/engine.db - - - - # [4.0.0-alpha.3](https://github.com/code11/engine/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2020-09-01) - ### Bug Fixes -* **engine.db/macro:** add missing dependency. fix types to macro ([1fa9391](https://github.com/code11/engine/commit/1fa939167ee13b438bad9b44457805f0715f4068)) +- **engine.db/macro:** add missing dependency. fix types to macro ([1fa9391](https://github.com/code11/engine/commit/1fa939167ee13b438bad9b44457805f0715f4068)) diff --git a/packages/engine.db/package.json b/packages/engine.db/package.json index f98f17ee..93e6295a 100644 --- a/packages/engine.db/package.json +++ b/packages/engine.db/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.db", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "The engine db", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/engine.patterns/CHANGELOG.md b/packages/engine.patterns/CHANGELOG.md index da547297..74e6321f 100644 --- a/packages/engine.patterns/CHANGELOG.md +++ b/packages/engine.patterns/CHANGELOG.md @@ -3,444 +3,243 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.patterns +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.patterns # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.106](https://github.com/code11/engine/compare/v4.0.0-alpha.105...v4.0.0-alpha.106) (2022-06-21) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) - +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) - +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) - +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Bug Fixes -* **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) - +- **engine.patterns:** add clean-up for debug ([9bfe39c](https://github.com/code11/engine/commit/9bfe39c81d6b7392142dc5302a238f44f5e42f7d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.74](https://github.com/code11/engine/compare/v4.0.0-alpha.73...v4.0.0-alpha.74) (2021-10-03) - ### Features -* **engine.patterns:** add debug ([8962201](https://github.com/code11/engine/commit/89622018dc2a7af670ea7bf37f10bedbffad202b)) - - - - +- **engine.patterns:** add debug ([8962201](https://github.com/code11/engine/commit/89622018dc2a7af670ea7bf37f10bedbffad202b)) # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.71](https://github.com/code11/engine/compare/v4.0.0-alpha.70...v4.0.0-alpha.71) (2021-09-24) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) - ### Bug Fixes -* **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) - +- **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) ### Features -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) # [4.0.0-alpha.66](https://github.com/code11/engine/compare/v4.0.0-alpha.65...v4.0.0-alpha.66) (2021-07-29) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.65](https://github.com/code11/engine/compare/v4.0.0-alpha.64...v4.0.0-alpha.65) (2021-07-29) - ### Bug Fixes -* **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) - - - - +- **engine.patterns:** export only type for component ([3f31524](https://github.com/code11/engine/commit/3f31524b15f2ad342b7d7e9342309af794788eb5)) # [4.0.0-alpha.64](https://github.com/code11/engine/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2021-07-28) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) - ### Bug Fixes -* **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) - - - - +- **engine.patterns:** refactor component and join ([7b361d7](https://github.com/code11/engine/commit/7b361d7ee7cbc538dca58589952dc9ee65687e17)) # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) - ### Features -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.56](https://github.com/code11/engine/compare/v4.0.0-alpha.55...v4.0.0-alpha.56) (2021-07-15) - ### Features -* **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) - - - - +- **engine.patterns:** add data types and collection order ([b759af6](https://github.com/code11/engine/commit/b759af6fd0798221af1ee8f3e04bf0b451bd6fdb)) # [4.0.0-alpha.55](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.55) (2021-07-14) **Note:** Version bump only for package @c11/engine.patterns - - - - # [4.0.0-alpha.54](https://github.com/code11/engine/compare/v4.0.0-alpha.51...v4.0.0-alpha.54) (2021-07-14) **Note:** Version bump only for package @c11/engine.patterns diff --git a/packages/engine.patterns/package.json b/packages/engine.patterns/package.json index d63e16f0..8fe8bbca 100644 --- a/packages/engine.patterns/package.json +++ b/packages/engine.patterns/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.patterns", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "Engine patterns and their implementation", "main": "src/index.ts", "license": "MIT", @@ -21,7 +21,7 @@ "src" ], "dependencies": { - "@c11/engine.utils": "4.0.0-alpha.121", + "@c11/engine.utils": "4.0.0-alpha.122", "http-status-codes": "^2.3.0", "lodash": "^4.17.21", "react-is": "^18.3.1" @@ -35,9 +35,9 @@ "@babel/preset-react": "^7.25.7", "@babel/preset-typescript": "^7.25.7", "@babel/runtime": "^7.25.7", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", - "@c11/engine.react": "4.0.0-alpha.121", - "@c11/engine.runtime": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", + "@c11/engine.react": "4.0.0-alpha.122", + "@c11/engine.runtime": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", diff --git a/packages/engine.producer/CHANGELOG.md b/packages/engine.producer/CHANGELOG.md index d98048e1..5d92513b 100644 --- a/packages/engine.producer/CHANGELOG.md +++ b/packages/engine.producer/CHANGELOG.md @@ -3,920 +3,517 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - -### Bug Fixes - -* trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) +**Note:** Version bump only for package @c11/engine.producer +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +### Bug Fixes +- trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) - ### Bug Fixes -* wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) - - - - +- wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) - ### Features -* add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) - - - - +- add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) - ### Features -* add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) - - - - +- add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) - ### Features -* add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) - - - - +- add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) - ### Bug Fixes -* **engine.producer:** test paths for strings and numbers ([39b4435](https://github.com/code11/engine/commit/39b44350b25837fc8951391e78a92527cd5c1bcc)) - - - - +- **engine.producer:** test paths for strings and numbers ([39b4435](https://github.com/code11/engine/commit/39b44350b25837fc8951391e78a92527cd5c1bcc)) # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) - +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) - +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) - +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) - +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) - ### Bug Fixes -* **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) - - - - +- **engine.producer:** ensure cb is called in async producers ([6b69231](https://github.com/code11/engine/commit/6b69231a1d3f716e33e65e8c0e36d7848e68f827)) # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) - ### Bug Fixes -* **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) - - - - +- **engine.producer:** ensure extenalProps aren't loaded twice ([23551d1](https://github.com/code11/engine/commit/23551d179a6e38114369d67573ec3a557871dfea)) # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) - ### Bug Fixes -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) - - - - +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) - ### Bug Fixes -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) - - - - +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) - ### Bug Fixes -* **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) - - - - +- **engine.producer:** ensure that the path proxy will only execute if Proxy exists ([be2999d](https://github.com/code11/engine/commit/be2999d6210ccadce6caf36172911dc2f1f3f7ee)) # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) - ### Bug Fixes -* **engine.producer:** create a now() util that works on browser/node ([8b5864c](https://github.com/code11/engine/commit/8b5864ccef7f3ca4ced8182a9e16869da1197472)) - - - - +- **engine.producer:** create a now() util that works on browser/node ([8b5864c](https://github.com/code11/engine/commit/8b5864ccef7f3ca4ced8182a9e16869da1197472)) # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Bug Fixes -* **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) - +- **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) ### Features -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) - - - - +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) - ### Bug Fixes -* **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) - - - - +- **engine.producer:** if Proxy is not availabe do not attempt to create on ([261f818](https://github.com/code11/engine/commit/261f8180833413b31464f16d7d88fde4eacb2e81)) # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Features -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) - - - - +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - ### Features -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) - - - - +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) - ### Features -* **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) - - - - +- **producer:** add support for passthrough operation ([0239dd8](https://github.com/code11/engine/commit/0239dd8fa69c52561b45a590742e534be9fefc3e)) # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) - ### Bug Fixes -* **engine.producer:** change data equality check to a simple stringify with reducer ([50ffcc9](https://github.com/code11/engine/commit/50ffcc9bd128cf3f90cf29ca29bc486b99f8a3da)) -* **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) - - - - +- **engine.producer:** change data equality check to a simple stringify with reducer ([50ffcc9](https://github.com/code11/engine/commit/50ffcc9bd128cf3f90cf29ca29bc486b99f8a3da)) +- **engine.producer:** comment changes related to data check before calling a producer ([b9bf3c3](https://github.com/code11/engine/commit/b9bf3c3ab21b3d45bd000d1550b3c25334b4ed19)) # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) - ### Bug Fixes -* **engine.producer:** change data equality check to a simple stringify with reducer ([fb90dee](https://github.com/code11/engine/commit/fb90dee55d5f860c9fb179d2a8ea28adb37d9300)) - - - - +- **engine.producer:** change data equality check to a simple stringify with reducer ([fb90dee](https://github.com/code11/engine/commit/fb90dee55d5f860c9fb179d2a8ea28adb37d9300)) # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) - ### Bug Fixes -* **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) - - - - +- **engine.producer:** comment changes related to data check before calling a producer ([4656636](https://github.com/code11/engine/commit/46566360816d5297852519724094ce64866e1b0d)) # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Bug Fixes -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) -* **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) +- **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) ### Features -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) -* **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) - +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) +- **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) ### Performance Improvements -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) - ### Bug Fixes -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) - - - - +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) - ### Bug Fixes -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - - - +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) - ### Bug Fixes -* **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) - - - - +- **engine.producer:** updateListener now updates the correct data from the graph instance ([87e2c86](https://github.com/code11/engine/commit/87e2c8647daae344802ff6656d22e178bbbcb278)) # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) - ### Features -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) - - - - +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) - ### Features -* **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) - - - - +- **engine.producer:** add support for constructors for get, observe and update operations ([#107](https://github.com/code11/engine/issues/107)) ([69690da](https://github.com/code11/engine/commit/69690dad57d197c676f235d9582929934d41bd14)) # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) - ### Performance Improvements -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) - ### Bug Fixes -* **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) - +- **engine.db:** ensure nested paths are converted to object when using set ([#95](https://github.com/code11/engine/issues/95)) ([88dd77a](https://github.com/code11/engine/commit/88dd77a8d545d74bc66058fbeeaededa2e6be778)), closes [#40](https://github.com/code11/engine/issues/40) ### Features -* **engine.producer:** add clean-up callback for producers ([#94](https://github.com/code11/engine/issues/94)) ([1f989af](https://github.com/code11/engine/commit/1f989af5833a200dbc2e7fb6247301e2c3a73428)), closes [#60](https://github.com/code11/engine/issues/60) -* **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) - - - - +- **engine.producer:** add clean-up callback for producers ([#94](https://github.com/code11/engine/issues/94)) ([1f989af](https://github.com/code11/engine/commit/1f989af5833a200dbc2e7fb6247301e2c3a73428)), closes [#60](https://github.com/code11/engine/issues/60) +- **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) - - - - +- **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) # [4.0.0-alpha.5](https://github.com/code11/engine/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2020-09-16) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.4](https://github.com/code11/engine/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2020-09-06) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.3](https://github.com/code11/engine/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2020-09-01) **Note:** Version bump only for package @c11/engine.producer - - - - # [4.0.0-alpha.2](https://github.com/code11/engine/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2020-08-28) - ### Bug Fixes -* **engine.producer:** change path to support empty paths ([f6a27ff](https://github.com/code11/engine/commit/f6a27ff22c939c97f1368e1f3e5637671a946417)), closes [#52](https://github.com/code11/engine/issues/52) - - - - +- **engine.producer:** change path to support empty paths ([f6a27ff](https://github.com/code11/engine/commit/f6a27ff22c939c97f1368e1f3e5637671a946417)), closes [#52](https://github.com/code11/engine/issues/52) # [4.0.0-alpha.1](https://github.com/code11/engine/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-08-24) **Note:** Version bump only for package @c11/engine.producer - - - - ## [3.8.1](https://github.com/code11/engine/compare/v3.8.0...v3.8.1) (2020-05-06) **Note:** Version bump only for package @c11/engine.producer - - - - # 3.8.0 (2020-04-24) - ### Bug Fixes -* **engine.react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) -* **producer:** enable unmounting for producers ([d0d3d3c](https://github.com/code11/engine/commit/d0d3d3c2b2d90edded91a13eb1dc48c14df6c348)) -* **producer:** ensure invokable paths are computed properly ([3ab73ff](https://github.com/code11/engine/commit/3ab73ffa9aa8102b850f9101a622902ea529aa03)) -* **producer:** fix calling producers with expired data ([85c38c1](https://github.com/code11/engine/commit/85c38c1832ab0322aca1003c76317e6b06e49d07)) -* **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) -* **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) -* **producer:** merge should set a path if the path does not exists ([263fb71](https://github.com/code11/engine/commit/263fb71c3bd6325434765b39ff4117b8ef63e800)) -* **producer:** redo paths and keep data reference if external props change ([742fb2f](https://github.com/code11/engine/commit/742fb2f57578bb7bfe33e50503c03380b6e52c52)) -* **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) -* **types:** make producers accept a StructOperation as args ([bc03f11](https://github.com/code11/engine/commit/bc03f119fe196e0894895b730c8c83163999dc04)) - +- **engine.react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) +- **producer:** enable unmounting for producers ([d0d3d3c](https://github.com/code11/engine/commit/d0d3d3c2b2d90edded91a13eb1dc48c14df6c348)) +- **producer:** ensure invokable paths are computed properly ([3ab73ff](https://github.com/code11/engine/commit/3ab73ffa9aa8102b850f9101a622902ea529aa03)) +- **producer:** fix calling producers with expired data ([85c38c1](https://github.com/code11/engine/commit/85c38c1832ab0322aca1003c76317e6b06e49d07)) +- **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) +- **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) +- **producer:** merge should set a path if the path does not exists ([263fb71](https://github.com/code11/engine/commit/263fb71c3bd6325434765b39ff4117b8ef63e800)) +- **producer:** redo paths and keep data reference if external props change ([742fb2f](https://github.com/code11/engine/commit/742fb2f57578bb7bfe33e50503c03380b6e52c52)) +- **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) +- **types:** make producers accept a StructOperation as args ([bc03f11](https://github.com/code11/engine/commit/bc03f119fe196e0894895b730c8c83163999dc04)) ### Features -* add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) -* **producer:** add Remove functionality to the engine ([3d8a1c3](https://github.com/code11/engine/commit/3d8a1c3d92bb0bbfc7a31017eb237ce952ef93a8)) - - - - +- add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) +- **producer:** add Remove functionality to the engine ([3d8a1c3](https://github.com/code11/engine/commit/3d8a1c3d92bb0bbfc7a31017eb237ce952ef93a8)) ## [3.7.7](https://bitbucket.org/code11-com/engine/compare/v3.7.6...v3.7.7) (2020-03-30) - ### Bug Fixes -* **producer:** fix calling producers with expired data ([d3e4383](https://bitbucket.org/code11-com/engine/commits/d3e4383c42959e7b5378026e39d3c1ffbe4d8b15)) -* **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) - - - - +- **producer:** fix calling producers with expired data ([d3e4383](https://bitbucket.org/code11-com/engine/commits/d3e4383c42959e7b5378026e39d3c1ffbe4d8b15)) +- **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) ## [3.7.6](https://bitbucket.org/code11-com/engine/compare/v3.7.5...v3.7.6) (2020-03-10) - ### Bug Fixes -* **producer:** enable unmounting for producers ([949b94d](https://bitbucket.org/code11-com/engine/commits/949b94d53fcbfc1054274bd9abc28a8bfe6e6181)) - - - - +- **producer:** enable unmounting for producers ([949b94d](https://bitbucket.org/code11-com/engine/commits/949b94d53fcbfc1054274bd9abc28a8bfe6e6181)) ## [3.7.5](https://bitbucket.org/code11-com/engine/compare/v3.7.4...v3.7.5) (2020-03-06) - ### Bug Fixes -* **producer:** merge should set a path if the path does not exists ([4eb2841](https://bitbucket.org/code11-com/engine/commits/4eb2841a3ae91966aae5fd531997a40f399fb495)) - - - - +- **producer:** merge should set a path if the path does not exists ([4eb2841](https://bitbucket.org/code11-com/engine/commits/4eb2841a3ae91966aae5fd531997a40f399fb495)) ## [3.7.4](https://bitbucket.org/code11-com/engine/compare/v3.7.3...v3.7.4) (2020-03-04) **Note:** Version bump only for package @c11/engine.producer - - - - ## [3.7.3](https://bitbucket.org/code11-com/engine/compare/v3.7.2...v3.7.3) (2020-03-03) **Note:** Version bump only for package @c11/engine.producer - - - - ## [3.7.2](https://bitbucket.org/code11-com/engine/compare/v3.7.1...v3.7.2) (2020-03-03) **Note:** Version bump only for package @c11/engine.producer - - - - ## [3.7.1](https://bitbucket.org/code11-com/engine/compare/v3.7.0...v3.7.1) (2020-03-03) **Note:** Version bump only for package @c11/engine.producer - - - - # [3.7.0](https://bitbucket.org/code11-com/engine/compare/v3.6.0...v3.7.0) (2020-03-02) **Note:** Version bump only for package @c11/engine.producer - - - - # [3.6.0](https://bitbucket.org/code11-com/engine/compare/v3.5.5...v3.6.0) (2020-02-25) - ### Features -* **producer:** add Remove functionality to the engine ([8b78eca](https://bitbucket.org/code11-com/engine/commits/8b78eca92b00ba037c384cd6f92db444e72171cb)) - - - - +- **producer:** add Remove functionality to the engine ([8b78eca](https://bitbucket.org/code11-com/engine/commits/8b78eca92b00ba037c384cd6f92db444e72171cb)) ## [3.5.5](https://bitbucket.org/code11-com/engine/compare/v3.5.4...v3.5.5) (2020-02-25) - ### Bug Fixes -* **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) - - - - +- **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) ## [3.5.4](https://bitbucket.org/code11-com/engine/compare/v3.5.3...v3.5.4) (2020-02-25) - ### Bug Fixes -* **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) - - - - +- **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) ## [3.5.3](https://bitbucket.org/code11-com/engine/compare/v3.5.2...v3.5.3) (2020-02-25) - ### Bug Fixes -* **engine.react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) - - - - +- **engine.react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) ## [3.5.2](https://bitbucket.org/code11-com/engine/compare/v3.5.1...v3.5.2) (2020-02-05) **Note:** Version bump only for package @c11/engine.producer - - - - ## [3.3.1](https://bitbucket.org/code11-com/engine/compare/v3.3.0...v3.3.1) (2020-01-27) **Note:** Version bump only for package @c11/engine.producer - - - - # [3.3.0](https://bitbucket.org/code11-com/engine/compare/v3.1.6...v3.3.0) (2020-01-27) - - ## [3.1.6](https://bitbucket.org/code11-com/engine/compare/v3.1.5...v3.1.6) (2020-01-23) - ### Bug Fixes -* **producer:** ensure invokable paths are computed properly ([eb6d9a4](https://bitbucket.org/code11-com/engine/commits/eb6d9a45a2ea93d3dd6090d95ec2d30b47c265d9)) - - +- **producer:** ensure invokable paths are computed properly ([eb6d9a4](https://bitbucket.org/code11-com/engine/commits/eb6d9a45a2ea93d3dd6090d95ec2d30b47c265d9)) ## [3.1.5](https://bitbucket.org/code11-com/engine/compare/v3.1.4...v3.1.5) (2020-01-21) - - ## [3.1.4](https://bitbucket.org/code11-com/engine/compare/v3.2.0...v3.1.4) (2020-01-20) - ### Features -* add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) - - +- add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) ## [3.1.2](https://bitbucket.org/code11-com/engine/compare/v3.0.5...v3.1.2) (2020-01-17) - - ## [3.1.1](https://bitbucket.org/code11-com/engine/compare/v3.0.4...v3.1.1) (2020-01-17) - - # [3.1.0](https://bitbucket.org/code11-com/engine/compare/v3.0.3...v3.1.0) (2020-01-17) - - ## [2.0.3](https://bitbucket.org/code11-com/engine/compare/v2.0.2...v2.0.3) (2020-01-14) - ### Bug Fixes -* **types:** make producers accept a StructOperation as args ([8520672](https://bitbucket.org/code11-com/engine/commits/8520672789aefcf596548d452428303240ba6816)) - - +- **types:** make producers accept a StructOperation as args ([8520672](https://bitbucket.org/code11-com/engine/commits/8520672789aefcf596548d452428303240ba6816)) ## [2.0.1](https://bitbucket.org/code11-com/engine/compare/v2.0.0...v2.0.1) (2020-01-14) - - # [2.0.0](https://bitbucket.org/code11-com/engine/compare/v1.6.2...v2.0.0) (2020-01-14) diff --git a/packages/engine.producer/package.json b/packages/engine.producer/package.json index 4f0acb16..7a6e81d6 100644 --- a/packages/engine.producer/package.json +++ b/packages/engine.producer/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.producer", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A programming engine", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -28,7 +28,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.0", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@types/babel__plugin-transform-runtime": "^7", "@types/clone-deep": "^4.0.1", "@types/jest": "^29.1.1", @@ -39,7 +39,7 @@ "typescript": "4.8.4" }, "dependencies": { - "@c11/engine.db": "4.0.0-alpha.121", + "@c11/engine.db": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", "@c11/engine.utils": "4.0.0-alpha.118", "clone-deep": "^4.0.1", diff --git a/packages/engine.react/CHANGELOG.md b/packages/engine.react/CHANGELOG.md index aa918877..6699e2a9 100644 --- a/packages/engine.react/CHANGELOG.md +++ b/packages/engine.react/CHANGELOG.md @@ -3,922 +3,501 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - -### Bug Fixes - -* trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) +**Note:** Version bump only for package @c11/engine.react +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +### Bug Fixes +- trigger graph listeners with same value if paths use wildcards ([72427ca](https://github.com/code11/engine/commit/72427caf3fdb46228276de3d26ddd5720bbf6cd6)) # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) - ### Bug Fixes -* wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) - - - - +- wildcard interoperability with refinees ([804a80c](https://github.com/code11/engine/commit/804a80c5729afd0e56f5cc5595acfc696a0296e8)) # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) - ### Bug Fixes -* ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) - - - - +- ensure react 17 works; update template-react ([b94d476](https://github.com/code11/engine/commit/b94d4761ecf0aeb8b7fa02e1c030b3948dae139f)) # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) - ### Features -* add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) - - - - +- add updates tab ([2acad87](https://github.com/code11/engine/commit/2acad8770f1869e0399e842aff57c67de18bee10)) # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) - ### Features -* add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) - - - - +- add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) - ### Bug Fixes -* **engine.react:** remove error after data update ([69c58e8](https://github.com/code11/engine/commit/69c58e8fc762eed519f395f3eaad70dfa7b03867)) - - - - +- **engine.react:** remove error after data update ([69c58e8](https://github.com/code11/engine/commit/69c58e8fc762eed519f395f3eaad70dfa7b03867)) # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) - ### Bug Fixes -* **engine.react:** enable react hooks in views ([5d45c18](https://github.com/code11/engine/commit/5d45c18e5331fe08bcc877b0d9da07f747e1b3af)) - - - - +- **engine.react:** enable react hooks in views ([5d45c18](https://github.com/code11/engine/commit/5d45c18e5331fe08bcc877b0d9da07f747e1b3af)) # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) - ### Features -* **engine.react:** add children to parent instance ([e842c3c](https://github.com/code11/engine/commit/e842c3c2e85af42877c66190d8071a528a0756d2)) - - - - +- **engine.react:** add children to parent instance ([e842c3c](https://github.com/code11/engine/commit/e842c3c2e85af42877c66190d8071a528a0756d2)) # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Features -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) - - - - +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Features -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) - - - - +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) - ### Features -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) - - - - +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) - ### Features -* **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) - - - - +- **engine.react:** add displayName for easier debug ([6febecf](https://github.com/code11/engine/commit/6febecf39c4b855bb346a8fd73bee9ab43f6bf2b)) # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) - ### Bug Fixes -* **engine.react:** change react prop isMounted to isAlreadyMounted ([c36ec65](https://github.com/code11/engine/commit/c36ec65bf724048a1165e06c7f1123ea29a68f8e)) - - - - +- **engine.react:** change react prop isMounted to isAlreadyMounted ([c36ec65](https://github.com/code11/engine/commit/c36ec65bf724048a1165e06c7f1123ea29a68f8e)) # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Bug Fixes -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) ### Features -* **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) - +- **engine.redner:** add adaptor and make several fixes for engine.producer props ([caea09e](https://github.com/code11/engine/commit/caea09e585dc1a6f230f583af6f61a9bb63c7bc2)) ### Performance Improvements -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) - ### Bug Fixes -* **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) - - - - +- **engine.producer:** ensure that first call always gets made ([8802a03](https://github.com/code11/engine/commit/8802a0313ba4662ce84b3657dcb6fc13a7e5a542)) # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) - ### Bug Fixes -* **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) - - - - +- **engine.producer:** various fixes for cloning, data updates and callbacks ([1ef31fc](https://github.com/code11/engine/commit/1ef31fc64e7450db3bfbf29049e97b3fca12ba6d)) # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) - ### Performance Improvements -* **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) - - - - +- **engine.react:** add serializers to detect changes faster ([2d5fc90](https://github.com/code11/engine/commit/2d5fc903a755eb3cf078c2aa5cbc16c10487d24a)) # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) - ### Bug Fixes -* **engine.react:** change isMounted to isComponentMounted to not conflict with deprecated api ([b196901](https://github.com/code11/engine/commit/b1969018e5e4850f9486b2d1fa384f33e0ef8d91)) - +- **engine.react:** change isMounted to isComponentMounted to not conflict with deprecated api ([b196901](https://github.com/code11/engine/commit/b1969018e5e4850f9486b2d1fa384f33e0ef8d91)) ### Features -* **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) - - - - +- **engine.producer:** add methods to get and update operations ([#93](https://github.com/code11/engine/issues/93)) ([437f1fd](https://github.com/code11/engine/commit/437f1fdfee9051f3e417d51ac7dcc333953753a0)), closes [#53](https://github.com/code11/engine/issues/53) # [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) - - - - +- **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) # [4.0.0-alpha.5](https://github.com/code11/engine/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2020-09-16) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.4](https://github.com/code11/engine/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2020-09-06) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.3](https://github.com/code11/engine/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2020-09-01) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.2](https://github.com/code11/engine/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2020-08-28) **Note:** Version bump only for package @c11/engine.react - - - - # [4.0.0-alpha.1](https://github.com/code11/engine/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-08-24) **Note:** Version bump only for package @c11/engine.react - - - - ## [3.8.1](https://github.com/code11/engine/compare/v3.8.0...v3.8.1) (2020-05-06) **Note:** Version bump only for package @c11/engine-react - - - - # 3.8.0 (2020-04-24) - ### Bug Fixes -* **engine-react:** ensure producers are mounted and unmounted ([0685c0e](https://github.com/code11/engine/commit/0685c0ec73069417047020cd96ad8e9a97604dd2)) -* **engine-react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) -* **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) -* **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) -* **react:** add tests and fix a rendering issue ([def28f8](https://github.com/code11/engine/commit/def28f8b75febaa55bc5200747bcbbd1a19a83f2)) -* **react:** change the update fn to receive args as array instead of object ([95429e5](https://github.com/code11/engine/commit/95429e561668c625f46f49be6ed59ed6fa94cac6)) -* **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) -* **react:** ensure render is called only after the state is generated ([58bf3df](https://github.com/code11/engine/commit/58bf3dfb4354bbe4a7b7137acc2b56e8fcc7450d)) - +- **engine-react:** ensure producers are mounted and unmounted ([0685c0e](https://github.com/code11/engine/commit/0685c0ec73069417047020cd96ad8e9a97604dd2)) +- **engine-react:** ensure prop changes are propagated ([d0005df](https://github.com/code11/engine/commit/d0005dfe001083c74cac4efbe34feda5a4e90d90)) +- **producer:** fix cloning of references ([c130491](https://github.com/code11/engine/commit/c1304917a0e7df22d7cfc181d24815c28626d0e5)) +- **producer:** fix falsy values not being transfered to producer/view ([d25b836](https://github.com/code11/engine/commit/d25b836a4b64672ccb99a60a6650cdda6282dbed)) +- **react:** add tests and fix a rendering issue ([def28f8](https://github.com/code11/engine/commit/def28f8b75febaa55bc5200747bcbbd1a19a83f2)) +- **react:** change the update fn to receive args as array instead of object ([95429e5](https://github.com/code11/engine/commit/95429e561668c625f46f49be6ed59ed6fa94cac6)) +- **react:** ensure refs are not cloned but kept as is ([79f028e](https://github.com/code11/engine/commit/79f028eab4db4e173083c441233834b628a96b51)) +- **react:** ensure render is called only after the state is generated ([58bf3df](https://github.com/code11/engine/commit/58bf3dfb4354bbe4a7b7137acc2b56e8fcc7450d)) ### Features -* add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) -* add engineConfig to packagejson. add engine-react test" ([f5818a0](https://github.com/code11/engine/commit/f5818a0ce444d2b6c0c8b6319f5b234ec2f86df4)) -* **engine:** add getContext method ([38e345d](https://github.com/code11/engine/commit/38e345d7647de789f05915e869630d0122d12c03)) -* **engine-react:** add autostart ([4cdebb0](https://github.com/code11/engine/commit/4cdebb093655255612afe31a32dfad1d3f864dc5)) - - - - +- add engine-cra-example ([6b40388](https://github.com/code11/engine/commit/6b40388a609f2ed73c92f7c67d522dbc1961888f)) +- add engineConfig to packagejson. add engine-react test" ([f5818a0](https://github.com/code11/engine/commit/f5818a0ce444d2b6c0c8b6319f5b234ec2f86df4)) +- **engine:** add getContext method ([38e345d](https://github.com/code11/engine/commit/38e345d7647de789f05915e869630d0122d12c03)) +- **engine-react:** add autostart ([4cdebb0](https://github.com/code11/engine/commit/4cdebb093655255612afe31a32dfad1d3f864dc5)) ## [3.7.7](https://bitbucket.org/code11-com/engine/compare/v3.7.6...v3.7.7) (2020-03-30) - ### Bug Fixes -* **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) - - - - +- **producer:** fix falsy values not being transfered to producer/view ([b16787f](https://bitbucket.org/code11-com/engine/commits/b16787fbc1229670bb2372bb062c3397a966445f)) ## [3.7.6](https://bitbucket.org/code11-com/engine/compare/v3.7.5...v3.7.6) (2020-03-10) - ### Bug Fixes -* **engine-react:** ensure producers are mounted and unmounted ([02dc055](https://bitbucket.org/code11-com/engine/commits/02dc055f5d16fe7acfe130cea888e0a86e729b3a)) - - - - +- **engine-react:** ensure producers are mounted and unmounted ([02dc055](https://bitbucket.org/code11-com/engine/commits/02dc055f5d16fe7acfe130cea888e0a86e729b3a)) ## [3.7.5](https://bitbucket.org/code11-com/engine/compare/v3.7.4...v3.7.5) (2020-03-06) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.7.4](https://bitbucket.org/code11-com/engine/compare/v3.7.3...v3.7.4) (2020-03-04) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.7.3](https://bitbucket.org/code11-com/engine/compare/v3.7.2...v3.7.3) (2020-03-03) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.7.2](https://bitbucket.org/code11-com/engine/compare/v3.7.1...v3.7.2) (2020-03-03) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.7.1](https://bitbucket.org/code11-com/engine/compare/v3.7.0...v3.7.1) (2020-03-03) **Note:** Version bump only for package @c11/engine-react - - - - # [3.7.0](https://bitbucket.org/code11-com/engine/compare/v3.6.0...v3.7.0) (2020-03-02) **Note:** Version bump only for package @c11/engine-react - - - - # [3.6.0](https://bitbucket.org/code11-com/engine/compare/v3.5.5...v3.6.0) (2020-02-25) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.5.5](https://bitbucket.org/code11-com/engine/compare/v3.5.4...v3.5.5) (2020-02-25) - ### Bug Fixes -* **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) - - - - +- **producer:** fix cloning of references ([42cd510](https://bitbucket.org/code11-com/engine/commits/42cd510e8a16f495908fdc9892f47e58d64cf262)) ## [3.5.4](https://bitbucket.org/code11-com/engine/compare/v3.5.3...v3.5.4) (2020-02-25) - ### Bug Fixes -* **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) - - - - +- **react:** ensure refs are not cloned but kept as is ([0acb5d1](https://bitbucket.org/code11-com/engine/commits/0acb5d1f55162e0d9969fdcfce84e9a7cdaceab2)) ## [3.5.3](https://bitbucket.org/code11-com/engine/compare/v3.5.2...v3.5.3) (2020-02-25) - ### Bug Fixes -* **engine-react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) - - - - +- **engine-react:** ensure prop changes are propagated ([763433e](https://bitbucket.org/code11-com/engine/commits/763433ecc2969972d31aa8231cdb5293fcd9fa4c)) ## [3.5.2](https://bitbucket.org/code11-com/engine/compare/v3.5.1...v3.5.2) (2020-02-05) **Note:** Version bump only for package @c11/engine-react - - - - ## [3.5.1](https://bitbucket.org/code11-com/engine/compare/v3.5.0...v3.5.1) (2020-02-04) - ### Bug Fixes -* **react:** ensure render is called only after the state is generated ([18a3786](https://bitbucket.org/code11-com/engine/commits/18a3786ff9f08d06e1fcdf1287bbf2b2b401fe67)) - - - - +- **react:** ensure render is called only after the state is generated ([18a3786](https://bitbucket.org/code11-com/engine/commits/18a3786ff9f08d06e1fcdf1287bbf2b2b401fe67)) # [3.5.0](https://bitbucket.org/code11-com/engine/compare/v3.4.0...v3.5.0) (2020-01-31) - ### Features -* **engine:** add getContext method ([66b642e](https://bitbucket.org/code11-com/engine/commits/66b642e177a3d3170ae2c284b430b4d69cbb7755)) - - - - +- **engine:** add getContext method ([66b642e](https://bitbucket.org/code11-com/engine/commits/66b642e177a3d3170ae2c284b430b4d69cbb7755)) ## [3.3.1](https://bitbucket.org/code11-com/engine/compare/v3.3.0...v3.3.1) (2020-01-27) **Note:** Version bump only for package @c11/engine-react - - - - # [3.3.0](https://bitbucket.org/code11-com/engine/compare/v3.1.6...v3.3.0) (2020-01-27) - ### Features -* **engine-react:** add autostart ([ce34530](https://bitbucket.org/code11-com/engine/commits/ce34530c2d6051db3c3a7a6fd96d758ce0ddfd93)) - - +- **engine-react:** add autostart ([ce34530](https://bitbucket.org/code11-com/engine/commits/ce34530c2d6051db3c3a7a6fd96d758ce0ddfd93)) ## [3.1.6](https://bitbucket.org/code11-com/engine/compare/v3.1.5...v3.1.6) (2020-01-23) - ### Bug Fixes -* **react:** add tests and fix a rendering issue ([a5fc847](https://bitbucket.org/code11-com/engine/commits/a5fc8475276d4473d6967e5e4133641b0efcae9a)) -* **react:** change the update fn to receive args as array instead of object ([36af6a2](https://bitbucket.org/code11-com/engine/commits/36af6a221a5ead9db2fcfb18381a7648db7d7a58)) - - +- **react:** add tests and fix a rendering issue ([a5fc847](https://bitbucket.org/code11-com/engine/commits/a5fc8475276d4473d6967e5e4133641b0efcae9a)) +- **react:** change the update fn to receive args as array instead of object ([36af6a2](https://bitbucket.org/code11-com/engine/commits/36af6a221a5ead9db2fcfb18381a7648db7d7a58)) ## [3.1.5](https://bitbucket.org/code11-com/engine/compare/v3.1.4...v3.1.5) (2020-01-21) - - ## [3.1.4](https://bitbucket.org/code11-com/engine/compare/v3.2.0...v3.1.4) (2020-01-20) - ### Features -* add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) -* add engineConfig to packagejson. add engine-react test" ([921c929](https://bitbucket.org/code11-com/engine/commits/921c9291ca7c93acf0a0e23f592cab03c9fed1db)) - - +- add engine-cra-example ([7679276](https://bitbucket.org/code11-com/engine/commits/7679276a51f1d1fc052ddb45552a027ba45438c4)) +- add engineConfig to packagejson. add engine-react test" ([921c929](https://bitbucket.org/code11-com/engine/commits/921c9291ca7c93acf0a0e23f592cab03c9fed1db)) ## [3.1.2](https://bitbucket.org/code11-com/engine/compare/v3.0.5...v3.1.2) (2020-01-17) - - ## [3.1.1](https://bitbucket.org/code11-com/engine/compare/v3.0.4...v3.1.1) (2020-01-17) - - # [3.1.0](https://bitbucket.org/code11-com/engine/compare/v3.0.3...v3.1.0) (2020-01-17) diff --git a/packages/engine.react/package.json b/packages/engine.react/package.json index 002c24d8..bff54282 100644 --- a/packages/engine.react/package.json +++ b/packages/engine.react/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.react", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A programming engine for a react environment", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -29,10 +29,10 @@ "dist" ], "dependencies": { - "@c11/engine.producer": "4.0.0-alpha.121", - "@c11/engine.runtime": "4.0.0-alpha.121", + "@c11/engine.producer": "4.0.0-alpha.122", + "@c11/engine.runtime": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", - "@c11/engine.utils": "4.0.0-alpha.121", + "@c11/engine.utils": "4.0.0-alpha.122", "jest-silent-reporter": "^0.5.0", "lodash": "^4.17.21" }, @@ -44,7 +44,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/jest": "^29.1.1", diff --git a/packages/engine.runtime/CHANGELOG.md b/packages/engine.runtime/CHANGELOG.md index a0858000..943c5a00 100644 --- a/packages/engine.runtime/CHANGELOG.md +++ b/packages/engine.runtime/CHANGELOG.md @@ -3,535 +3,280 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.runtime +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.runtime # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) - ### Features -* add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) - - - - +- add PATCH_APPLIED and STATE_UPDATED events ([e1c0e88](https://github.com/code11/engine/commit/e1c0e88d11a163a1d10dde754943231d1122537a)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) - ### Bug Fixes -* **engine.runtime:** sanity checks to ensure module use is ok ([63063a8](https://github.com/code11/engine/commit/63063a8ddc5328603002fcdde34613dc8606f748)) - - - - +- **engine.runtime:** sanity checks to ensure module use is ok ([63063a8](https://github.com/code11/engine/commit/63063a8ddc5328603002fcdde34613dc8606f748)) # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) - ### Bug Fixes -* **engine.runtime:** change naming to status ([a6582c4](https://github.com/code11/engine/commit/a6582c4bb450c6421654462b09db863ebe8255cb)) - - - - +- **engine.runtime:** change naming to status ([a6582c4](https://github.com/code11/engine/commit/a6582c4bb450c6421654462b09db863ebe8255cb)) # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) - ### Features -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) - - - - +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) - ### Features -* **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) - - - - +- **engine.producer:** add isPath fn to producer and engine.runtime ([e458032](https://github.com/code11/engine/commit/e458032870dbc5771de89f5460462cf65a1cd5bb)) # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.runtime - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) **Note:** Version bump only for package @c11/engine - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) **Note:** Version bump only for package @c11/engine diff --git a/packages/engine.runtime/package.json b/packages/engine.runtime/package.json index 91f23973..65467c53 100644 --- a/packages/engine.runtime/package.json +++ b/packages/engine.runtime/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.runtime", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A runtime for engine applications", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -16,8 +16,8 @@ "test": "yarn run test:coverage" }, "dependencies": { - "@c11/engine.db": "4.0.0-alpha.121", - "@c11/engine.producer": "4.0.0-alpha.121", + "@c11/engine.db": "4.0.0-alpha.122", + "@c11/engine.producer": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121", "@c11/engine.utils": "4.0.0-alpha.118", "lodash": "^4.17.21" @@ -28,7 +28,7 @@ "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.186", "@types/node": "^18.11.18", diff --git a/packages/engine.service-web/CHANGELOG.md b/packages/engine.service-web/CHANGELOG.md index a1a27dfe..1086999c 100644 --- a/packages/engine.service-web/CHANGELOG.md +++ b/packages/engine.service-web/CHANGELOG.md @@ -3,755 +3,399 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.service-web +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.service-web # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.110](https://github.com/code11/engine/compare/v4.0.0-alpha.109...v4.0.0-alpha.110) (2022-06-23) - ### Bug Fixes -* **engine.service-web:** ensure assets are built without esModules ([199ccd7](https://github.com/code11/engine/commit/199ccd77f3e1bbede09f1b1c0cc887b9b5dee410)) - - - - +- **engine.service-web:** ensure assets are built without esModules ([199ccd7](https://github.com/code11/engine/commit/199ccd77f3e1bbede09f1b1c0cc887b9b5dee410)) # [4.0.0-alpha.108](https://github.com/code11/engine/compare/v4.0.0-alpha.107...v4.0.0-alpha.108) (2022-06-22) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.105](https://github.com/code11/engine/compare/v4.0.0-alpha.104...v4.0.0-alpha.105) (2022-06-21) - ### Bug Fixes -* **engine.service-web:** disable caching if output structure is enabled ([cc27e08](https://github.com/code11/engine/commit/cc27e08edc35afbd3ee1c0c9fb92b9ed739ea75e)) - - - - +- **engine.service-web:** disable caching if output structure is enabled ([cc27e08](https://github.com/code11/engine/commit/cc27e08edc35afbd3ee1c0c9fb92b9ed739ea75e)) # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) - ### Bug Fixes -* **engine.service-web:** ensure publicPath is properly used ([7574fba](https://github.com/code11/engine/commit/7574fba21ce48e34399e208a79afcc9705240123)) - - - - +- **engine.service-web:** ensure publicPath is properly used ([7574fba](https://github.com/code11/engine/commit/7574fba21ce48e34399e208a79afcc9705240123)) # [4.0.0-alpha.98](https://github.com/code11/engine/compare/v4.0.0-alpha.97...v4.0.0-alpha.98) (2022-02-07) - ### Bug Fixes -* **engine.service-web:** add configPath variable to build and small updates ([68a94a2](https://github.com/code11/engine/commit/68a94a2b9ec52eb47b7d0da89cbf699d14363c98)) - - - - +- **engine.service-web:** add configPath variable to build and small updates ([68a94a2](https://github.com/code11/engine/commit/68a94a2b9ec52eb47b7d0da89cbf699d14363c98)) # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.96](https://github.com/code11/engine/compare/v4.0.0-alpha.95...v4.0.0-alpha.96) (2022-01-12) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.89](https://github.com/code11/engine/compare/v4.0.0-alpha.88...v4.0.0-alpha.89) (2021-11-19) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.87](https://github.com/code11/engine/compare/v4.0.0-alpha.86...v4.0.0-alpha.87) (2021-11-19) - ### Bug Fixes -* **engine.service-web:** fix typo to enable engine output to generate ([bf3130c](https://github.com/code11/engine/commit/bf3130c635c11584f947957ff1e0bc63eb9a6b52)) - - - - +- **engine.service-web:** fix typo to enable engine output to generate ([bf3130c](https://github.com/code11/engine/commit/bf3130c635c11584f947957ff1e0bc63eb9a6b52)) # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.82](https://github.com/code11/engine/compare/v4.0.0-alpha.81...v4.0.0-alpha.82) (2021-10-29) - ### Bug Fixes -* **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) - - - - +- **engine.service-web:** ensure webpack optimization doesn't fail with root modules ([42a7d69](https://github.com/code11/engine/commit/42a7d69553eaf59ba2d396af37e287b6917d061d)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) - ### Bug Fixes -* **engine.service-web:** add full path for css indent ([7e8f01c](https://github.com/code11/engine/commit/7e8f01c925229b279aa471a702b59828b29a9e4d)) - - - - +- **engine.service-web:** add full path for css indent ([7e8f01c](https://github.com/code11/engine/commit/7e8f01c925229b279aa471a702b59828b29a9e4d)) # [4.0.0-alpha.73](https://github.com/code11/engine/compare/v4.0.0-alpha.72...v4.0.0-alpha.73) (2021-10-03) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) - ### Features -* add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) -* **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) - - - - +- add viewId and producerId support ([894ff08](https://github.com/code11/engine/commit/894ff089149c276e383aefb3ae4d92cd5a8aaade)) +- **engine.service-web:** use the tailwindcss version from the env ([9a86c54](https://github.com/code11/engine/commit/9a86c54d29980c03a66e5ddab3c251ebefe4440f)) # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.66](https://github.com/code11/engine/compare/v4.0.0-alpha.65...v4.0.0-alpha.66) (2021-07-29) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.64](https://github.com/code11/engine/compare/v4.0.0-alpha.63...v4.0.0-alpha.64) (2021-07-28) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) - ### Bug Fixes -* **engine.service-web:** add transform-runtime to provide polyfills ([4a3140a](https://github.com/code11/engine/commit/4a3140a705e5972fb8c525947144cd7139a3df84)) - - - - +- **engine.service-web:** add transform-runtime to provide polyfills ([4a3140a](https://github.com/code11/engine/commit/4a3140a705e5972fb8c525947144cd7139a3df84)) # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.43](https://github.com/code11/engine/compare/v4.0.0-alpha.42...v4.0.0-alpha.43) (2021-02-03) - ### Bug Fixes -* **engine.service-web:** add missing babel plugin ([5a6eff4](https://github.com/code11/engine/commit/5a6eff4bf6716956537a04b2f6c60bc3b3243aa0)) - - - - +- **engine.service-web:** add missing babel plugin ([5a6eff4](https://github.com/code11/engine/commit/5a6eff4bf6716956537a04b2f6c60bc3b3243aa0)) # [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.38](https://github.com/code11/engine/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2021-01-19) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.30](https://github.com/code11/engine/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2020-12-15) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.29](https://github.com/code11/engine/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2020-12-14) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.25](https://github.com/code11/engine/compare/v4.0.0-alpha.24...v4.0.0-alpha.25) (2020-12-01) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.24](https://github.com/code11/engine/compare/v4.0.0-alpha.23...v4.0.0-alpha.24) (2020-12-01) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.23](https://github.com/code11/engine/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2020-12-01) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.22](https://github.com/code11/engine/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2020-11-30) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.service-web - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli-service-web - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli-service-web - - - - # [4.0.0-alpha.13](https://github.com/code11/engine/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli-service-web - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.cli-service-web - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.cli-service-web diff --git a/packages/engine.service-web/package.json b/packages/engine.service-web/package.json index 06506c87..13998d29 100644 --- a/packages/engine.service-web/package.json +++ b/packages/engine.service-web/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.service-web", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A service for running and building engine.react applications", "main": "dist/index.js", "bin": { @@ -51,11 +51,11 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.0", - "@c11/engine.babel-plugin-hmr": "4.0.0-alpha.121", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", - "@c11/engine.react": "4.0.0-alpha.121", - "@c11/engine.runtime": "4.0.0-alpha.121", - "@c11/engine.utils": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-hmr": "4.0.0-alpha.122", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", + "@c11/engine.react": "4.0.0-alpha.122", + "@c11/engine.runtime": "4.0.0-alpha.122", + "@c11/engine.utils": "4.0.0-alpha.122", "@svgr/webpack": "^5.5.0", "@teamsupercell/typings-for-css-modules-loader": "^2.5.1", "@types/react": "^18.0.27", diff --git a/packages/engine.test/CHANGELOG.md b/packages/engine.test/CHANGELOG.md index dff3bbf9..8384cead 100644 --- a/packages/engine.test/CHANGELOG.md +++ b/packages/engine.test/CHANGELOG.md @@ -3,567 +3,292 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.test +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.test # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.115](https://github.com/code11/engine/compare/v4.0.0-alpha.114...v4.0.0-alpha.115) (2022-09-08) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.113](https://github.com/code11/engine/compare/v4.0.0-alpha.112...v4.0.0-alpha.113) (2022-07-07) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.103](https://github.com/code11/engine/compare/v4.0.0-alpha.102...v4.0.0-alpha.103) (2022-06-10) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.80](https://github.com/code11/engine/compare/v4.0.0-alpha.79...v4.0.0-alpha.80) (2021-10-28) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.78](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.78) (2021-10-17) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.77](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.77) (2021-10-14) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.76](https://github.com/code11/engine/compare/v4.0.0-alpha.75...v4.0.0-alpha.76) (2021-10-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.75](https://github.com/code11/engine/compare/v4.0.0-alpha.74...v4.0.0-alpha.75) (2021-10-03) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.72](https://github.com/code11/engine/compare/v4.0.0-alpha.71...v4.0.0-alpha.72) (2021-10-03) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.45](https://github.com/code11/engine/compare/v4.0.0-alpha.44...v4.0.0-alpha.45) (2021-02-04) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.44](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.44) (2021-02-04) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.42](https://github.com/code11/engine/compare/v4.0.0-alpha.41...v4.0.0-alpha.42) (2021-01-29) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.40](https://github.com/code11/engine/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2021-01-26) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.39](https://github.com/code11/engine/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2021-01-26) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.35](https://github.com/code11/engine/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2021-01-12) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.34](https://github.com/code11/engine/compare/v4.0.0-alpha.33...v4.0.0-alpha.34) (2021-01-07) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.33](https://github.com/code11/engine/compare/v4.0.0-alpha.32...v4.0.0-alpha.33) (2021-01-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.28](https://github.com/code11/engine/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2020-12-14) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.26](https://github.com/code11/engine/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2020-12-02) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.19](https://github.com/code11/engine/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2020-11-25) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.14](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2020-11-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.9](https://github.com/code11/engine/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2020-11-17) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.7](https://github.com/code11/engine/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2020-11-10) **Note:** Version bump only for package @c11/engine.test - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) +- **api:** make all keywords lowercase ([#77](https://github.com/code11/engine/issues/77)) ([e75ac5e](https://github.com/code11/engine/commit/e75ac5ea1103b379aa84626d641007d9befe8c7d)) diff --git a/packages/engine.test/package.json b/packages/engine.test/package.json index 676a43e2..7b17fe94 100644 --- a/packages/engine.test/package.json +++ b/packages/engine.test/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.test", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "A test lib for the engine", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -21,8 +21,8 @@ "react": ">=16" }, "dependencies": { - "@c11/engine.react": "4.0.0-alpha.121", - "@c11/engine.runtime": "4.0.0-alpha.121", + "@c11/engine.react": "4.0.0-alpha.122", + "@c11/engine.runtime": "4.0.0-alpha.122", "@c11/engine.types": "4.0.0-alpha.121" }, "devDependencies": { @@ -32,7 +32,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.0", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@c11/engine.react": "4.0.0-alpha.115", "@types/babel__plugin-transform-runtime": "^7", "@types/jest": "^29.1.1", diff --git a/packages/engine.types-generator/CHANGELOG.md b/packages/engine.types-generator/CHANGELOG.md index c28551f7..a14bb124 100644 --- a/packages/engine.types-generator/CHANGELOG.md +++ b/packages/engine.types-generator/CHANGELOG.md @@ -3,377 +3,196 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.types-generator +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.types-generator # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.99](https://github.com/code11/engine/compare/v4.0.0-alpha.98...v4.0.0-alpha.99) (2022-04-05) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.70](https://github.com/code11/engine/compare/v4.0.0-alpha.69...v4.0.0-alpha.70) (2021-09-24) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.69](https://github.com/code11/engine/compare/v4.0.0-alpha.66...v4.0.0-alpha.69) (2021-09-24) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.67](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.67) (2021-09-06) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.63](https://github.com/code11/engine/compare/v4.0.0-alpha.62...v4.0.0-alpha.63) (2021-07-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.62](https://github.com/code11/engine/compare/v4.0.0-alpha.61...v4.0.0-alpha.62) (2021-07-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.61](https://github.com/code11/engine/compare/v4.0.0-alpha.60...v4.0.0-alpha.61) (2021-07-20) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.59](https://github.com/code11/engine/compare/v4.0.0-alpha.58...v4.0.0-alpha.59) (2021-07-19) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.58](https://github.com/code11/engine/compare/v4.0.0-alpha.54...v4.0.0-alpha.58) (2021-07-19) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.57](https://github.com/code11/engine/compare/v4.0.0-alpha.56...v4.0.0-alpha.57) (2021-07-15) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.51](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.51) (2021-07-06) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.50](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.50) (2021-07-06) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.49](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.49) (2021-07-05) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.48](https://github.com/code11/engine/compare/v4.0.0-alpha.47...v4.0.0-alpha.48) (2021-04-02) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.47](https://github.com/code11/engine/compare/v4.0.0-alpha.46...v4.0.0-alpha.47) (2021-04-01) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.46](https://github.com/code11/engine/compare/v4.0.0-alpha.43...v4.0.0-alpha.46) (2021-03-31) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.41](https://github.com/code11/engine/compare/v4.0.0-alpha.13...v4.0.0-alpha.41) (2021-01-28) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.32](https://github.com/code11/engine/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2021-01-06) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.31](https://github.com/code11/engine/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2021-01-04) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.27](https://github.com/code11/engine/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2020-12-06) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.21](https://github.com/code11/engine/compare/v4.0.0-alpha.20...v4.0.0-alpha.21) (2020-11-26) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.17](https://github.com/code11/engine/compare/v4.0.0-alpha.15...v4.0.0-alpha.17) (2020-11-25) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.15](https://github.com/code11/engine/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2020-11-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.13](https://github.com/code11/engine/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.12](https://github.com/code11/engine/compare/v4.0.0-alpha.10...v4.0.0-alpha.12) (2020-11-23) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.10](https://github.com/code11/engine/compare/v4.0.0-alpha.9...v4.0.0-alpha.10) (2020-11-22) **Note:** Version bump only for package @c11/engine.types-generator - - - - # [4.0.0-alpha.8](https://github.com/code11/engine/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-11-17) **Note:** Version bump only for package @c11/babel-plugin-engine - - - - # [4.0.0-alpha.6](https://github.com/code11/engine/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2020-11-08) - ### Features -* **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) +- **babel-plugin-engine:** create a babel plugin to remove the macro dependency ([#86](https://github.com/code11/engine/issues/86)) ([436730e](https://github.com/code11/engine/commit/436730e1fb92d8b3f5407d35384f20b10e5d0df8)) diff --git a/packages/engine.types-generator/package.json b/packages/engine.types-generator/package.json index 2cc5e30f..584bade8 100644 --- a/packages/engine.types-generator/package.json +++ b/packages/engine.types-generator/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.types-generator", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "private": true, "description": "Produces typescript types for views and producers", "main": "dist/index.js", @@ -22,6 +22,6 @@ "prettier": "^2.7.1" }, "dependencies": { - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122" } } diff --git a/packages/engine.utils/CHANGELOG.md b/packages/engine.utils/CHANGELOG.md index b5654d87..ca8dadcc 100644 --- a/packages/engine.utils/CHANGELOG.md +++ b/packages/engine.utils/CHANGELOG.md @@ -3,182 +3,102 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) +# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16) **Note:** Version bump only for package @c11/engine.utils +# [4.0.0-alpha.121](https://github.com/code11/engine/compare/v4.0.0-alpha.120...v4.0.0-alpha.121) (2023-07-10) - - +**Note:** Version bump only for package @c11/engine.utils # [4.0.0-alpha.120](https://github.com/code11/engine/compare/v4.0.0-alpha.119...v4.0.0-alpha.120) (2023-07-07) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.119](https://github.com/code11/engine/compare/v4.0.0-alpha.118...v4.0.0-alpha.119) (2023-02-06) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.118](https://github.com/code11/engine/compare/v4.0.0-alpha.117...v4.0.0-alpha.118) (2023-01-31) - ### Features -* **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) - - - - +- **use-react-18:** updated react version to 18, replace React.render with createRoot().render ([ad58002](https://github.com/code11/engine/commit/ad58002120dc0469e587e6264469a3df7d171ee9)) # [4.0.0-alpha.117](https://github.com/code11/engine/compare/v4.0.0-alpha.116...v4.0.0-alpha.117) (2022-10-20) - ### Features -* add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) - - - - +- add support for refining syntax (get) ([#134](https://github.com/code11/engine/issues/134)) ([a83ebe1](https://github.com/code11/engine/commit/a83ebe1a8760571e977fe43d9c5b6e9bf7a83954)) # [4.0.0-alpha.116](https://github.com/code11/engine/compare/v4.0.0-alpha.115...v4.0.0-alpha.116) (2022-10-03) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.111](https://github.com/code11/engine/compare/v4.0.0-alpha.110...v4.0.0-alpha.111) (2022-06-23) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.107](https://github.com/code11/engine/compare/v4.0.0-alpha.106...v4.0.0-alpha.107) (2022-06-22) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.104](https://github.com/code11/engine/compare/v4.0.0-alpha.103...v4.0.0-alpha.104) (2022-06-21) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.102](https://github.com/code11/engine/compare/v4.0.0-alpha.101...v4.0.0-alpha.102) (2022-05-11) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.101](https://github.com/code11/engine/compare/v4.0.0-alpha.100...v4.0.0-alpha.101) (2022-04-10) - ### Bug Fixes -* **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) - - - - +- **engine.types:** revert to simple props definition for producers/views ([9f6e802](https://github.com/code11/engine/commit/9f6e8024296688acb8e195fda47ae0f8b8211ca6)) # [4.0.0-alpha.100](https://github.com/code11/engine/compare/v4.0.0-alpha.99...v4.0.0-alpha.100) (2022-04-08) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.97](https://github.com/code11/engine/compare/v4.0.0-alpha.96...v4.0.0-alpha.97) (2022-02-03) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.90](https://github.com/code11/engine/compare/v4.0.0-alpha.89...v4.0.0-alpha.90) (2021-11-28) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.86](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.86) (2021-11-19) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.85](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.85) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.84](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.84) (2021-11-18) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.83](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.83) (2021-11-09) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) - - - - +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) # [4.0.0-alpha.81](https://github.com/code11/engine/compare/v4.0.0-alpha.80...v4.0.0-alpha.81) (2021-10-28) **Note:** Version bump only for package @c11/engine.utils - - - - # [4.0.0-alpha.79](https://github.com/code11/engine/compare/v4.0.0-alpha.78...v4.0.0-alpha.79) (2021-10-28) - ### Features -* **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) +- **engine.utils:** add a new package with common utils ([3531474](https://github.com/code11/engine/commit/353147405b7b67d89237c10cee5a45a8c25278f2)) diff --git a/packages/engine.utils/package.json b/packages/engine.utils/package.json index f21dc514..b7e30220 100644 --- a/packages/engine.utils/package.json +++ b/packages/engine.utils/package.json @@ -1,6 +1,6 @@ { "name": "@c11/engine.utils", - "version": "4.0.0-alpha.121", + "version": "4.0.0-alpha.122", "description": "Utilities for managing engine specific constructs", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -26,7 +26,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.121", + "@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122", "@types/clone-deep": "^4.0.1", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.186", diff --git a/yarn.lock b/yarn.lock index 3bebb8f5..4dd2c6c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1727,7 +1727,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.babel-plugin-hmr@npm:4.0.0-alpha.121, @c11/engine.babel-plugin-hmr@workspace:packages/engine.babel-plugin-hmr": +"@c11/engine.babel-plugin-hmr@npm:4.0.0-alpha.122, @c11/engine.babel-plugin-hmr@workspace:packages/engine.babel-plugin-hmr": version: 0.0.0-use.local resolution: "@c11/engine.babel-plugin-hmr@workspace:packages/engine.babel-plugin-hmr" dependencies: @@ -1736,7 +1736,7 @@ __metadata: "@babel/preset-env": "npm:^7.19.3" "@babel/preset-typescript": "npm:^7.18.6" "@babel/types": "npm:^7.19.3" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" "@types/babel__core": "npm:^7.1.19" "@types/babel__preset-env": "npm:^7.9.2" "@types/jest": "npm:^29.1.1" @@ -1749,7 +1749,7 @@ __metadata: languageName: unknown linkType: soft -"@c11/engine.babel-plugin-syntax@npm:4.0.0-alpha.121, @c11/engine.babel-plugin-syntax@workspace:packages/engine.babel-plugin-syntax": +"@c11/engine.babel-plugin-syntax@npm:4.0.0-alpha.122, @c11/engine.babel-plugin-syntax@workspace:packages/engine.babel-plugin-syntax": version: 0.0.0-use.local resolution: "@c11/engine.babel-plugin-syntax@workspace:packages/engine.babel-plugin-syntax" dependencies: @@ -1784,8 +1784,8 @@ __metadata: "@babel/preset-env": "npm:^7.19.3" "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.19.0" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" "@schemastore/package": "npm:^0.0.6" "@types/babel__preset-env": "npm:^7.9.2" @@ -1811,13 +1811,13 @@ __metadata: "@babel/preset-env": "npm:^7.19.3" "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.19.0" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.patterns": "npm:4.0.0-alpha.121" - "@c11/engine.react": "npm:4.0.0-alpha.121" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" - "@c11/engine.service-web": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.patterns": "npm:4.0.0-alpha.122" + "@c11/engine.react": "npm:4.0.0-alpha.122" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" + "@c11/engine.service-web": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" - "@c11/engine.utils": "npm:4.0.0-alpha.121" + "@c11/engine.utils": "npm:4.0.0-alpha.122" "@chakra-ui/icons": "npm:^1.1.7" "@chakra-ui/react": "npm:^1.8.9" "@chakra-ui/system": "npm:^1.12.1" @@ -1871,7 +1871,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.db@npm:4.0.0-alpha.121, @c11/engine.db@workspace:packages/engine.db": +"@c11/engine.db@npm:4.0.0-alpha.122, @c11/engine.db@workspace:packages/engine.db": version: 0.0.0-use.local resolution: "@c11/engine.db@workspace:packages/engine.db" dependencies: @@ -1896,7 +1896,7 @@ __metadata: languageName: unknown linkType: soft -"@c11/engine.patterns@npm:4.0.0-alpha.121, @c11/engine.patterns@workspace:packages/engine.patterns": +"@c11/engine.patterns@npm:4.0.0-alpha.122, @c11/engine.patterns@workspace:packages/engine.patterns": version: 0.0.0-use.local resolution: "@c11/engine.patterns@workspace:packages/engine.patterns" dependencies: @@ -1908,11 +1908,11 @@ __metadata: "@babel/preset-react": "npm:^7.25.7" "@babel/preset-typescript": "npm:^7.25.7" "@babel/runtime": "npm:^7.25.7" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.react": "npm:4.0.0-alpha.121" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.react": "npm:4.0.0-alpha.122" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" - "@c11/engine.utils": "npm:4.0.0-alpha.121" + "@c11/engine.utils": "npm:4.0.0-alpha.122" "@testing-library/dom": "npm:^10.4.0" "@testing-library/jest-dom": "npm:^6.5.0" "@testing-library/react": "npm:^16.0.1" @@ -1950,7 +1950,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.producer@npm:4.0.0-alpha.121, @c11/engine.producer@workspace:packages/engine.producer": +"@c11/engine.producer@npm:4.0.0-alpha.122, @c11/engine.producer@workspace:packages/engine.producer": version: 0.0.0-use.local resolution: "@c11/engine.producer@workspace:packages/engine.producer" dependencies: @@ -1962,8 +1962,8 @@ __metadata: "@babel/preset-react": "npm:^7.18.6" "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.19.0" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.db": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.db": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" "@c11/engine.utils": "npm:4.0.0-alpha.118" "@types/babel__plugin-transform-runtime": "npm:^7" @@ -1996,7 +1996,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.react@npm:4.0.0-alpha.121, @c11/engine.react@workspace:packages/engine.react": +"@c11/engine.react@npm:4.0.0-alpha.122, @c11/engine.react@workspace:packages/engine.react": version: 0.0.0-use.local resolution: "@c11/engine.react@workspace:packages/engine.react" dependencies: @@ -2007,11 +2007,11 @@ __metadata: "@babel/preset-env": "npm:^7.19.3" "@babel/preset-react": "npm:^7.18.6" "@babel/preset-typescript": "npm:^7.18.6" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.producer": "npm:4.0.0-alpha.121" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.producer": "npm:4.0.0-alpha.122" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" - "@c11/engine.utils": "npm:4.0.0-alpha.121" + "@c11/engine.utils": "npm:4.0.0-alpha.122" "@testing-library/jest-dom": "npm:^5.16.5" "@testing-library/react": "npm:^13.4.0" "@types/jest": "npm:^29.1.1" @@ -2045,7 +2045,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.runtime@npm:4.0.0-alpha.121, @c11/engine.runtime@workspace:packages/engine.runtime": +"@c11/engine.runtime@npm:4.0.0-alpha.122, @c11/engine.runtime@workspace:packages/engine.runtime": version: 0.0.0-use.local resolution: "@c11/engine.runtime@workspace:packages/engine.runtime" dependencies: @@ -2053,9 +2053,9 @@ __metadata: "@babel/plugin-proposal-class-properties": "npm:^7.18.6" "@babel/preset-env": "npm:^7.19.3" "@babel/preset-typescript": "npm:^7.18.6" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.db": "npm:4.0.0-alpha.121" - "@c11/engine.producer": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.db": "npm:4.0.0-alpha.122" + "@c11/engine.producer": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" "@c11/engine.utils": "npm:4.0.0-alpha.118" "@types/jest": "npm:^29.4.0" @@ -2067,7 +2067,7 @@ __metadata: languageName: unknown linkType: soft -"@c11/engine.service-web@npm:4.0.0-alpha.121, @c11/engine.service-web@workspace:packages/engine.service-web": +"@c11/engine.service-web@npm:4.0.0-alpha.122, @c11/engine.service-web@workspace:packages/engine.service-web": version: 0.0.0-use.local resolution: "@c11/engine.service-web@workspace:packages/engine.service-web" dependencies: @@ -2079,11 +2079,11 @@ __metadata: "@babel/preset-react": "npm:^7.18.6" "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.19.0" - "@c11/engine.babel-plugin-hmr": "npm:4.0.0-alpha.121" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" - "@c11/engine.react": "npm:4.0.0-alpha.121" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" - "@c11/engine.utils": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-hmr": "npm:4.0.0-alpha.122" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" + "@c11/engine.react": "npm:4.0.0-alpha.122" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" + "@c11/engine.utils": "npm:4.0.0-alpha.122" "@schemastore/package": "npm:^0.0.6" "@svgr/webpack": "npm:^5.5.0" "@teamsupercell/typings-for-css-modules-loader": "npm:^2.5.1" @@ -2157,9 +2157,9 @@ __metadata: "@babel/preset-react": "npm:^7.18.6" "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.19.0" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" "@c11/engine.react": "npm:4.0.0-alpha.115" - "@c11/engine.runtime": "npm:4.0.0-alpha.121" + "@c11/engine.runtime": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" "@types/babel__plugin-transform-runtime": "npm:^7" "@types/jest": "npm:^29.1.1" @@ -2183,7 +2183,7 @@ __metadata: "@babel/core": "npm:^7.19.3" "@babel/plugin-syntax-typescript": "npm:^7.18.6" "@babel/types": "npm:^7.19.3" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" "@c11/engine.types": "npm:4.0.0-alpha.121" prettier: "npm:^2.7.1" languageName: unknown @@ -2231,7 +2231,7 @@ __metadata: languageName: node linkType: hard -"@c11/engine.utils@npm:4.0.0-alpha.121, @c11/engine.utils@workspace:packages/engine.utils": +"@c11/engine.utils@npm:4.0.0-alpha.122, @c11/engine.utils@workspace:packages/engine.utils": version: 0.0.0-use.local resolution: "@c11/engine.utils@workspace:packages/engine.utils" dependencies: @@ -2241,7 +2241,7 @@ __metadata: "@babel/preset-env": "npm:^7.19.3" "@babel/preset-react": "npm:^7.18.6" "@babel/preset-typescript": "npm:^7.18.6" - "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.121" + "@c11/engine.babel-plugin-syntax": "npm:4.0.0-alpha.122" "@types/clone-deep": "npm:^4.0.1" "@types/jest": "npm:^26.0.24" "@types/lodash": "npm:^4.14.186"