Skip to content

Releases: Informatievlaanderen/shaperon

v4.2.0

22 Aug 08:23
Compare
Choose a tag to compare

4.2.0 (2019-08-22)

Features

v4.1.1

26 Apr 08:27
Compare
Choose a tag to compare

4.1.1 (2019-04-26)

v4.1.0

16 Apr 10:25
Compare
Choose a tag to compare

4.1.0 (2019-04-16)

Features

  • add PolygonShapeContent (4b01f9a)

v4.0.1

01 Mar 10:30
Compare
Choose a tag to compare

4.0.1 (2019-03-01)

Bug Fixes

  • slight change to how record number progresses (ad60a64)

v4.0.0

28 Feb 16:18
Compare
Choose a tag to compare

4.0.0 (2019-02-28)

Features

  • dbase record enumerators (db7da4a)

BREAKING CHANGES

  • removed numbered dbase record support

v3.1.0

28 Feb 10:58
Compare
Choose a tag to compare

3.1.0 (2019-02-28)

Features

  • enumerators for shape and dbase records (c894472)

v3.0.1

26 Feb 13:34
Compare
Choose a tag to compare

3.0.1 (2019-02-26)

v3.0.0

16 Feb 19:10
Compare
Choose a tag to compare

3.0.0 (2019-02-16)

Features

  • switch dbaserecordexception for endofstreamexception (1431323)

BREAKING CHANGES

  • different exception being thrown by dbaserecord.read()

v2.0.0

13 Feb 13:30
Compare
Choose a tag to compare

2.0.0 (2019-02-13)

Features

  • change encoding resolution (79b9880)
  • dbase field name ignores casing (f3ac0eb)
  • make each exception take an exception as a parameter (ce93434)
  • split dbasefileheader and dbaserecord exception (0e02474)

BREAKING CHANGES

  • remove CodePage property, ToEncoding takes an EncodingProvider
  • dbaserecord reading throw different exception
  • casing is being ignored for dbase field names

v1.2.0

08 Jan 16:27
Compare
Choose a tag to compare

1.2.0 (2019-01-08)

Features

  • add ToEncoding for DbaseCodePage (163c57c)