Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 26, 2018
1 parent cdcd0db commit aff1b2f
Show file tree
Hide file tree
Showing 30 changed files with 110 additions and 115 deletions.
71 changes: 33 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,63 @@

## v0.3.6-alpha.0 (2018-08-25)

#### :rocket: Enhancement

- [#549](https://github.com/oliver-moran/jimp/pull/549) Can now create a new jimp with the CSS hex color format ([@CodySchrank](https://github.com/CodySchrank))
* [#549](https://github.com/oliver-moran/jimp/pull/549) Can now create a new jimp with the CSS hex color format ([@CodySchrank](https://github.com/CodySchrank))

#### :bug: Bug Fix

- `core`, `custom`, `jimp`, `plugins`, `type-bmp`, `type-gif`, `type-jpeg`, `type-png`, `type-tiff`, `types`
- [#571](https://github.com/oliver-moran/jimp/pull/571) Bundles ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Other
- [#567](https://github.com/oliver-moran/jimp/pull/567) Fix raw buffer constructor example ([@d07RiV](https://github.com/d07RiV))
- [#563](https://github.com/oliver-moran/jimp/pull/563) get first letter rather than '0'. cause '0' might no be present ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#555](https://github.com/oliver-moran/jimp/pull/555) Text Function Simplification ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#550](https://github.com/oliver-moran/jimp/pull/550) Printing unknown white space char ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#553](https://github.com/oliver-moran/jimp/pull/553) Audit Deps ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#551](https://github.com/oliver-moran/jimp/pull/551) update load-bmfont ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#546](https://github.com/oliver-moran/jimp/pull/546) Composite Bug ([@hipstersmoothie](https://github.com/hipstersmoothie))
- `core`, `custom`, `jimp`, `plugin-blit`, `plugin-blur`, `plugin-color`, `plugin-contain`, `plugin-cover`, `plugin-crop`, `plugin-displace`, `plugin-dither`, `plugin-flip`, `plugin-gaussian`, `plugin-invert`, `plugin-mask`, `plugin-normalize`, `plugin-print`, `plugin-resize`, `plugin-rotate`, `plugin-scale`, `type-bmp`, `type-gif`, `type-jpeg`, `type-png`, `type-tiff`, `utils`
- [#566](https://github.com/oliver-moran/jimp/pull/566) Build stuff ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#547](https://github.com/oliver-moran/jimp/pull/547) Monorepo ([@hipstersmoothie](https://github.com/hipstersmoothie))
* `core`, `custom`, `jimp`, `plugins`, `type-bmp`, `type-gif`, `type-jpeg`, `type-png`, `type-tiff`, `types`
* [#571](https://github.com/oliver-moran/jimp/pull/571) Bundles ([@hipstersmoothie](https://github.com/hipstersmoothie))
* Other
* [#567](https://github.com/oliver-moran/jimp/pull/567) Fix raw buffer constructor example ([@d07RiV](https://github.com/d07RiV))
* [#563](https://github.com/oliver-moran/jimp/pull/563) get first letter rather than '0'. cause '0' might no be present ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#555](https://github.com/oliver-moran/jimp/pull/555) Text Function Simplification ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#550](https://github.com/oliver-moran/jimp/pull/550) Printing unknown white space char ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#553](https://github.com/oliver-moran/jimp/pull/553) Audit Deps ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#551](https://github.com/oliver-moran/jimp/pull/551) update load-bmfont ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#546](https://github.com/oliver-moran/jimp/pull/546) Composite Bug ([@hipstersmoothie](https://github.com/hipstersmoothie))
* `core`, `custom`, `jimp`, `plugin-blit`, `plugin-blur`, `plugin-color`, `plugin-contain`, `plugin-cover`, `plugin-crop`, `plugin-displace`, `plugin-dither`, `plugin-flip`, `plugin-gaussian`, `plugin-invert`, `plugin-mask`, `plugin-normalize`, `plugin-print`, `plugin-resize`, `plugin-rotate`, `plugin-scale`, `type-bmp`, `type-gif`, `type-jpeg`, `type-png`, `type-tiff`, `utils`
* [#566](https://github.com/oliver-moran/jimp/pull/566) Build stuff ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#547](https://github.com/oliver-moran/jimp/pull/547) Monorepo ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Committers: 4

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Cody Schrank ([@CodySchrank](https://github.com/CodySchrank))
- Nam Se Hyun ([@skatpgusskat](https://github.com/skatpgusskat))
- [@d07RiV](https://github.com/d07RiV)


## v0.3.4 (2018-08-11)

#### :bug: Bug Fix

- [#544](https://github.com/oliver-moran/jimp/pull/544) Include babel/polyfill ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#541](https://github.com/oliver-moran/jimp/pull/541) comparing buffers takes a long time so increase the timeout for test:browser ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#544](https://github.com/oliver-moran/jimp/pull/544) Include babel/polyfill ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#541](https://github.com/oliver-moran/jimp/pull/541) comparing buffers takes a long time so increase the timeout for test:browser ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Committers: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Ivan Koprda ([@koprda](https://github.com/koprda))


## v0.3.3 (2018-08-09)

#### :rocket: Enhancement

- [#515](https://github.com/oliver-moran/jimp/pull/515) Blendmodes ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#514](https://github.com/oliver-moran/jimp/pull/514) allow constructor to use rgb data. support decoding outside of jimp ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#403](https://github.com/oliver-moran/jimp/pull/403) Write using saved mime type ([@qw3n](https://github.com/qw3n))
* [#515](https://github.com/oliver-moran/jimp/pull/515) Blendmodes ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#514](https://github.com/oliver-moran/jimp/pull/514) allow constructor to use rgb data. support decoding outside of jimp ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#403](https://github.com/oliver-moran/jimp/pull/403) Write using saved mime type ([@qw3n](https://github.com/qw3n))

#### :bug: Bug Fix

- [#539](https://github.com/oliver-moran/jimp/pull/539) Broken tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#535](https://github.com/oliver-moran/jimp/pull/535) fix types ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#533](https://github.com/oliver-moran/jimp/pull/533) ES6 tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#534](https://github.com/oliver-moran/jimp/pull/534) Always return this for chaining ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#529](https://github.com/oliver-moran/jimp/pull/529) polyfill es6 and es7 features for older versions of node ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#530](https://github.com/oliver-moran/jimp/pull/530) BMP Color issue ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#348](https://github.com/oliver-moran/jimp/pull/348) Rewrite the type declarations file ([@VojtechStep](https://github.com/VojtechStep))
- [#517](https://github.com/oliver-moran/jimp/pull/517) correct paths for fonts ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#510](https://github.com/oliver-moran/jimp/pull/510) Errors ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#512](https://github.com/oliver-moran/jimp/pull/512) Performance improvements ([@hipstersmoothie](https://github.com/hipstersmoothie))
- [#511](https://github.com/oliver-moran/jimp/pull/511) clean up getJimpDir ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#539](https://github.com/oliver-moran/jimp/pull/539) Broken tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#535](https://github.com/oliver-moran/jimp/pull/535) fix types ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#533](https://github.com/oliver-moran/jimp/pull/533) ES6 tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#534](https://github.com/oliver-moran/jimp/pull/534) Always return this for chaining ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#529](https://github.com/oliver-moran/jimp/pull/529) polyfill es6 and es7 features for older versions of node ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#530](https://github.com/oliver-moran/jimp/pull/530) BMP Color issue ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#348](https://github.com/oliver-moran/jimp/pull/348) Rewrite the type declarations file ([@VojtechStep](https://github.com/VojtechStep))
* [#517](https://github.com/oliver-moran/jimp/pull/517) correct paths for fonts ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#510](https://github.com/oliver-moran/jimp/pull/510) Errors ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#512](https://github.com/oliver-moran/jimp/pull/512) Performance improvements ([@hipstersmoothie](https://github.com/hipstersmoothie))
* [#511](https://github.com/oliver-moran/jimp/pull/511) clean up getJimpDir ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Committers: 4

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Danny Sofftie ([@DannySofftie](https://github.com/DannySofftie))
- Vojtěch Štěpančík ([@VojtechStep](https://github.com/VojtechStep))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
"version": "0.3.6"
"version": "0.3.7"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/core",
"version": "0.3.6",
"version": "0.3.7",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6",
"@jimp/utils": "^0.3.7",
"any-base": "^1.1.0",
"buffer": "^5.2.0",
"exif-parser": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/custom",
"version": "0.3.6",
"version": "0.3.7",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/core": "^0.3.6"
"@jimp/core": "^0.3.7"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.3.6",
"version": "0.3.7",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -55,9 +55,9 @@
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.1",
"@jimp/custom": "^0.3.6",
"@jimp/plugins": "^0.3.6",
"@jimp/types": "^0.3.6"
"@jimp/custom": "^0.3.7",
"@jimp/plugins": "^0.3.7",
"@jimp/types": "^0.3.7"
},
"devDependencies": {
"babelify": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-blit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blit",
"version": "0.3.6",
"version": "0.3.7",
"description": "Blit an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blur",
"version": "0.3.6",
"version": "0.3.7",
"description": "blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-color",
"version": "0.3.6",
"version": "0.3.7",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6",
"@jimp/utils": "^0.3.7",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-contain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-contain",
"version": "0.3.6",
"version": "0.3.7",
"description": "contain an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-cover",
"version": "0.3.6",
"version": "0.3.7",
"description": "cover an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-crop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-crop",
"version": "0.3.6",
"version": "0.3.7",
"description": "crop an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-displace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-displace",
"version": "0.3.6",
"version": "0.3.7",
"description": "displace an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-dither",
"version": "0.3.6",
"version": "0.3.7",
"description": "Dither an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-flip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-flip",
"version": "0.3.6",
"version": "0.3.7",
"description": "flip an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-gaussian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-gaussian",
"version": "0.3.6",
"version": "0.3.7",
"description": "gaussian blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-invert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-invert",
"version": "0.3.6",
"version": "0.3.7",
"description": "invert an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-mask",
"version": "0.3.6",
"version": "0.3.7",
"description": "mask an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-normalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-normalize",
"version": "0.3.6",
"version": "0.3.7",
"description": "normalize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.6"
"@jimp/utils": "^0.3.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down

0 comments on commit aff1b2f

Please sign in to comment.