Skip to content

Releases: blacha/cogeotiff

core: v9.0.0

11 Dec 22:35
7e83b76
Compare
Choose a tag to compare

9.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • rename all type from CogTiff to just Tiff (#1227)
  • modify structure of tiff tags (#1225)

Features

  • color more output and add more tags (fe4088b)
  • export all tag value constants (#1229) (44757e5)
  • expose default read size so it can be easily overridden (5786246)
  • expose gdal's NO_DATA as a getter on the image (#1230) (fc21a30)
  • force some tags to always be arrays (#1228) (acc8f93)
  • modify structure of tiff tags (#1225) (049e0bc)
  • rename all type from CogTiff to just Tiff (#1227) (872263b)
  • Tag SampleFormat should also be a array (4216ddd)

Bug Fixes

  • allow unknown compression types to be read (9247a70)

cli: v9.0.0

11 Dec 22:35
7e83b76
Compare
Choose a tag to compare

9.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • rename all type from CogTiff to just Tiff (#1227)
  • modify structure of tiff tags (#1225)

Features

  • cli: expose stats on tiles, empty, avg and overview size (62bc6a7)
  • cli: include file size if known (5e90764)
  • color more output and add more tags (fe4088b)
  • export all tag value constants (#1229) (44757e5)
  • modify structure of tiff tags (#1225) (049e0bc)
  • rename all type from CogTiff to just Tiff (#1227) (872263b)

Bug Fixes

  • cli: if the tiff is fully sparse dont print NaN (368aad2)
  • cli: remove console.log (b4f22cb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.1.1 to ^9.0.0

examples: v8.0.4

14 Nov 00:45
b4fa67e
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.1.0 to ^8.1.1

core: v8.1.1

14 Nov 00:45
b4fa67e
Compare
Choose a tag to compare

8.1.1 (2023-11-14)

Bug Fixes

  • core: correct loading of sub array geotags (#1214) (a67ec0a)
  • core: expose CogTiffImage (aca2c58)

cli: v8.1.1

14 Nov 00:45
b4fa67e
Compare
Choose a tag to compare

8.1.1 (2023-11-14)

Bug Fixes

  • cli: correct html creation (7156d63)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.1.0 to ^8.1.1

examples: v8.0.3

23 Aug 11:38
c19acc7
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.0.2 to ^8.1.0

core: v8.1.0

23 Aug 11:38
c19acc7
Compare
Choose a tag to compare

8.1.0 (2023-08-23)

Features

  • cli: fetch all tiff tags with --fetch-tags (#1155) (4067751)

Bug Fixes

  • core: do not read past the end of a file (#1152) (fd0be56)

cli: v8.1.0

23 Aug 11:38
c19acc7
Compare
Choose a tag to compare

8.1.0 (2023-08-23)

Features

  • cli: fetch all tiff tags with --fetch-tags (#1155) (4067751)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.0.2 to ^8.1.0

examples: v8.0.2

05 Aug 05:13
5a80734
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.0.1 to ^8.0.2

examples: v8.0.1

05 Aug 03:15
6e7b4f6
Compare
Choose a tag to compare

8.0.1 (2023-08-05)

Bug Fixes

  • broken changelog ordering (31f8c8a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @cogeotiff/core bumped from ^8.0.0 to ^8.0.1