All notable changes to meraki-js-sdk
will be documented in this file.
- add
loadBytes()
support - fix implementation of
loadStrings()
andloadXML()
- documentation updates
Full Changelog: https://github.com/merakigenart/meraki-js-sdk/compare/v1.4.3...v1.4.4
Full Changelog: https://github.com/merakigenart/meraki-js-sdk/compare/v1.4.1...v1.4.3
- bug fixes
Full Changelog: https://github.com/merakigenart/meraki-js-sdk/compare/v1.4.1...v1.4.2
- Add remote script asset loading functionality by @patinthehat in #74
- fix library build
Full Changelog: https://github.com/merakigenart/meraki-js-sdk/compare/v1.3.0...v1.4.1
- 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: https://github.com/merakigenart/meraki-js-sdk/compare/v1.3.0...v1.4.0
- 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: https://github.com/merakigenart/meraki-js-sdk/compare/v1.2.0...v1.3.0
- Bump dependency versions
- Add parameter to pass a custom hash to
generateRandomTokenData()
- Minor SDK template adjustments
- Code cleanup
- fix issue with
BaseRandom
class
- fix typo in
Meraki.random.element()
- refactored
Meraki.random.*
methods to always return same series of numbers based on the entropy hash - removed
Meraki.random.shuffle()
- updated
generateNewSdkTemplate()
- code cleanup
- minor readme updates
- initial release