-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
107 lines (88 loc) · 2.97 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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