File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11
2+ ## v1.0.18 / 2017-12-22
3+
4+ * Merge pull request #216 from Bynder/master
5+ * Merge pull request #208 from mikestead/feature/webp-lossless
6+ * Remove go-debug usage
7+ * refactor(docs): remove codesponsor :(
8+ * fix(options): use float64 type in Options.Threshold
9+ * Merge pull request #206 from tstm/add-trim-options
10+ * Add lossless option for saving webp
11+ * Set the test file to write its own file
12+ * Add the option to use background and threshold options on trim
13+
214## v1.0.17 / 2017-11-14
315
416 * refactor(resizer): remove fmt statement
Original file line number Diff line number Diff line change 11package bimg
22
33// Version represents the current package semantic version.
4- const Version = "1.0.17 "
4+ const Version = "1.0.18 "
You can’t perform that action at this time.
0 commit comments