Skip to content

Commit

Permalink
Update to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw authored Sep 22, 2016
1 parent 1c5c568 commit 8912a7e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 90 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-api-spec",
"version": "4.4.0",
"version": "5.0.0",
"homepage": "https://github.com/imgix/image-api-spec",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
55 changes: 11 additions & 44 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ return {
{
"type": "number",
"suggested_range": {
"min": 0
"min": 1,
"max": 10
}
}
],
Expand Down Expand Up @@ -774,20 +775,10 @@ return {
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": false,
"depends": [
"fit=crop",
"crop=focalpoint"
Expand Down Expand Up @@ -978,12 +969,10 @@ return {
],
"expects": [
{
"type": "string",
"possible_values": [
"true"
]
"type": "boolean"
}
],
"default": false,
"url": "https://docs.imgix.com/apis/url/adjustment/invert",
"short_description": "Inverts the colors on the source image."
},
Expand All @@ -997,21 +986,10 @@ return {
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": "false",
"default": false,
"depends": [
"fm=webp",
"fm=jxr"
Expand Down Expand Up @@ -2630,21 +2608,10 @@ return {
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": "false",
"default": false,
"experimental": true,
"short_description": "Reverses the frame order on the source animation."
},
Expand Down Expand Up @@ -2712,7 +2679,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "4.4.0"
"version": "5.0.0"
};

}));
55 changes: 11 additions & 44 deletions dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@
{
"type": "number",
"suggested_range": {
"min": 0
"min": 1,
"max": 10
}
}
],
Expand Down Expand Up @@ -758,20 +759,10 @@
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": false,
"depends": [
"fit=crop",
"crop=focalpoint"
Expand Down Expand Up @@ -962,12 +953,10 @@
],
"expects": [
{
"type": "string",
"possible_values": [
"true"
]
"type": "boolean"
}
],
"default": false,
"url": "https://docs.imgix.com/apis/url/adjustment/invert",
"short_description": "Inverts the colors on the source image."
},
Expand All @@ -981,21 +970,10 @@
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": "false",
"default": false,
"depends": [
"fm=webp",
"fm=jxr"
Expand Down Expand Up @@ -2614,21 +2592,10 @@
],
"expects": [
{
"type": "integer",
"possible_values": [
0,
1
]
},
{
"type": "string",
"possible_values": [
"false",
"true"
]
"type": "boolean"
}
],
"default": "false",
"default": false,
"experimental": true,
"short_description": "Reverses the frame order on the source animation."
},
Expand Down Expand Up @@ -2696,5 +2663,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "4.4.0"
"version": "5.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-api-spec",
"version": "4.4.0",
"version": "5.0.0",
"description": "A single source of truth for the imgix URL API.",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 8912a7e

Please sign in to comment.