All notable changes to lua-vips
will be documented in this file.
- add
vips.leak_set()
[jcupitt] - add
soak.lua
example [jcupitt] - fix five minor memleaks [kleisauke]
- update links for new home [jcupitt]
- cleanups and some reorganisation [kleisauke]
- fix regressions from 1.1-7 [kleisauke]
- add
find_load
[kleisauke] - add
find_load_buffer
[kleisauke]
- cleanups and some reorganisation
- renamed cache control funcs, the names were missing the
cache_
prefix - fix
image:remove()
[kleisauke]
- add operation cache control
- add verror: handle libvips error buffer
- add version: handle libvips version numbers
- add
gvalue.to_enum
: wrap up enum encoding - add
composite
- add
new_from_memory
- add
write_to_memory
- remove
[]
and#
overloads -- too confusing, and they broke debuggers
- small doc fixes
- fix get() on gobject enum properties with older libvips
- test for gobject enum properties as strings
- more Windows fixes
- fix a callback leak with buffers, thanks wuyachao
- fix "-" characters in arg names
- tweaks to help LuaJIT on Windows
- first API stable release