Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 6, 2025
1 parent 747bd75 commit 3b476ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog



## 2.0.0 (2025-01-06)

#### :rocket: Enhancement
* [#671](https://github.com/Turbo87/igc-parser/pull/671) Add optional support for `L` records ([@Turbo87](https://github.com/Turbo87))
* [#507](https://github.com/Turbo87/igc-parser/pull/507) GeoDatum handling ([@mreinart](https://github.com/mreinart))
* [#521](https://github.com/Turbo87/igc-parser/pull/521) LAD / LOD extensions for B records ([@spasutto](https://github.com/spasutto))
* [#657](https://github.com/Turbo87/igc-parser/pull/657) Parse TZN timezone headers ([@stefwalter](https://github.com/stefwalter))

#### :memo: Documentation
* [#428](https://github.com/Turbo87/igc-parser/pull/428) Document `options` parameter ([@JuanIrache](https://github.com/JuanIrache))

#### :house: Internal
* [#669](https://github.com/Turbo87/igc-parser/pull/669) Improve CI workflow config ([@Turbo87](https://github.com/Turbo87))
* [#663](https://github.com/Turbo87/igc-parser/pull/663) CI: Extract `PNPM_VERSION` env var ([@Turbo87](https://github.com/Turbo87))
* [#659](https://github.com/Turbo87/igc-parser/pull/659) Fix broken CI workflow ([@Turbo87](https://github.com/Turbo87))

#### Committers: 5
- Juan Irache ([@JuanIrache](https://github.com/JuanIrache))
- MR ([@mreinart](https://github.com/mreinart))
- Stef Walter ([@stefwalter](https://github.com/stefwalter))
- Sylvain Pasutto ([@spasutto](https://github.com/spasutto))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## 1.1.0 (2021-10-17)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igc-parser",
"version": "1.1.0",
"version": "2.0.0",
"description": "IGC flight log parser",
"license": "MIT",
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
Expand Down

0 comments on commit 3b476ad

Please sign in to comment.