Skip to content

Releases: dailymotion/vast-client-js

Version 2.2.0

14 Jan 16:48
Compare
Choose a tag to compare

Enhancements

  • #261 Add badges about downloads and license
  • #262 Re-organize the code
  • #263 Removed useless parameter passed to resolveAds in parser and fixed wrong value on .md
  • #265 Clickthrough fallback
  • #266 NonLinear and Companion ads tracker initialisation

Bug Fixes

  • #259 Fix documentation reference links
  • #260 Fix broken link to vast-client.min.js

Version 2.1.1

19 Dec 15:19
Compare
Choose a tag to compare

Enhancements

  • #258 Add class reference documentation

Bug Fixes

  • #257 Check if resolveURL is a string

Version 2.1.0

19 Nov 16:28
Compare
Choose a tag to compare

Enhancements

  • #255 Include more information in VAST events

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