Releases: HCL-TECH-SOFTWARE/domino-rest-sdk-node
Releases · HCL-TECH-SOFTWARE/domino-rest-sdk-node
Domino REST SDK Node v0.2.0
What's Changed
- Update package lock by @eryanph in #64
- Fix workflow errors when running tests on Node 20.x by @eryanph in #67
- Transition to module type project by @eryanph in #68
- Bump chai-promised from 1.0.2 to 1.0.3 by @dependabot in #69
- dependency updates by @Stwissel in #70
- Add richtext operation and code refactors by @eryanph in #87
Full Changelog: v0.1.6...v0.2.0
Add 'token' credential type to DominoAccess
What's Changed
- Add 'token' credential type to DominoAccess by @eryanph in #59
- Bump typedoc from 0.25.7 to 0.25.13 by @dependabot in #61
- Bump @types/jsonwebtoken from 9.0.5 to 9.0.6 by @dependabot in #49
- Bump mocha from 10.2.0 to 10.4.0 by @dependabot in #57
- Bump @types/node from 20.11.16 to 20.12.6 by @dependabot in #62
Full Changelog: v0.1.5...v0.1.6
DominoAccess fix OAuth type fetch access token
What's Changed
DominoAccess
fixaccessToken
call onoauth
type.
Full Changelog: https://github.com/HCL-TECH-SOFTWARE/domino-rest-sdk-node/compare/v0.1.3..v0.1.5
Basis & Setup sessions
What's Changed
Full Changelog: v0.1.1...v0.1.2
Mainly descriptions
Initial public release
Built-in methods for the following Domino REST API calls:
- /document
- /document/{unid}
- /bulk/create
- /bulk/{unid}
- /bulk/update
- /bulk/delete
- /query
- /lists
- /lists/{name}
- /listspivot/{name}
Pre Opening
Merge pull request #19 from HCL-TECH-SOFTWARE/ryan/dev Node SDK v0.0.7