lowdefy

The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.

OTHER License

Downloads
47.8K
Stars
2.7K
Committers
28
lowdefy - v3.4.0

Published by SamTolmay almost 4 years ago

3.4.0 (2021-01-20)

Bug Fixes

  • block-tools: Fix test snapshot. (e70fc5c)
  • build: Fix app schema test tests. (86917c0)
  • build: Fix lowdefy app schema. (f33c151)
  • graphql: Add request deserialize tests for entire inputs. (98cdbd8)
  • graphql: Deserialize request input variables. (82e8475)
  • graphql: Update tests operator error message. (c534328)
  • operators: getFromObject should copy object if getting entire obj (32f0cbc)
  • operators: Update test error message snapshots. (1b49ba2)
  • _lt, _lte, _gt, _gte not to throw on non numerics. (0bad71d)
  • Temporarily log parser errors to console. (a43b386)

Features

  • build: Add licence field to app schema. (a6f7c91)
lowdefy - v3.3.0

Published by SamTolmay almost 4 years ago

3.3.0 (2021-01-18)

Bug Fixes

  • Fix location not defined. (90f1e25)
  • Give defaultFunction to runClass and error in undefined methodName. (38af83b)
  • Make all method operators work with runClass and runInstance. (ef58619)
  • Update error message for unsupported method. (285a6cb)
  • Update tests in engie to work with new operator format. (4f626a1)
  • deps: update apollo server packages to v2.19.1 (#326) (8b977e3)
  • deps: update dependency aws-sdk to v2.828.0 (a94debd)
  • deps: update dependency axios to v0.21.1 [security] (99d91ed)
  • deps: update dependency axios to v0.21.1 [security] yarn pnp (69807c2)
  • deps: update dependency chokidar to v3.5.0 (#329) (3e79f6f)
  • deps: update dependency query-string to v6.13.8 (17bdbb8)
  • deps: Update js-yaml from 3.14.1 to 4.0.0. (1a9e1f9)
  • project operator import typo (84ea45e)
  • Update runInstance and runClass to cover all function types. (bc49186)
  • cli: add dev server port option (744ce51)
  • deps: update apollo server packages to v2.19.2 (68f89d0)
  • deps: update dependency @apollo/client to v3.3.7 (390dbb1)
  • deps: Update package @wojtekmaj/enzyme-adapter-react-17 to v0.4.1 (251102e)
  • Change allowed properties and methods to Sets. (8b91c21)
  • Change to mingo system import file. (a540435)
  • Evaluate _math using runMethod. (3f06967)
  • packages/graphql/package.json to reduce vulnerabilities (63aab05)
  • packages/graphql/package.json to reduce vulnerabilities (942fa1e)
  • Rename _base64_encode and _base64_decode to _base64.encode and _base64.decode. (8ded919)
  • Rename _uri_encode and _uri_decode to _uri.encode and _uri.decode. (bb0e9b4)

Features

  • Add _diff operator on NodeParser. (ea65823)
  • Rewrite date to us runClass. (9fe2698)
  • Throw error on _divide by zero. (3d0047d)
  • build: Add transformer function option to _ref. (27c9114)
  • build: add vars parameter to transformer function. (c0782fe)
  • cli: Rename version field in lowdefy.yaml to lowdefy. (51ed277)
  • Add _array, _object and _string operators. (39197f7)
  • Add _base64_encode and _base64_decode operators. (25eb55a)
  • Add _divide operator. (cc57d5d)
  • Add _gt, _gte, _lt, _lte operators. (e9d3bba)
  • Add _if_none operator. (6ee7e42)
  • Add _json.parse and _json.stringify to replace _json_parse and _json_stringify. (b83749f)
  • Add _log operator. (735cea0)
  • Add _math operator. (9c447f7)
  • Add _media operator. (fc860ad)
  • Add _mql to replace _mql_aggregate, _mql_test, _mql_expr. (20e16bc)
  • Add _product operator. (54704de)
  • Add _random operator. (41d1960)
  • Add _subtract operator. (0f1c1c6)
  • Add _sum operator. (05e5a8d)
  • Add _uri_encode and _uri_decode operators. (bdb0eb8)
  • Add _uuid operator to NodeParser. (0f562fe)
  • Add .env file support for serverDev. (d533726)
  • Add copy option to get. (9d5b40f)
  • Allow method dot notation for operations, and parser performance improvement. (f0c1711)
  • Ignore operator objects with more than one key. (225a543)
  • Rename _parse to _json_parse, _stringify to _json_stringify, _dump_yaml to _yaml_stringify, _load_yaml to _yaml_parse. (ac6eb0a)
  • Replace _yaml_parse and _yaml_stringify with _yaml.parse and _yaml.stringify. (d61a316)
  • Update default block versions to ^3.0.0. (78f1200)
lowdefy - v3.1.1

Published by SamTolmay almost 4 years ago

Features
  • Moved version to fixed mode. (All packages have the same version).
Fixes
  • Remove keytar and telemetry machineId.
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Note: Version bump only for package @lowdefy/ajv

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Note: Version bump only for package @lowdefy/color

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Note: Version bump only for package @lowdefy/block-tools

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.0.1 (2020-12-15)

Note: Version bump only for package @lowdefy/server-docker

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.0.4 (2020-12-15)

Note: Version bump only for package @lowdefy/node-utils

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Bug Fixes

  • blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
  • blocksAntd: apply ant-form-small and ant-form-large classes to Label. (1771590)
  • blocksAntd: Chagne Label height to 'fit-content' and apply min-height to solve long label overflow. (69d131a)
  • blocksColorSelectors: update tests for Label height change (efbd265)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

3.1.0 (2020-12-15)

Bug Fixes

  • cli: Use startUp function in clean-cache command (cc6ffa0)
  • deps: update dependency commander to v6.2.1 (71d62c9)

Features

  • cli: add app and machine ids to telemetry (a3a2bc0)
  • cli: add disable telemetry flag (c97cde4)
  • cli: add telemetry (3ce6dc5)
  • cli: Clean block meta cache on build and dev commands. (4fb5fbd)
  • cli: Log cli errors to lowdefy api. (4e8ef7b)
  • cli: Shutdown development server if .env file changed. (1a89a11)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.0.1 (2020-12-15)

Note: Version bump only for package @lowdefy/renderer

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.2.2 (2020-12-15)

Note: Version bump only for package @lowdefy/helpers

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Bug Fixes

  • blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.1.0 (2020-12-15)

Features

  • build: Add user defined loading property to blocks. (bc87408)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.0.1 (2020-12-15)

Note: Version bump only for package @lowdefy/engine

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.0.1 (2020-12-15)

Bug Fixes

  • deps: update dependency aws-sdk to v2.809.0 (210550c)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

0.0.1 (2020-12-15)

Note: Version bump only for package @lowdefy/graphql-federated

lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Bug Fixes

  • blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
  • blocksAntd: apply ant-form-small and ant-form-large classes to Label. (1771590)
  • blocksAntd: Chagne Label height to 'fit-content' and apply min-height to solve long label overflow. (69d131a)
  • blocksAntd: Label height must only be applied to inline labels. (b87c13b)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Bug Fixes

  • blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
lowdefy - @lowdefy/[email protected]

Published by SamTolmay almost 4 years ago

1.1.2 (2020-12-15)

Note: Version bump only for package @lowdefy/format