Skip to content

Releases: dragonchain-inc/dragonchain-sdk-node

Release 3.1.0

25 Jul 17:15
c3000a5
Compare
Choose a tag to compare

This release supports Dragonchain's new pending verification endpoint

Changelog

  • Feature:
    • Use new versioned api endpoints
    • Add support for pending verifications endpoint

Release 3.0.9

09 Jul 21:22
Compare
Choose a tag to compare

This release supports api key nicknaming, as well as various development changes, including targeting ES5 (instead of ES6) for better legacy support.

Changelog

  • Feature:
    • Added support for nicknamed api keys
  • Packaging:
    • Condense TSConfig to a single file
    • Switch build to target ES5 for better backwards-compatibility/legacy support
  • CICD:
    • Update cicd for new AWS buildspec runtimes
  • Development:
    • Switch to eslint for linting
    • Add and enforce prettier for formatting
    • Remove outdated integration tests
    • Added code owners which are required for PR review
    • Added issue and PR templates for github
  • Documentation:
    • Added changelog