Releases: signnow/SignNow.NET
Releases · signnow/SignNow.NET
signNow .Net SDK v1.3.0
signNow .Net SDK v1.2.3
Fixed
- Fixed
json_attributes
property deserialization for DocumentHistoryResponse model
signNow .Net SDK v1.2.2
Added
IEventSubscription
interface for any operation with Events- Webhooks 2.0 API partially implemented
ValidatorId
andLockToSignDate
properties added to the signNow document model (FieldJsonAttributes
)
Changed
- Token type is always set to
Bearer
orBasic
explicitly in every service
Fixed
LockToSignDate
property serialization for Date validator tag
signNow .Net SDK v1.2.1
Added
- Added
DateValidatorTag
to Complex Tags - Added
OwnerName
property 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
OAuth2Service
moved toSignNow.Net.Services
namespace
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
Thumbnail
property 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.PrefillTextFieldsAsync
that allows you to prefill document fieldsIDocumentService.EditDocumentAsync
that allows you to add/change various fieldsIFieldEditable
that represents editable Field attributesModel.EditFields.TextField
that allows you to configure text field and add/change the document fields
Changed
FieldJsonAttributes
added toISignNowFields
that allows you to get Field attributes
SignNow.NET SDK v0.9.0
Added
IUserService.GetModifiedDocumentsAsync
that allows to get all modified documents for UserIUserService.GetUserDocumentsAsync
that allows to get all information of user's documents that were not modified yetInterfaces.ISignNowContext
extended withIFolderService
that allows you works with FoldersIFolderService.GetAllFoldersAsync
that allows you to get all user Folders with documentsIFolderService.GetFolderAsync
that allows you to get all details of a specific folder including all documents in that folder.IFolderService.CreateFolderAsync
that allows you to create folder for a user.IFolderService.DeleteFolderAsync
that allows you to deletes a folder.IFolderService.RenameFolderAsync
that allows you to renames a folder.IDocumentService.MoveDocumentAsync
that 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.