-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Amir Tocker
committed
Jul 15, 2016
1 parent
b86e9f7
commit 834e2c3
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
1.0.24 / 2016-07-15 | ||
================== | ||
New functionality and features | ||
------------------------------ | ||
|
||
* Upload mappings API | ||
* Restore API | ||
* ZIP (archive) generation and download API | ||
* Responsive breakpoints | ||
* Conditional transformations | ||
* Aspect ratio transformation parameter | ||
* Overlay and Underlay improvements. Support Line spacing, Letter spacing and Stroke in layer options. | ||
* Put the params in the body instead of URL query for 'POST' and 'PUT' API requests | ||
* Renamed the FontWeight parameter and added TextAlign keyword. | ||
* New User-Agent format (CloudinaryDotNet/vvv) and support of User-Platform parameter | ||
* Support of Invalidate flag for Explicit and Rename API | ||
* Allow passing ad-hoc parameters | ||
|
||
Other Changes | ||
------------- | ||
|
||
* .NetFramework 3.5 compatibility fixes | ||
* Fixed values of explicit HTML attributes in Image tags (with quotes) | ||
* Moved enums into designated files | ||
* fixed naming conventions and dedicated class for video layer | ||
* Modify Breakpoint test. | ||
* Replace test image | ||
* Disable Listing Direction test | ||
* simplification of the code | ||
* added additional asserts and improved asserts messages | ||
* moved strings to constants, fixed method namings | ||
* updated tests to match current version of the server software | ||
* removed dependencies to keep it a unit test | ||
* Extracted setup for UploadMapping test into designated file. | ||
* removed twitter dependencies due to twitter API limits | ||
* Add random number to public ID of upload test | ||
|
||
|