Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 7, 2019
1 parent 341137b commit 9d01b1c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Changelog

## v0.5.0 (2019-12-07)

#### :boom: Breaking Change
* [#128](https://github.com/Turbo87/igc-parser/pull/128) Make A record regexp more robust ([@vicb](https://github.com/vicb))

#### :rocket: Enhancement
* [#128](https://github.com/Turbo87/igc-parser/pull/128) Make A record regexp more robust ([@vicb](https://github.com/vicb))

#### Committers: 2
- Victor Berchet ([@vicb](https://github.com/vicb))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.4.0 (2018-05-31)

#### :rocket: Enhancement
* [#20](https://github.com/Turbo87/igc-parser/pull/20) Implement `lenient` parsing mode ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.3.2 (2018-05-17)

#### :bug: Bug Fix
* [#14](https://github.com/Turbo87/igc-parser/pull/14) Support negative `numTurnpoint` values in task declaration ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#11](https://github.com/Turbo87/igc-parser/pull/11) package.json: Declare minimum Node version ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.3.1 (2018-05-15)

#### :bug: Bug Fix
* [#9](https://github.com/Turbo87/igc-parser/pull/9) Improve Date header parsing ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
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": "0.4.0",
"version": "0.5.0",
"description": "IGC flight log parser",
"license": "MIT",
"author": "Tobias Bieniek <[email protected]>",
Expand Down

0 comments on commit 9d01b1c

Please sign in to comment.