engine

Generate your web application from a simple configuration. We are building a powerful engine allowing the complete development of a web application from a JSON configuration file.

OTHER License

Downloads
2K
Stars
11

Bot releases are hidden (Show)

engine - v0.22.4

Published by thomas-safidea 3 months ago

0.22.4 (2024-08-01)

Bug Fixes

  • SingleLinkedRecord: add green test: should migrate a table with existing single linked record dependancies (aaf4fc2)
  • Table: add green test: should migrate a table with a renamed field that has already be renamed (f792dd6)
engine - v0.22.3

Published by thomas-safidea 3 months ago

0.22.3 (2024-07-31)

Bug Fixes

  • Rollup: add green test: should migrate an existing table with multiple rollup fields (aee5d32)
engine - v0.22.2

Published by thomas-safidea 3 months ago

0.22.2 (2024-07-31)

Bug Fixes

  • Rollup: add green test: should create a record with multiple rollup fields (9e4a1cb)
engine - v0.22.1

Published by thomas-safidea 3 months ago

0.22.1 (2024-07-31)

Bug Fixes

  • Rollup: add green test: should create a record with a rollup field as a text (bbf9b15)
engine - v0.22.0

Published by thomas-safidea 3 months ago

0.22.0 (2024-07-31)

Features

  • Rollup: add green test: should create a record with a rollup field as a number (d5cab5e)
engine - v0.21.1

Published by thomas-safidea 3 months ago

0.21.1 (2024-07-31)

Bug Fixes

  • MultipleLinkedRecord: add green test: should restart an app with a multiple linked record field (393b65d)
engine - v0.21.0

Published by thomas-safidea 3 months ago

0.21.0 (2024-07-30)

Features

  • MultipleLinkedRecord: add green test: should create a record with a multiple linked record field (7b61530)
engine - v0.20.0

Published by thomas-safidea 3 months ago

0.20.0 (2024-07-30)

Bug Fixes

  • SingleLinkedRecord: add green test: should not create a record with a bad single linked record id (d29a5e2)

Features

  • SingleLinkedRecord: add green test: should create a record with a single linked record field (3d669f5)
engine - v0.19.4

Published by thomas-safidea 3 months ago

0.19.4 (2024-07-30)

Bug Fixes

  • Formula: add green test: should create a record with a number formula field referencing another number formula field (59e035d)
engine - v0.19.3

Published by thomas-safidea 3 months ago

0.19.3 (2024-07-30)

Bug Fixes

  • Formula: add green test: should create a record with a formula field referencing another formula field (8dd5816)
engine - v0.19.2

Published by thomas-safidea 3 months ago

0.19.2 (2024-07-29)

Bug Fixes

  • Table: add green test: should migrate a table with an updated formula field + refactor private variables with _ (f4eeb1a)
engine - v0.19.1

Published by thomas-safidea 3 months ago

0.19.1 (2024-07-29)

Bug Fixes

  • Table: add green test: should migrate a table with a new field (72e36f7)
engine - v0.19.0

Published by thomas-safidea 3 months ago

0.19.0 (2024-07-29)

Bug Fixes

  • SingleSelect: add green test: should not create a record with a wrong value in a single select field (23eb8cf)

Features

  • Formula: add green test: should create a record with a formula field with an number output (c2a0170)
engine - v0.18.3

Published by thomas-safidea 3 months ago

0.18.3 (2024-07-20)

Bug Fixes

  • postgres: add postgres tests (05c9a71)
engine - v0.18.2

Published by thomas-safidea 3 months ago

0.18.2 (2024-07-20)

Bug Fixes

  • test: add green test: should run a test with env variables (43db9a6)
engine - v0.18.1

Published by thomas-safidea 3 months ago

0.18.1 (2024-07-20)

Bug Fixes

  • types: export all configs types (35f38b0)
engine - v0.18.0

Published by thomas-safidea 3 months ago

0.18.0 (2024-07-20)

Bug Fixes

  • ci: remove node github actions (6518073)
  • ci: update bun setup in github actions (875d742)
  • ci: update checkout in github actions (023375f)
  • ci: update node version (4a588f0)
  • ci: update release github actions (24743f1)

Features

  • app: refactor with green tests > new schema (b67e2c1)
  • app: remove features config properties (d482f09)
engine - v0.17.6

Published by thomas-safidea 3 months ago

0.17.6 (2024-07-09)

Bug Fixes

  • theme: add dynamic css generation based on generated html (a242406)
engine - v0.17.5

Published by thomas-safidea 4 months ago

0.17.5 (2024-07-05)

Bug Fixes

  • theme: remove array font for only font name (3ec70bf)
engine - v0.17.4

Published by thomas-safidea 4 months ago

0.17.4 (2024-07-05)

Bug Fixes

  • database: add green test 'should throw an error if database type is not valid' (19cf404)