Skip to content

Releases: castjs/castjs

v5.3.0

02 Feb 02:52
fa81117
Compare
Choose a tag to compare

Fix available event being triggered on registration when cast is available:

#38

v5.2.0

25 Aug 01:58
8e6f5a3
Compare
Choose a tag to compare
  • Fix _getBrowser() error #34

v5.1.0

21 Aug 11:10
4be882f
Compare
Choose a tag to compare
  • Add setTimeout with 1 tick for callback events to avoid empty values
  • Add support to play next media by using the same session when Cast() is called. #30
cjs.on('end', () => { 
    cjs.cast('https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4');
})

v5.0.0

20 Aug 13:39
c2daf1a
Compare
Choose a tag to compare

Add Brave warning #22

v4.1.2

26 Oct 06:10
Compare
Choose a tag to compare
  • Move demo folder to docs

v4.1.1

25 Oct 22:41
Compare
Choose a tag to compare
  • math.Round currentTime and volumeLevel

v4.1.0

25 Oct 22:29
Compare
Choose a tag to compare
  • Fix bug where media info is not updated instantly
  • Update demo to show debug information

v4.0.2

23 Oct 01:48
Compare
Choose a tag to compare

Fix demo bug

v4.0.1

23 Oct 00:36
Compare
Choose a tag to compare

Restore cancel state

v4.0.0

23 Oct 00:23
Compare
Choose a tag to compare

Add castjs.io as CDN