Skip to content

Latest commit

 

History

History
129 lines (72 loc) · 7.26 KB

File metadata and controls

129 lines (72 loc) · 7.26 KB

Changelog

All notable changes to this project will be documented in this file.

Bug Fixes

  • Remove name formatting on app (#110) (9478843) by @Exeloo

Features

  • Add dom to application schema tsconfig (#111) (368fa7c) by @Exeloo

Bug Fixes

  • Change save format in part base schematic (#105) (6eaffe8) by @Exeloo

Bug Fixes

  • docker: Change base image as alpine doesnt have the right libs (#102) (3b8c2b2) by @MartinFillon
  • Remove ts types in js example system in part base (#93) (89555b4) by @Exeloo

Features

  • Add component and system schematics (#103) (38c90df) by @Exeloo
  • editor: Add component holding entity id (#100) (433c648) by @Tchips46
  • save: Allow partial saves component values as record string any (#98) (9280349) by @Tchips46
  • Set save params types to any (#96) (7a29579) by @Exeloo

New Contributors

  • @Tchips46 made their first contribution in #100

Features

  • Add core editor to dependencies (#90) (29cfa08) by @Exeloo
  • Add better handling of path option (#89) (1e0c469) by @Exeloo
    • BREAKING CHANGE: Old schemas doesn't work anymore and config is changed
  • Add editor option to part main schematic (#88) (c59ed27) by @Exeloo

Bug Fixes

  • Fields does not replace on application (#86) (d252953) by @Exeloo

Bug Fixes

  • Use of directory variable and js issues (#84) (9d98d1a) by @Exeloo

Features

  • Add lint param handling on application (#79) (96c2128) by @Exeloo

Features

  • Setup docker schema (#75) (cf7ead5) by @MartinFillon

New Contributors

  • @MartinFillon made their first contribution in #75
  • @dependabot[bot] made their first contribution in #76

Documentation

  • Add schematics docs (#61) (7735324) by @Exeloo
  • Fix contribution (#47) (b6ad53e) by @Exeloo
  • Add contributing docs and actions (#41) (91eea94) by @Exeloo

Features

  • Add network and fix versions in app base (#70) (6d5963a) by @Exeloo
  • Update and add pre-release (#48) (49422f7) by @Exeloo

Testing

  • Add unit tests and e2e tests (#67) (8eef6b5) by @Exeloo

1.0.2 - (2025-12-06)

Bug Fixes

  • Split ecs between client and server (#38) (086d42f) by @Exeloo

1.0.1 - (2025-12-04)

Bug Fixes

  • configuration: Simplify schema and change defaults (#34) (af29b00) by @Exeloo

1.0.0 - (2025-11-30)

Bug Fixes

  • Change exports in package json and update schema paths (#17) (b78b72a) by @Exeloo

Features

  • schematics: Add part-main schematics for generating client/server main files (#29) (6f34c1c) by @Exeloo
  • schematics: Replace client by base-part schematics to handle server (#20) (c5ad539) by @Exeloo
  • schematics: Add client base schematics (#19) (f02b26d) by @Exeloo

New Contributors

  • @renovate[bot] made their first contribution in #27

0.0.1 - (2025-11-28)

Features

  • Add base application and configuration schematics (#12) (d881653)
  • Init schematics project (#11) (3fb0e61) by @Exeloo

New Contributors

  • @Exeloo made their first contribution in #11