Skip to content

1.1.0

Compare
Choose a tag to compare
@milos85vasic milos85vasic released this 24 Feb 12:18
· 136 commits to main since this release
cf92e3d
  • Major code refactoring
  • Ability to listen on events (READY, CHANGE, FAILED)
  • waitForInitialization - synchronous initialization, waiting for all processors to be ready
  • Now you can work with more SDK keys using constructors
  • Singleton implemented
  • Now we can use connectors and currently implemented are Harness and Local. Local is used only in development of your project or testing. Customized connectors can be easily implemented using Connector interface
  • Storage support for asynchronous initialization or offline usage. For the moment we have one FileMapStore but you can create your own storage class by implementing Storage interface