@fboes/aerofly-data 1.1.1 → 1.2.1

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,7 +5,18 @@ 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
- ## [Unreleased]
8
+ ## [1.2.1] - 2025-09-23
9
+
10
+ - Added new aircraft
11
+ - Added unmatched airports to Markdown file
12
+
13
+ ## [1.2.0] - 2025-07-25
14
+
15
+ - Added NPM package main script for accessing data
16
+ - Added TypeScript types
17
+ - Added new aircraft and airports
18
+
19
+ ## [1.1.1] - 2025-05-21
9
20
 
10
21
  - Added `CHANGELOG.md`
11
22
  - Added directory listing for `/icons`
package/README.md CHANGED
@@ -18,6 +18,7 @@ The `data` directory contains the following files:
18
18
  | [`aircraft.json`](./data/aircraft.json) | JSON file containing abbreviated information about all aircraft (without liveries). |
19
19
  | [`aircraft.md`](./data/aircraft.md) | Markdown file containing abbreviated information about all aircraft (without liveries). |
20
20
  | [`airport-list.json`](./data/airport-list.json) | JSON file containing an array of all ICAO codes. |
21
+ | [`airports-unmatched.md`](./data/airports-unmatched.md) | Markdown file containing all airports not contained in `aiports.geojson` |
21
22
  | [`airports.geojson`](./data/airports.geojson) | GeoJSON file containing the location of all airports in Aerofly FS 4. |
22
23
 
23
24
  ## Building