Skip to content

Syiro 1.6.0

Latest
Compare
Choose a tag to compare
@JoshStrobl JoshStrobl released this 23 Oct 15:04
· 63 commits to master since this release

Note: These do not include changes that happened in RC1 and RC2.

  • Removed duplicate ComponentObject definition in interfaces. No affect on actual code.
  • Merge of Audio Player and Video Player into Media Player, refactoring large sections of code, including how we
    now handle IsPlayable and IsStreamable.
  • Implementing in-code deprecation notices.
  • Implement new code-styling guidelines
  • We are now using component.id and component.type instead of component["id"] and
    component["type"].
  • Implement TypeOfThing checking in multiple locations, such as in our usage of for...in, for more stringent
    type checking.