Skip to content

Commit f9da7f6

Browse files
committed
Format changelog with prettier once
1 parent 5b637ff commit f9da7f6

File tree

1 file changed

+58
-57
lines changed

1 file changed

+58
-57
lines changed

CHANGELOG.md

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,92 +6,93 @@
66
* Send all requests via HTTPS by default
77
* Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51)
88

9-
### 2.0.1 / 2017-01-23 ###
9+
### 2.0.1 / 2017-01-23
1010

11-
* Use the ssl enabled url as the API base url (@ifedapoolarewaju)
11+
- Use the ssl enabled url as the API base url (@ifedapoolarewaju)
1212

13-
### 2.0.0 / 2016-12-03 ###
13+
### 2.0.0 / 2016-12-03
1414

15-
* Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older
15+
- Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older
1616
Ruby versions.
17-
* Fix compatibility to Ruby >=2.1 and Rails 5.
18-
* Remove bored instance logic (thanks @ifedapoolarewaju for the PR). This shouldn't affect users at all and removes
17+
- Fix compatibility to Ruby >=2.1 and Rails 5.
18+
- Remove bored instance logic (thanks @ifedapoolarewaju for the PR). This shouldn't affect users at all and removes
1919
the need for another HTTP request before the actual HTTP request.
20-
* We now have the `transloadit.bill` method to retrieve billing reports. (@ifedapoolarewaju)
21-
* Deprecate `assembly.submit!` method for `assembly.create!`. This shouldn't affect users as the `submit!` method remains
20+
- We now have the `transloadit.bill` method to retrieve billing reports. (@ifedapoolarewaju)
21+
- Deprecate `assembly.submit!` method for `assembly.create!`. This shouldn't affect users as the `submit!` method remains
2222
as an alias for `create!`. (@ifedapoolarewaju)
23-
* Add support for new `assembly` methods (Thanks @ifedapoolarewaju):
24-
* list to get a list of all assemblies.
25-
* get to retrieve a particular assembly. Requires assembly id to be passed as argument.
26-
* replay to replay a particular assembly. Requires assembly id to be passed as argument.
27-
* get_notifications to get a list of all assembly notifications.
28-
* replay_notification to replay the notification of a particular assembly. Requires assembly id to be passed as argument.
29-
* We now have a Template api with the following methods:
30-
* create to create a new template.
31-
* list to get a list of all templates.
32-
* get to retrieve a particular template.
33-
* update to update a particular template.
34-
* delete to delete a particular template.
35-
* Add rate limit feature to implicitly retry assembly creation when the rate limit is reached.
36-
* Add `assembly.reload_until_finished!` which calls `reload!` once per second until assembly is finished (@gbuesing)
37-
* Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim)
23+
- Add support for new `assembly` methods (Thanks @ifedapoolarewaju):
24+
- list to get a list of all assemblies.
25+
- get to retrieve a particular assembly. Requires assembly id to be passed as argument.
26+
- replay to replay a particular assembly. Requires assembly id to be passed as argument.
27+
- get_notifications to get a list of all assembly notifications.
28+
- replay_notification to replay the notification of a particular assembly. Requires assembly id to be passed as argument.
29+
- We now have a Template api with the following methods:
30+
- create to create a new template.
31+
- list to get a list of all templates.
32+
- get to retrieve a particular template.
33+
- update to update a particular template.
34+
- delete to delete a particular template.
35+
- Add rate limit feature to implicitly retry assembly creation when the rate limit is reached.
36+
- Add `assembly.reload_until_finished!` which calls `reload!` once per second until assembly is finished (@gbuesing)
37+
- Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim)
3838

39-
### 1.2.0 / 2015-12-28 ###
39+
### 1.2.0 / 2015-12-28
4040

41-
* allow custom fields to be passed to Transloadit and received back in the response (thanks @Acconut for the pull request)
41+
- allow custom fields to be passed to Transloadit and received back in the response (thanks @Acconut for the pull request)
4242

43-
### 1.1.4 / 2015-12-14 ###
43+
### 1.1.4 / 2015-12-14
4444

45-
* fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99
45+
- fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99
4646

47-
### 1.1.3 / 2014-08-21 ###
47+
### 1.1.3 / 2014-08-21
4848

49-
* Use rest-client < 1.7.0 for Ruby version below 1.9 to stay 1.8 compatible.
49+
- Use rest-client < 1.7.0 for Ruby version below 1.9 to stay 1.8 compatible.
5050

51-
### 1.1.2 / 2014-06-17 ###
51+
### 1.1.2 / 2014-06-17
5252

53-
* Fix deprecation warning on Ruby 2.1.0 for OpenSSL::Digest (thanks @pekeler for the patch)
53+
- Fix deprecation warning on Ruby 2.1.0 for OpenSSL::Digest (thanks @pekeler for the patch)
5454

55-
### 1.1.1 / 2013-06-25 ###
55+
### 1.1.1 / 2013-06-25
5656

57-
* request.get with secret (thanks @miry for the patch)
57+
- request.get with secret (thanks @miry for the patch)
5858

59-
### 1.1.0 / 2013-04-22 ###
59+
### 1.1.0 / 2013-04-22
6060

61-
* We now have more statuses available in the response:
62-
* finished? to check if processing is finished
63-
* error? to check if processing failed with errors
64-
* canceled? to check if processing was canceled
65-
* aborted? to check if processing was aborted
66-
* executing? to check if processing is still executing
67-
* uploading? to check if the upload is still going
68-
* Please use `finished?` to check if procssing is finished and `completed?` to
61+
- We now have more statuses available in the response:
62+
- finished? to check if processing is finished
63+
- error? to check if processing failed with errors
64+
- canceled? to check if processing was canceled
65+
- aborted? to check if processing was aborted
66+
- executing? to check if processing is still executing
67+
- uploading? to check if the upload is still going
68+
- Please use `finished?` to check if procssing is finished and `completed?` to
6969
check if completed successfully
7070

71-
### 1.0.5 / 2013-03-13 ###
71+
### 1.0.5 / 2013-03-13
7272

73-
* Use MultiJSON so everyone can use the JSON parser they like. (thanks @kselden for the patch)
74-
* Switch to Kramdown for RDoc formatting
75-
* Support jRuby 1.8/1.9 and MRI 2.0.0 too
73+
- Use MultiJSON so everyone can use the JSON parser they like. (thanks @kselden for the patch)
74+
- Switch to Kramdown for RDoc formatting
75+
- Support jRuby 1.8/1.9 and MRI 2.0.0 too
7676

77-
### 1.0.4 / 2013-03-06 ###
77+
### 1.0.4 / 2013-03-06
7878

79-
* allow symbols as keys for response attributes (thanks @gbuesing for reporting)
79+
- allow symbols as keys for response attributes (thanks @gbuesing for reporting)
8080

81-
### 1.0.3 / 2012-11-10 ###
81+
### 1.0.3 / 2012-11-10
8282

83-
* Support max_size option
83+
- Support max_size option
8484

85-
### 1.0.1 / 2011-02-08 ###
85+
### 1.0.1 / 2011-02-08
8686

8787
[Full list of changes](https://github.com/transloadit/ruby-sdk/compare/v1.0.0...v1.0.1)
8888

89-
* Enhancements
90-
* support custom form fields for Transloadit::Assembly
89+
- Enhancements
9190

92-
* New Maintainers
93-
* Robin Mehner <[email protected]>
91+
- support custom form fields for Transloadit::Assembly
9492

95-
### 1.0.0 / 2011-09-06 ###
93+
- New Maintainers
94+
- Robin Mehner <[email protected]>
9695

97-
* Initial release
96+
### 1.0.0 / 2011-09-06
97+
98+
- Initial release

0 commit comments

Comments
 (0)