Releases: airframesio/acars-decoder-typescript
Releases · airframesio/acars-decoder-typescript
v1.6.19
What's Changed
- Bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in #233
- Bump @types/node from 22.13.4 to 22.13.5 by @dependabot in #234
- updated all available packages by @makrsmark in #236
- using generic H1 decoder instead of specific by @makrsmark in #235
- Adding Label 16 Decoders by @makrsmark in #232
- Adding Label 1J and Label 2J decoding for FTX by @makrsmark in #231
- upgrading node types by @makrsmark in #237
Full Changelog: v1.6.18...v1.6.19
v1.6.18
What's Changed
- Bump @babel/preset-env from 7.26.0 to 7.26.7 by @dependabot in #218
- Bump @types/node from 22.10.7 to 22.10.10 by @dependabot in #217
- Bump tsup from 8.3.5 to 8.3.6 by @dependabot in #216
- Bump @babel/core from 7.26.0 to 7.26.7 by @dependabot in #219
- Bump @types/node from 22.10.10 to 22.13.1 by @dependabot in #223
- Bump @babel/core from 7.26.7 to 7.26.8 by @dependabot in #222
- Bump @babel/preset-env from 7.26.7 to 7.26.8 by @dependabot in #221
- Using ResultFormatter to set flight number by @makrsmark in #224
- Adding label 2P decoding by @makrsmark in #225
- removing padding by @makrsmark in #227
- upgrade babel to 7.26 by @makrsmark in #226
- upgrade ts and node by @makrsmark in #229
- upgrade minizlib by @makrsmark in #230
Full Changelog: v1.6.17...v1.6.18
v1.6.17
What's Changed
- Bump typescript from 5.6.3 to 5.7.2 by @dependabot in #204
- Bump jest and @types/jest by @dependabot in #205
- Bump @types/node from 22.9.0 to 22.10.5 by @dependabot in #211
- Bump babel-jest from 28.1.3 to 29.7.0 by @dependabot in #206
- Bump ts-jest from 28.0.8 to 29.2.5 by @dependabot in #207
- Bump typescript from 5.7.2 to 5.7.3 by @dependabot in #212
- Bump @types/node from 22.10.5 to 22.10.7 by @dependabot in #213
- initial H1 PWI decoding by @makrsmark in #138
- No longer assuming year for Label 44 POS by @makrsmark in #214
- setting permissions to remove security warning by @makrsmark in #215
Full Changelog: v1.6.16...v1.6.17
v1.6.16
What's Changed
- label 15 fix for single-digit positive temp by @makrsmark in #193
- adding label 15 takeoff decoding by @makrsmark in #194
- Label 4t agfsr by @makrsmark in #195
- Label 4T ETA decoding by @makrsmark in #196
- Label 12 POS decoding by @makrsmark in #197
- Adding H1 / Decoding by @makrsmark in #199
- moving to yarn 4 by @makrsmark in #201
- remove debug output by @makrsmark in #202
- Adding Label 58 decoding by @makrsmark in #200
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #203
Full Changelog: v1.6.15...v1.6.16
v1.6.15
What's Changed
- Fixing Label 15 parsing by @makrsmark in #186
- Change
day_of_month
to justday
by @makrsmark in #190 - Bump @types/node from 22.8.1 to 22.9.0 by @dependabot in #191
- adding southern hemisphere decoding by @makrsmark in #187
- Adding OAT to label 15 by @makrsmark in #192
- support converting minute resolution by @makrsmark in #189
- Fixing Label 44 decoding by @makrsmark in #188
Full Changelog: v1.6.14...v1.6.15
v1.6.14
v1.6.13
What's Changed
- Cleanup stuff to use ResultFormatter by @rpatel3001 in #172
- Add Label 22 decoding by @makrsmark in #171
- Label 1L decoding by @makrsmark in #170
- Bump @babel/preset-env from 7.25.8 to 7.26.0 by @dependabot in #175
- Bump @types/node from 22.7.7 to 22.8.1 by @dependabot in #177
- Bump tsup from 8.3.0 to 8.3.5 by @dependabot in #178
- Bump @babel/preset-typescript from 7.25.7 to 7.26.0 by @dependabot in #179
- Bump @babel/core from 7.25.8 to 7.26.0 by @dependabot in #176
- Cleaning up warnings by @makrsmark in #173
- Adding /ET parsing to H1 POS by @makrsmark in #181
- Add Label 22 Takeoff Report by @makrsmark in #180
- Adding back Label 4J POS parsing by @makrsmark in #182
- Adding H1 *POS parsing by @makrsmark in #183
Full Changelog: v1.6.12...v1.6.13
v1.6.12
What's Changed
- More H1 matching by @makrsmark in #163
- Adding message time and eta to Label 21 by @makrsmark in #164
- Adding label 24 / parsing by @makrsmark in #165
- Bump @types/node from 22.7.5 to 22.7.7 by @dependabot in #167
- Add Label 24 / Parsing by @makrsmark in #166
- Label 5Z / decoding by @makrsmark in #168
- Label 4a by @rpatel3001 in #169
Full Changelog: v1.6.11...v1.6.12
v1.6.11
What's Changed
- reducing console.log output by @makrsmark in #154
- Label 80 cleanup by @makrsmark in #155
- adding Label 14 /14 decoding by @makrsmark in #153
- label 83 by @rpatel3001 in #156
- label 4N by @rpatel3001 in #157
- Bump @babel/core from 7.25.7 to 7.25.8 by @dependabot in #159
- Bump @babel/preset-env from 7.25.7 to 7.25.8 by @dependabot in #160
- Bump @types/node from 22.7.4 to 22.7.5 by @dependabot in #161
- Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #162
- Decoding Labels 13 through 18 preamble '/' by @makrsmark in #158
Full Changelog: v1.6.10...v1.6.11
v1.6.10
What's Changed
- making sure decodeResult is always a DecodeResult by @makrsmark in #144
- fix label 15 FST position parsing by @makrsmark in #143
- Bump @babel/core from 7.25.2 to 7.25.7 by @dependabot in #145
- Bump @babel/preset-env from 7.25.4 to 7.25.7 by @dependabot in #146
- Bump @babel/preset-typescript from 7.24.7 to 7.25.7 by @dependabot in #147
- converting flight level to altitude by @makrsmark in #149
- Adding Label 10 parsing by @makrsmark in #152
- add formats from recent docs PR and also acars2pos by @rpatel3001 in #151
New Contributors
- @rpatel3001 made their first contribution in #151
Full Changelog: v1.6.9...v1.6.10