Skip to content

Releases: cshum/vipsgen

v1.1.1

06 Jun 07:31
a3ddb85
Compare
Choose a tag to compare

libvips 8.17.0

https://github.com/libvips/libvips/releases/tag/v8.17.0

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Jun 17:39
d8c82f2
Compare
Choose a tag to compare

What's Changed

  • feat: VipsTarget integration with io.WriteCloser by @cshum in #47

Full Changelog: v1.0.1...v1.1.0

v1.0.1

31 May 18:42
8ce8024
Compare
Choose a tag to compare

What's Changed

  • fix: deterministic operations and enums sequence by @cshum in #43
  • fix: composite fix and enable report leaks in test cases by @cshum in #39
  • test: add cases for options passing, memory management, and type safety by @cshum in #44
  • fix: clear error buffer on vips_interpolate_new fail by @cshum in #45
  • fix: fix ref of custom operation rot_multi_page by @cshum in #46

Full Changelog: v0.9.1...v1.0.1

v0.9.1

29 May 18:23
ab2b63f
Compare
Choose a tag to compare

What's Changed

  • feat: generate Go doc conventions for required arguments by @cshum in #40
  • feat: add libvips version comment in generated code by @cshum in #41
  • fix: line breaks for Go doc convention by @cshum in #42

Full Changelog: v0.8.3...v0.9.1

v0.8.3

26 May 08:36
7ad240c
Compare
Choose a tag to compare

What's Changed

  • refactor: optimize vipsImageGetMetaLoader and vipsgen prefix by @cshum in #37
  • refactor: vipsgen prefix convention by @cshum in #38

Full Changelog: v0.8.2...v0.8.3

v0.8.2

26 May 04:00
cec01c4
Compare
Choose a tag to compare

What's Changed

  • feat: libvips header functions and HasOperation util by @cshum in #34
  • refactor: more safety check to nil case by @cshum in #35

Full Changelog: v0.8.1...v0.8.2

v0.8.1

25 May 17:13
59f5eb3
Compare
Choose a tag to compare

What's Changed

  • feat: vips header functions by @cshum in #32
  • refactor: rearrange vips connection by @cshum in #33

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 May 04:39
bf505bc
Compare
Choose a tag to compare

What's Changed

  • feat: image MIME type support by @cshum in #31

Full Changelog: v0.7.0...v0.8.0

v0.1.0

21 May 16:47
6e9c253
Compare
Choose a tag to compare

What's Changed

  • feat: use vips_operation_new for generating optional arguments by @cshum in #11
  • feat: C helper with short-circuit evaluation code generation by @cshum in #12
  • refactor: trim more lines from generated code by @cshum in #13
  • fix: vipsgen_operation_save_buffer for c optional args generator by @cshum in #14
  • fix: fix N input array from by @cshum in #15
  • fix: c generator for load_buffer with options to use VipsBlob by @cshum in #16
  • feat: matload support for generated code by @cshum in #17
  • fix: BandFormat enum by @cshum in #18
  • fix: image type unknown from memory by @cshum in #19
  • feat: add debug flag to vipsgen command by @cshum in #20

Full Changelog: v0.0.1...v0.1.0