- 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.