Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 4.4 KB

@dgac/nmb2b-client

1.3.1

Patch Changes

  • #160 f872768 Thanks @kouak! - Remove unused dotenv/config import from config.ts

  • #161 fb8297d Thanks @kouak! - Fix tests failing when a flight returned by queryFlightsBy* has a non ICAO aerodrome of departure or destination

1.3.0

Minor Changes

1.2.1

Patch Changes

  • #156 222fb69 Thanks @kouak! - All B2B types are now exported.

    Fix AUPSummary.notes typing.

1.2.0

Minor Changes

  • #152 efc9f0a Thanks @kouak! - Safer B2B response types.

    Typings will now contain null | undefined when there's a risk a partial deserialization.

    A type helper SafeB2BDeserializedResponse is now exported, and will apply a safe type transformation to any typed exported from @dgac/nmb2b-client/*/types.

    See #149 for more information.

1.1.0

Minor Changes

  • #150 4c4ee7c Thanks @kouak! - Improve type safety of B2B replies when objects are potentially empty.

    See #149

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Minor Changes