Skip to content

Releases: codeart1st/mvt-reader

v2.3.0

01 Mar 10:39

Choose a tag to compare

2.3.0 (2026-03-01)

Bug Fixes

  • trigger alpha release again (c296524)

Features

  • add get_feature_as for i32 and i16 support (ae59cfd), closes #578
  • make prost-build optional (1f4806a), closes #579

v2.3.0-alpha.3

01 Mar 10:26

Choose a tag to compare

v2.3.0-alpha.3 Pre-release
Pre-release

2.3.0-alpha.3 (2026-03-01)

Features

  • add get_feature_as for i32 and i16 support (ae59cfd), closes #578

v2.3.0-alpha.2

23 Feb 13:26

Choose a tag to compare

v2.3.0-alpha.2 Pre-release
Pre-release

2.3.0-alpha.2 (2026-02-23)

Bug Fixes

  • trigger alpha release again (c296524)

v2.2.0

07 Dec 10:09

Choose a tag to compare

2.2.0 (2025-12-07)

Features

  • upgrade rust lang to 1.91.1 (6f7a41c)

v2.1.0

08 May 04:41

Choose a tag to compare

2.1.0 (2025-05-08)

Features

  • exposing layer metadata by get_layer_metadata (b5be410), closes #466

v2.1.0-alpha.1

02 May 06:00

Choose a tag to compare

v2.1.0-alpha.1 Pre-release
Pre-release

2.1.0-alpha.1 (2025-05-02)

Features

  • exposing layer metadata by get_layer_metadata (b5be410), closes #466

v2.0.1

09 Mar 06:13

Choose a tag to compare

2.0.1 (2025-03-09)

Bug Fixes

  • handle corrupted geometry data correctly (f04f269)
  • handle corrupted tags data correctly (4826914)

v2.0.0

25 Feb 13:48

Choose a tag to compare

2.0.0 (2025-02-25)

Features

BREAKING CHANGES

  • docs: previous commits contain a breaking behavior for the next release, because properties are now an enum Value instead of string types

v2.0.0-alpha.1

25 Feb 13:38

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2025-02-25)

Features

  • docs: update feature description (d1430c9)

BREAKING CHANGES

  • docs: previous commits contain a breaking behavior for the next release, because properties are now an enum Value instead of string types

v1.8.0-alpha.2

24 Feb 14:03

Choose a tag to compare

v1.8.0-alpha.2 Pre-release
Pre-release

1.8.0-alpha.2 (2025-02-24)

Features

  • derive PartialEq, PartialOrd for Value (#430) (65b7cbb)