Skip to content

v1.0.6

Latest
Compare
Choose a tag to compare
@sdkcarlos sdkcarlos released this 18 Jul 15:47
· 5 commits to master since this release
  • From now on, the source code of Artyom will be purely in TypeScript.
  • Artyom needs to be now instantiated (now you can have multiple instances):
var artyom = new Artyom();
// Use other methods of artyom.
artyom.say();
  • The fatality method now implements promises.
  • New method restart.
  • Some private methods and properties, are now public.