Skip to content

Releases: jangko/nimPNG

Hot fix: nim ver in nimble file

02 Sep 00:53
7230cdf
Compare
Choose a tag to compare

Because of typo, last release required nim 1.16.0 which is not exists.

v0.3.6

28 Aug 07:34
e662b6e
Compare
Choose a tag to compare

welcome new newString without zero initialization.

v0.3.4

23 Aug 09:11
57436c4
Compare
Choose a tag to compare

notable fixes:

  • refactor: remove shallowCopy
  • avoid nzCompressInit ambiguous call when included (#80)
  • make getUnderlyingType work with type argument (#83)

v0.3.2

08 Nov 14:26
e49f3c7
Compare
Choose a tag to compare

various fixes related to nim-devel branch. e.g. remove shallowCopy usage.

v0.3.1 add openArray API

20 Jun 05:17
9de8e28
Compare
Choose a tag to compare

fix previous release bug and add new openArray API in addition to seq[T] API

New API and new error handling

05 Jun 10:21
a3d1040
Compare
Choose a tag to compare

support seq[uint8] and string as input.
better error handling using Result[T, E]

More robust PNG loader

28 May 15:21
cc16c28
Compare
Choose a tag to compare

Fuzz tested with libFuzzer

v0.2.6

14 Apr 15:58
11bb17b
Compare
Choose a tag to compare

nimPNG now compiles with --gc:arc

v0.2.5

02 Jan 10:31
1cefc00
Compare
Choose a tag to compare

before internal reform