@fboes/aerofly-data 1.5.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.5.2] - 2026-03-11
9
+
10
+ - Added `maximumTakeoffMassKg` and `operatingFuelMassKg` properties to aircraft
11
+ - Removed weight properties from aircraft which have none defined
12
+
13
+ ## [1.5.1] - 2026-03-10
14
+
15
+ - Added ICAO code to liveries which belong to known airlines
16
+ - Improved `NodeNext` compatibility of JSON exports
17
+
8
18
  ## [1.5.0] - 2026-03-09
9
19
 
10
20
  - Changed testing to standard Node.js testing suite
package/README.md CHANGED
@@ -26,6 +26,13 @@ The `data` directory contains the following files:
26
26
 
27
27
  Also be aware that these files can be called as a very simple REST API using static hosting at https://fboes.github.io/aerofly-data/.
28
28
 
29
+ Also the JSON files can be loaded in Node.js / TypeScript:
30
+
31
+ ```typescript
32
+ import AeroflyAircraftLiveries from "@fboes/aerofly-data/data/aircraft-liveries.json" with { type: "json" };
33
+ import type { AeroflyAircraft, AeroflyAircraftLivery } from "@fboes/aerofly-data/data/aircraft-liveries.json";
34
+ ```
35
+
29
36
  ## Building
30
37
 
31
38
  To generate a new list of all airports available in Aerofly FS 4: