vips extension changelog

Version 1.0.13 (2022-2-xx)
--------------------------
	* php8 compatibility [kleisauke]
	* improve module linking [kleisauke]
	* improve packaging [kleisauke]
	* add type hints [jcupitt, kleisauke]

Version 1.0.12 (2020-8-xx)
--------------------------
	* vips_image_set_type() can be passed a type name
	  https://github.com/libvips/php-vips-ext/issues/38

Version 1.0.11 (2020-1-xx)
--------------------------
	* More php_info() output [jcupitt]
	  https://github.com/libvips/php-vips/issues/97
	* add vips_image_set_type()
	* add vips_type_from_name()

Version 1.0.10 (2018-12-xx)
--------------------------
	* Fix win32 build [TBK]
	  https://github.com/libvips/php-vips-ext/pull/24
	* Update links for new home [jcupitt]
	* Add vips_image_write_to_array() [jcupitt]
	  https://github.com/libvips/php-vips/issues/90

Version 1.0.9 (2017-11-28)
--------------------------
	* Add cache and concurrency controls [chregu]
	  https://github.com/libvips/php-vips-ext/pull/17

Version 1.0.8 (2017-11-21)
--------------------------
	* Add vips_version() [chregu]
	  https://github.com/libvips/php-vips-ext/pull/15
	* Add vips_new_from_memory() / vips_write_to_memory() [kleisauke]
	  https://github.com/libvips/php-vips-ext/pull/13

Version 1.0.7 (2017-6-5)
--------------------------
	* Add vips_interpolate_new()

Version 1.0.6 (2017-4-15)
--------------------------
	* Add vips_image_copy_memory()

Version 1.0.5 (2017-3-11)
--------------------------
	* Use VIPS_SONAME, if we can
	* More stuff in php_info()
	  https://github.com/libvips/php-vips/issues/32
	* Add vips_foreign_find_load() and vips_foreign_find_load_buffer()
	  https://github.com/libvips/php-vips/issues/37

Version 1.0.4 (2016-12-30)
--------------------------
	* Improve graceful fix from 1.0.3 
	  https://github.com/libvips/php-vips/issues/27
	* Better notes section in package.xml 
	  https://github.com/libvips/php-vips/issues/28

Version 1.0.3 (2016-12-27)
--------------------------
	* Lower min vips version to 8.2, see #4
	* Lock libvips to fix graceful 
	  https://github.com/libvips/php-vips/issues/26

Version 1.0.2 (2016-12-06)
--------------------------
	* vips_image_write_to_file() was not setting options, see #3

Version 1.0.1 (2016-11-25)
--------------------------
	* Fix for 7.1rc6

Version 1.0.0 (2016-11-24)
--------------------------
	* Update package for pecl upload

Version 0.1.3 (2016-11-04)
--------------------------
	* Fix memleak

Version 0.1.2 (2016-10-24)
--------------------------
	* Always dereference REFERENCE zvalues
	* More robust value type checking

Version 0.1.1 (2016-10-20)
--------------------------
	* Support draw operations
	* Add vips_error_buffer(), remove docref messages
	* Return 0/-1 everywhere for error
	* vips_image_get() returns ["out" => value] | -1
	* vips_image_get() returns built-in enums as strings
	* Fix type conversions
	* Add vips_image_remove()
	* Add vips_cache_set_*() 
	* Add vips_concurrency_set() 

Version 0.1.0 (2016-09-20)
--------------------------
	* Initial release

