Skip to content

Latest commit

 

History

History
105 lines (57 loc) · 5.7 KB

CHANGELOG.md

File metadata and controls

105 lines (57 loc) · 5.7 KB

Changelog

Unreleased

Compare with latest

v2.2.2 - 2023-05-21

Compare with v2.2.1

Bug Fixes

  • flattening json to tidy to csv should not flatten list (bf272aa by Boyd Nguyen).

v2.2.1 - 2023-05-16

Compare with v2.2.0

Bug Fixes

  • pre-existing types' subscriptability don't work in 3.8 (0242454 by Boyd Nguyen).

v2.2.0 - 2023-05-16

Compare with v2.1.0

Features

  • include metadata in parsers (d5d79fe by Boyd Nguyen).
  • add _youte metadata to returned output (d87b97f by Boyd Nguyen).

Bug Fixes

  • fix None outdb when file doesn't exist (802ab8f by Boyd Nguyen).
  • fix KeyError in parse_video + parse_videos (6fbbb70 by Boyd Nguyen).

v2.1.0 - 2023-04-14

Compare with v2.0.2

Features

  • new 'full-archive' command (dbaef5c by Boyd Nguyen).

Bug Fixes

  • improve logging (66a7b68 by Boyd Nguyen).
  • use dict.get() to allow for nullable fields when parsing JSON (3a2e8c9 by Boyd Nguyen).
  • avoid inputting error messages to output file (4a186dc by Boyd Nguyen).
  • refine resource schema + make optional fields optional (821bca9 by Boyd Nguyen).
  • fix KeyError in parse_video + parse_videos (05ade72 by Boyd Nguyen).

v2.0.2 - 2023-03-31

Compare with 2.0.1

Bug Fixes

  • fix KeyError in parse_video + parse_videos (8e9d4fe by Boyd Nguyen).

2.0.1 - 2023-03-20

Compare with 2.0.0

2.0.0 - 2023-03-16

Compare with 1.3.0

1.3.0 - 2023-02-24

Compare with 1.2.0

1.2.0 - 2023-02-07

Compare with 1.1.0

1.1.0 - 2022-12-06

Compare with 1.0.1

1.0.1 - 2022-12-01

Compare with 1.0.0

1.0.0 - 2022-11-23

Compare with 0.1.1

0.1.1 - 2022-10-10

Compare with 0.1.0

0.1.0 - 2022-09-21

Compare with 0.0.2

0.0.2 - 2022-09-07

Compare with 0.0.1b

0.0.1b - 2022-09-02

Compare with first commit