1.0.0-alpha.2
Pre-release
Pre-release
AlbertoElias
released this
01 Jun 18:29
·
55 commits
to master
since this release
Major refactor that:
- Renames the library to Simbol
- Moves to Classes
- Separates everything into components and uses an event based system for components to communicate with each other. Events and Promises are how developers receive information from Simbol
- Added error handling
- Added Simbol support, starting with the base Node class, and a Text class
- Updates and adds tests