Skip to content

Releases: dailymotion/vast-client-js

Version 2.0.5

12 Nov 14:06
Compare
Choose a tag to compare

Bug fixes

  • #250 Fix wrapper timeout/URI unavailable causing the parsing to fail

Version 2.0.4

06 Sep 08:33
Compare
Choose a tag to compare

Enhancements

  • #215 Use rollup for bundle

Bug fixes

  • #248 Fix typo: lastSuccessfullAd -> lastSuccessfulAd

Version 2.0.3

09 Aug 14:56
Compare
Choose a tag to compare

Bug fixes

  • #244 Refine code example in README
  • #245 Remove usage of Array.prototype.includes

Version 2.0.2

02 Aug 13:08
Compare
Choose a tag to compare

Bug fixes

  • #243 Fix main vs module vs browser usage

Version 2.0.1

26 Jul 08:22
Compare
Choose a tag to compare

Enhancements

  • #237 Differentiate entrypoints

Bug fixes

  • #238 Avoid unwanted wrapper resolving calls when wrapper url is missing
  • #239 Make node engine version more flexible

Version 2.0.0

18 Jul 13:48
Compare
Choose a tag to compare

This is a major release including many breaking changes in the APIs, please follow the migration guide and check the updated documentation if you're currently using any 1.x version of the client

Main changes:

  • CoffeeScript ☕️ to JavaScript es6 conversion
  • Split of Parser component into multiple components
  • Improvements to Client, Parser and Tracker APIs
  • Custom storage support in Client
  • New documentation + migration guide from 1.x to 2.x
  • Better Ad Fallback support
  • Better AdPods support with selective wrapper resolving
  • Webpack bundling and Prettier automatic formatting
  • Bug fixes
  • More tests

Pre-releases:

Version 2.0.0-alpha.12

13 Jul 14:44
Compare
Choose a tag to compare
Pre-release

Enhancements

  • #228 Add commit guidelines
  • #226 Ad / Ad pod based wrapper resolving

Bug fixes

  • #227 Fixing 2x docs

Version 2.0.0-alpha.11

19 Jun 14:58
Compare
Choose a tag to compare
Pre-release

Enhancements

  • #224 Return Promise for client and parser

Version 1.8.4

12 Jun 12:49
Compare
Choose a tag to compare

Bug fixes

  • #223 Fix Growl dependency vulnerability

Version 2.0.0-alpha.10

08 Jun 13:33
Compare
Choose a tag to compare
Pre-release

Enhancements

  • #221 Use promises to handle wrapper resolving