CHANGELOG.md in form_api-1.9.1 vs CHANGELOG.md in form_api-1.11.0

- old
+ new

@@ -1,27 +1,44 @@ +### 1.11.0 [October 9, 2019] + +- Add parent folder ID and path params to GET template response +- Add parent folder ID param when creating a new template, so you can upload a template into a folder + +### 1.10.0 [Aug 7, 2019] +* Added Create Folder, List Folder, Move to Folder endpoints + ### 1.9.1 [August 2, 2019] -* Relax json dependency to support older versions (>= 1.8) +- Relax json dependency to support older versions (>= 1.8) + ### 1.9.0 [June 22, 2019] -* **BREAKING CHANGE** Renamed "Get Templates" endpoint to "List Templates". Added a search query parameter. +- **BREAKING CHANGE** Renamed "Get Templates" endpoint to "List Templates". Added a search query parameter. + ### 1.8.0 [April 11, 2019] -* Added support for editable PDFS (editable: true) +- Added support for editable PDFS (editable: true) + ### 1.7.0 [December 23, 2018] -* Added CustomFiles, and combinePdf call to support many different types of source PDFs. Renamed a few models +- Added CustomFiles, and combinePdf call to support many different types of source PDFs. Renamed a few models + ### 1.6.0 [December 18, 2018] -* Updated API host to api.formapi.io +- Updated API host to api.formapi.io + ### 1.5.0 [December 13, 2018] -* Fix model name for newly created Templates (PendingTemplate) -* Added "actions" to submission and combined_submission responses. Includes information about custom S3 uploads +- Fix model name for newly created Templates (PendingTemplate) +- Added "actions" to submission and combined_submission responses. Includes information about custom S3 uploads + ### 1.4.1 [December 2, 2018] -* Fixed crash in 1.4.0, did not include all of the necessary files +- Fixed crash in 1.4.0, did not include all of the necessary files + ### 1.4.0 [December 1, 2018] -* Added Create Template, Get Template, and Get Template Schema endpoints +- Added Create Template, Get Template, and Get Template Schema endpoints + ### 1.3.0 [November 4, 2018] -* Initial changelog + +- Initial changelog