Releases: signnow/SignNow.NET
Releases · signnow/SignNow.NET
signNow .Net SDK v1.3.0
signNow .Net SDK v1.2.3
Fixed
- Fixed
json_attributesproperty deserialization for DocumentHistoryResponse model
signNow .Net SDK v1.2.2
Added
IEventSubscriptioninterface for any operation with Events- Webhooks 2.0 API partially implemented
ValidatorIdandLockToSignDateproperties added to the signNow document model (FieldJsonAttributes)
Changed
- Token type is always set to
BearerorBasicexplicitly in every service
Fixed
LockToSignDateproperty serialization for Date validator tag
signNow .Net SDK v1.2.1
Added
- Added
DateValidatorTagto Complex Tags - Added
OwnerNameproperty to SignNowDocument model
Fixed
- Fixed Json property name for attachment complex tag
signNow .NET SDK v1.2.0
Added
- Added Readme and License files to Nuget package
OAuth2Service: added ability to configure token expiration time- Added OAuth2 service to SignNow service container
- All the services can use custom HttpClient via constructor of class #148
- Complex Text Tags support while upload document with Fields
Changed
OAuth2Servicemoved toSignNow.Net.Servicesnamespace
signNow .Net SDK v1.1.1
Added
- Properties for sign invite that allows you to prefill text in the Signature field, allows for signers to use their saved signature, allows recipients reassign this invite to another email address, allow recipients decline the invite.
- Add support for field type
stamp#149
signNow .Net SDK v1.1.0
Added
- The
Thumbnailproperty onModel.SignNowDocument, which allows you to get document thumbnails in small, medium and large image sizes
Fixed
- Fixed fails when parsing error response from auth service #134
Changed
- Removed built-in validation for
LinkExpiration
SignNow .Net SDK v1.0.0
Added
IDocumentService.PrefillTextFieldsAsyncthat allows you to prefill document fieldsIDocumentService.EditDocumentAsyncthat allows you to add/change various fieldsIFieldEditablethat represents editable Field attributesModel.EditFields.TextFieldthat allows you to configure text field and add/change the document fields
Changed
FieldJsonAttributesadded toISignNowFieldsthat allows you to get Field attributes
SignNow.NET SDK v0.9.0
Added
IUserService.GetModifiedDocumentsAsyncthat allows to get all modified documents for UserIUserService.GetUserDocumentsAsyncthat allows to get all information of user's documents that were not modified yetInterfaces.ISignNowContextextended withIFolderServicethat allows you works with FoldersIFolderService.GetAllFoldersAsyncthat allows you to get all user Folders with documentsIFolderService.GetFolderAsyncthat allows you to get all details of a specific folder including all documents in that folder.IFolderService.CreateFolderAsyncthat allows you to create folder for a user.IFolderService.DeleteFolderAsyncthat allows you to deletes a folder.IFolderService.RenameFolderAsyncthat allows you to renames a folder.IDocumentService.MoveDocumentAsyncthat allows you to move the document to a specified folder.
SignNow .Net SDK v0.8.0
All notable changes to this version has been documented in the CHANGELOG.md file.