Skip to content

Releases: codeart1st/mvt-reader

v1.6.0

14 Dec 15:15
Compare
Choose a tag to compare

1.6.0 (2024-12-14)

Features

  • replace std::error with core::error (fcff124)
  • upgrade to rust version 1.81.0 (221ad83)

v1.5.0

21 Jul 12:27
Compare
Choose a tag to compare

1.5.0 (2024-07-21)

Features

  • upgrade prost library - DecodeError changed (19efc5c)

v1.4.0

04 Jun 13:47
Compare
Choose a tag to compare

1.4.0 (2024-06-04)

Features

  • increase version ranges for dependencies (b4219ef)
  • upgrade rust lang to 1.78.0 (f47baf6)

v1.3.0

04 Jun 12:51
Compare
Choose a tag to compare

1.3.0 (2024-06-04)

Features

  • update rust lang to 1.74.0 (7dcb9e8)

v1.3.0-alpha.1

04 Jun 12:14
Compare
Choose a tag to compare
v1.3.0-alpha.1 Pre-release
Pre-release

1.3.0-alpha.1 (2024-06-04)

Features

  • update rust lang to 1.74.0 (7dcb9e8)

v1.2.0

26 Oct 16:39
Compare
Choose a tag to compare

1.2.0 (2023-10-26)

Bug Fixes

  • semantic-release-replace-plugin renamed (d326d13)

Features

  • update rust version to 1.72.0 (31997ab)

v1.1.0

20 Jun 18:32
Compare
Choose a tag to compare

1.1.0 (2023-06-20)

Features

  • added own DecodeError around prost error (4cefb49)

v1.0.0

11 Jun 15:13
Compare
Choose a tag to compare

1.0.0 (2023-06-11)

Bug Fixes

  • dummy conventional commit (5867cc8)
  • make error and feature modules public (777b35f)
  • remove WithGeometry trait (b8f38c0)
  • use MultiType instead of GeometryCollection (2f82897)

Features

  • add wasm-pack and jest test (003cc35)
  • added wasm library support (60bbd65)
  • finalize for first initial release (6484113)
  • improve error handling (a81b32f)
  • some documentation added (73ea49e)
  • start implementing feature parser (5ac5dbc)
  • support for linestring and multilinestring (330148c)
  • support for point and multipoint (6872d97)

v1.0.0-alpha.3

29 May 19:11
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2023-05-29)

Bug Fixes

  • make error and feature modules public (777b35f)
  • use MultiType instead of GeometryCollection (2f82897)

Features

  • support for linestring and multilinestring (330148c)
  • support for point and multipoint (6872d97)

v1.0.0-alpha.2

27 May 13:41
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2023-05-27)

Bug Fixes

  • remove WithGeometry trait (b8f38c0)