mirror of
https://github.com/h2non/imaginary.git
synced 2025-12-13 20:37:04 +01:00
refactor(params): use mirror as default extend behavior
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
v1.2.2 / 2020-06-11
|
||||
===================
|
||||
|
||||
* refactor(params): use mirror as default extend behavior
|
||||
|
||||
v1.2.1 / 2020-06-08
|
||||
===================
|
||||
|
||||
@@ -69,7 +74,7 @@ v1.1.1 / 2019-07-07
|
||||
v1.0.15 / 2018-03-15
|
||||
====================
|
||||
|
||||
* fix(#188, #185): Install SSL CA certificates.
|
||||
* fix(#188, #185): Install SSL CA certificates.
|
||||
* chore(Dockerfile): upgrade libvips to v8.6.3
|
||||
|
||||
|
||||
|
||||
@@ -144,8 +144,8 @@ func TestParseExtend(t *testing.T) {
|
||||
{"lastpixel", bimg.ExtendLast},
|
||||
{"background", bimg.ExtendBackground},
|
||||
{" BACKGROUND ", bimg.ExtendBackground},
|
||||
{"invalid", bimg.ExtendCopy},
|
||||
{"", bimg.ExtendCopy},
|
||||
{"invalid", bimg.ExtendMirror},
|
||||
{"", bimg.ExtendMirror},
|
||||
}
|
||||
|
||||
for _, extend := range cases {
|
||||
|
||||
Reference in New Issue
Block a user