Releases: airframesio/acars-decoder-typescript
Releases · airframesio/acars-decoder-typescript
v1.9.0
What's Changed
- Replace Node.js built-ins with Web APIs for browser compatibility by @kevinelliott in #380
- Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #378
- Bump typescript-eslint from 8.57.2 to 8.58.0 by @dependabot[bot] in #382
- Bump @types/node from 25.5.0 to 25.5.2 by @dependabot[bot] in #383
- Bump prettier from 3.8.1 to 3.8.2 by @dependabot[bot] in #385
- Bump typescript-eslint from 8.58.0 to 8.58.1 by @dependabot[bot] in #386
- Bump typescript-eslint from 8.58.1 to 8.59.0 by @dependabot[bot] in #431
- Bump ts-jest from 29.4.6 to 29.4.9 by @dependabot[bot] in #430
- Bump prettier from 3.8.2 to 3.8.3 by @dependabot[bot] in #435
- Bump @typescript-eslint/eslint-plugin from 8.59.0 to 8.59.1 by @dependabot[bot] in #436
- Bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 by @dependabot[bot] in #437
- Bump @typescript-eslint/parser from 8.59.0 to 8.60.0 by @dependabot[bot] in #447
- fix(datetime): subtract 1 from ACARS month before setUTCMonth (#424) by @SAY-5 in #434
- perf: cache plugin qualifiers, hoist regex literals, add missing decoder tests by @kevinelliott in #388
- Add MIT licensing metadata, license file, and README badge by @Copilot in #438
- Stabilize
RProute status parsing in flight plan headers by @Copilot in #441 - Normalize
FUEL_REMcode and stringify sequence formatter values by @Copilot in #442 - cleanup: remove stray "no-op documentation tweak" text and fix README structure by @Copilot in #443
- Fix: Buffer.from() in CRC helpers prevents browser/Deno/Bun execution by @kevinelliott in #444
- Preserve default fallback result when no decoder plugin matches by @Copilot in #440
New Contributors
Full Changelog: v1.8.14...v1.9.0
v1.8.14
What's Changed
- Refactor MessageDecoder with label indexing and plugin helper methods by @kevinelliott in #366
- Bump picomatch by @dependabot[bot] in #373
- Bump typescript-eslint from 8.57.0 to 8.57.1 by @dependabot[bot] in #372
- Bump @babel/preset-env from 7.29.0 to 7.29.2 by @dependabot[bot] in #371
- Bump flatted from 3.4.1 to 3.4.2 by @dependabot[bot] in #368
- Bump @typescript-eslint/parser from 8.57.0 to 8.57.1 by @dependabot[bot] in #369
- Bump @typescript-eslint/eslint-plugin from 8.57.1 to 8.57.2 by @dependabot[bot] in #374
- Bump typescript-eslint from 8.57.1 to 8.57.2 by @dependabot[bot] in #376
Full Changelog: v1.8.13...v1.8.14
v1.8.13
What's Changed
- Adding
SMIEI to ARINC 702 by @makrsmark in #365 - Add decoders from @jwarne in #361
Full Changelog: v1.8.12...v1.8.13
v1.8.12
What's Changed
- Bump @eslint/js from 9.39.2 to 9.39.4 by @dependabot[bot] in #347
- Bump typescript-eslint from 8.55.0 to 8.56.1 by @dependabot[bot] in #348
- Bump @types/node from 25.3.0 to 25.3.5 by @dependabot[bot] in #349
- Bump @stylistic/eslint-plugin from 5.9.0 to 5.10.0 by @dependabot[bot] in #350
- Bump eslint from 9.39.2 to 9.39.4 by @dependabot[bot] in #351
- Update build by @jwarne-aus in #354
- Bump jest from 30.2.0 to 30.3.0 by @dependabot[bot] in #359
- Bump @types/node from 25.3.5 to 25.5.0 by @dependabot[bot] in #358
- Bump @typescript-eslint/parser from 8.56.1 to 8.57.0 by @dependabot[bot] in #356
- Bump typescript-eslint from 8.56.1 to 8.57.0 by @dependabot[bot] in #355
- ran
npm run lint -- --fixby @makrsmark in #362 - Renaming LabelH1 parser to Arinc702 parser by @makrsmark in #363
- ARINC 702 parsing of SUM IMI by @makrsmark in #364
- Add ARINC 702 PR IMI by @jwarne-aus in #360
Full Changelog: v1.8.11...v1.8.12
v1.8.11
v1.8.10
v1.8.9
What's Changed
- Bump globals from 17.3.0 to 17.4.0 by @dependabot[bot] in #343
- Bump @typescript-eslint/parser from 8.56.0 to 8.56.1 by @dependabot[bot] in #342
- Bump @typescript-eslint/eslint-plugin from 8.55.0 to 8.56.1 by @dependabot[bot] in #341
- Adding label 16 AUTPOS decoding by @makrsmark in #340
- fix date codes by @makrsmark in #345
Full Changelog: v1.8.8...v1.8.9
v1.8.8
What's Changed
- Bump typescript-eslint from 8.54.0 to 8.55.0 by @dependabot[bot] in #331
- Bump @types/node from 25.2.2 to 25.2.3 by @dependabot[bot] in #330
- Additional H1 Decoding by @makrsmark in #332
- Bump @types/node from 25.2.3 to 25.3.0 by @dependabot[bot] in #334
- Bump @stylistic/eslint-plugin from 5.7.1 to 5.9.0 by @dependabot[bot] in #335
- Bump @typescript-eslint/parser from 8.55.0 to 8.56.0 by @dependabot[bot] in #333
- ran
npm audit fixby @makrsmark in #337 - Adding Label H1 () by @makrsmark in #338
- ran
npm audit fixby @makrsmark in #339
Full Changelog: v1.8.7...v1.8.8
v1.8.7
What's Changed
- Trimming Label MA tail by @makrsmark in #320
- Optimize IcaoDecoder.isMilitary() by eliminating regex recompilation by @kevinelliott in #291
- update military ranges by @makrsmark in #321
- Require label for Message by @makrsmark in #322
- Added and ran linter by @makrsmark in #323
- Bump @types/node from 25.2.0 to 25.2.1 by @dependabot[bot] in #325
- Bump @types/node from 25.2.1 to 25.2.2 by @dependabot[bot] in #326
- pull up c-band prefix decoding by @rpatel3001 in #174
- Better H1 Parsing by @makrsmark in #327
Full Changelog: v1.8.6...v1.8.7
v1.8.6
What's Changed
- Label MA - do not modify original message by @makrsmark in #319
Full Changelog: v1.8.5...v1.8.6