Skip to content

Releases: rubenvitt/ember-rescue

v1.0.0-alpha.6

29 Oct 17:01
d999b3d
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2024-10-29)

Bug Fixes

  • json: fix some issues related to strictNullChecks (01b1fd4), closes #91
  • opta: fix code not using opta correctly (0627900), closes #91
  • regex: fix regex call (85fd252), closes #91
  • regex: fix regex call (7d063b2), closes #91
  • regex: fix regex call (fceea7b), closes #91
  • regex: fix regex call (91f7cd0), closes #91

chore

  • backend: update tool versions & deactivate PDFService (fc4ab2e), closes #91

Features

  • fahrzeuge: use opta instead of fahrzeugTyp (6bb6f82), closes #91
  • import-export: implement import/export functionality (3d73a28), closes #91
  • json: make json import / export better, some backend additions (9c6935d), closes #91
  • opta: implement opta (74661ca), closes #91

BREAKING CHANGES

  • backend: remove pdf services (they have broken dependencies)

v1.0.0-alpha.5

20 Oct 19:51
b02f30c
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2024-10-20)

Features

  • import-export: implement import/export functionality (d853d88), closes #91

v1.0.0-alpha.4

20 Oct 17:59
943aa91
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2024-10-20)

Features

  • einheiten: rename einheiten to fahrzeuge (8123d33)
  • migrations: rename einheiten to fahrzeuge (67df943)
  • routes: add UAV route with lazy loading (351b18d)

BREAKING CHANGES

  • einheiten: routes changed

v1.0.0-alpha.3

12 Oct 08:44
c9381d1
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2024-10-12)

Features

  • ci: enhance release pipeline with multi-platform support and Docker (d96ff47)
  • workflows: enhance CI/CD and build process (3597a14)

v1.0.0-alpha.2

11 Oct 09:34
2281dec
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2024-10-11)

Bug Fixes

  • workflows: correct Docker tag extraction logic (3cd0828)
  • workflows: correct tag delimiter in backend.yml (b488d7f)

Features

  • einsatz: enhance update and display of Einsatz data (66c0e6c)
  • einsatztagebuch: add EinsatzOrt (0408f14)

BREAKING CHANGES

  • einsatz: UpdateEinsatzDto now requires 'ort' and 'timeframe' fields