This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Releases: nemtus/symbol-sdk-openapi-generator-typescript-axios
Releases · nemtus/symbol-sdk-openapi-generator-typescript-axios
Release list
v0.4.0
What's Changed
- build: source OpenAPI spec from @nemtus/symbol-openapi npm package by @YasunoriMATSUOKA in #91
- build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by @dependabot[bot] in #90
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- build(deps-dev): bump @eslint/js from 9.39.4 to 10.0.1 by @dependabot[bot] in #81
- build(deps-dev): bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #80
- fix(deps): override shell-quote >=1.8.4 to clear critical npm audit by @YasunoriMATSUOKA in #86
- build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #85
- build(deps): bump github/codeql-action from 4.36.0 to 4.36.1 by @dependabot[bot] in #84
- chore: remove redundant examples/ directory by @YasunoriMATSUOKA in #88
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- docs: update issue templates by @YasunoriMATSUOKA in #4
- style: disable unnecessary eslint rule jest/require-hook by @YasunoriMATSUOKA in #6
- docs: example code of NodeRoutesApi.getNodeInfo by @YasunoriMATSUOKA in #70
- docs: add symbol address to pull request template by @YasunoriMATSUOKA in #71
- docs: example code of AccountRoutesApi.getAccountInfo by @YasunoriMATSUOKA in #72
- chore: harden supply chain, CI/CD, and generated client tests by @YasunoriMATSUOKA in #78
- build(deps-dev): bump ts-loader from 9.3.1 to 9.6.0 in the npm-minor-and-patch group by @dependabot[bot] in #79
- build(deps): bump github/codeql-action from 3.31.11 to 4.36.0 by @dependabot[bot] in #82
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #83
New Contributors
- @YasunoriMATSUOKA made their first contribution in #4
- @dependabot[bot] made their first contribution in #79
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: REST API client generated with OpenAPI Generator typescript-axios