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.idandcomponent.typeinstead ofcomponent["id"]and
component["type"]. - Implement TypeOfThing checking in multiple locations, such as in our usage of
for...in, for more stringent
type checking.