Skip to content

v1.1217.0

Compare
Choose a tag to compare
@wmiaw wmiaw released this 16 Nov 21:46
· 419 commits to master since this release
65b9452

MSL Core

  • #214 Create JavaScript PromiseFactory to provide Promise instances in different environments.
  • #215 Create JavaScript MslSetup class to configure the following options. Web and Node.js (test only) setup files are defined.
    • Base64 implementation (required).
    • MSL compression implementations (required).
    • Random interface (optional).
    • Web Crypto interface (optional).
    • Promise definition (optional).
  • #156 Created JavaScript Base64Secure.