- bugfix
uploadFiles
- reading files with multiple directories - packages bump
- HTML render will automatically get associated image streams in base64 inside the html
- packages bump
- package updated to latest
- replace encodeURI with encodeURIComponent for getReport by url
- package updates
- packages bump
- bug fix
- update packages (soap v40+ dropped request and httpntlm in favour of axios and axios-ntlm)
- drop internal promisify function, using soap async functions (returned result may change)
- rewritten functionality using classes (big changes)
- documentation updates
- update packages
- new option for upload reports
options
when deleting existing items -keepDataSource
(default: false)
- some documentation updates
- droped internal NtlmSecurity, use soap ntlm security (NTLMSecurity)
- update packages (dropped lodash, replace moment=>dayjs)
- new
createClient
on reportService and reportExecution for multiple clients with diferent configurations
- bug fix
- auto convert definition parameter on
createReport
to base64 string
- added
include
array touploadFiles
- bug fixes to
fixDataSourceReference
,upload
- documentation update
- packages update to latest
- consistent parameters for all start functions
report.start
,reportService.start
andreportExecution.start
- documentation updates
- minor buxfix
- bug fix
- packages update
- modified
download
returned result - fixed some minor issues with
getReportByUrl
- exported
setServerUrl
- documentation update
- added
readFiles
upload
anduploadFiles
options changeddeleteReports
option changed todeleteExistingItems
auth
option changed todataSourceOptions
- removed
debug
option - added
logger
object withlog
andwarn
functions, or boolean(outputs to console) - added
exclude
array foruploadFiles
, can exclude by name, extension, path
- added
log
parameter tofixDataSourceReference
- documentation update
- replace custom soap package with original
- default to ntlm request, does not override request if othes security is passed
- auth option changed to soap config
- export entire original soap not just custom
createClient
andsecurity
- other small improvements
- documentation updates
- option
useRs2010
on reportService start function has been changed touseRs2012
- still defaults to using 2010
- fixed issue with other types of security than ntlm
- suport for basic security
- bug fix for:
upload
, added debug option, - added:
fixDataSourceReference
- added:
getItemReferences
,setItemReferences
- restricted
getServerUrl
,setServerUrl
,getRootFolder
,setRootFolder
,- not exported outside the package
- documentation updates