mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-17 19:26:35 -07:00
feat(version): bump to 1.0.3
This commit is contained in:
parent
5ca57a1e68
commit
1d16b40629
2 changed files with 10 additions and 3 deletions
11
History.md
11
History.md
|
|
@ -1,7 +1,14 @@
|
||||||
|
## 1.0.3 / 28-09-2016
|
||||||
|
|
||||||
|
- fix(#95): better image type inference and support check.
|
||||||
|
- fix(background): pass proper background RGB color for PNG image conversion.
|
||||||
|
- feat(types): validate supported image types by current `libvips` compilation.
|
||||||
|
- feat(types): consistent SVG image checking.
|
||||||
|
|
||||||
## 1.0.2 / 27-09-2016
|
## 1.0.2 / 27-09-2016
|
||||||
|
|
||||||
- feat(#95): support GIF, SVG and PDF formats
|
- feat(#95): support GIF, SVG and PDF formats.
|
||||||
- fix(#108): auto-width and height calculations now round instead of floor
|
- fix(#108): auto-width and height calculations now round instead of floor.
|
||||||
|
|
||||||
## 1.0.1 / 22-06-2016
|
## 1.0.1 / 22-06-2016
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package bimg
|
package bimg
|
||||||
|
|
||||||
// Version represents the current package semantic version.
|
// Version represents the current package semantic version.
|
||||||
const Version = "1.0.2"
|
const Version = "1.0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue