Releases: merakigenart/meraki-js-sdk
Releases · merakigenart/meraki-js-sdk
v1.4.4
- add
loadBytes()
support - fix implementation of
loadStrings()
andloadXML()
- documentation updates
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Bump actions/cache from 3.3.0 to 3.3.1 by @dependabot in #75
- Add features by @patinthehat in #76
Full Changelog: v1.4.1...v1.4.3
v1.4.2
- bug fixes
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Add remote script asset loading functionality by @patinthehat in #74
- fix library build
Full Changelog: v1.3.0...v1.4.1
v1.4.0
What's Changed
- Added script assets support
- npm(deps-dev): bump esbuild from 0.15.18 to 0.16.4 by @dependabot in #60
- Bump actions/cache from 3.0.11 to 3.2.0 by @dependabot in #61
- Bump actions/cache from 3.2.0 to 3.2.1 by @dependabot in #62
- Bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in #63
- Bump actions/setup-node from 3.5.1 to 3.6.0 by @dependabot in #64
- Bump actions/cache from 3.2.2 to 3.2.3 by @dependabot in #65
- npm(deps-dev): bump esbuild from 0.16.17 to 0.17.1 by @dependabot in #66
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #67
- Bump actions/cache from 3.2.3 to 3.2.4 by @dependabot in #70
- Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in #71
- Bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #72
- Bump actions/cache from 3.2.6 to 3.3.0 by @dependabot in #73
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Bump various dependencies
- Add log function by @patinthehat in #57
- Update documentation by @patinthehat in #58
- Add shuffle method by @patinthehat in #59
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Bump dependency versions
- Add parameter to pass a custom hash to
generateRandomTokenData()
- Minor SDK template adjustments
- Code cleanup
v1.1.2
- fix issue with
BaseRandom
class