Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Add 3.0-version migration docs #337

Merged
merged 7 commits into from
Sep 25, 2020

Conversation

kobawan
Copy link
Contributor

@kobawan kobawan commented Oct 17, 2019

Description

To help migrating from version 2 to version 3.

Type

  • Breaking change
  • Enhancement
  • Fix
  • Documentation
  • Tooling

@kobawan kobawan added documentation chore Anything not involving production features 3.0 3.0 roadmap hacktoberfest Participate in 2019's hacktoberfest! labels Oct 17, 2019
@kobawan kobawan added this to the 3.0 milestone Oct 17, 2019
@kobawan kobawan self-assigned this Oct 17, 2019
@@ -215,3 +215,39 @@ Due to a bug where `originalUrl` was being assigned not as the root url, but the
* Parameter `originalUrl` from `resolveWrappers` has been correctly renamed to `previousUrl`: `resolveWrappers(ad, wrapperDepth, previousUrl)`
* `resolveAds` param `originalUrl` in `options` object has been renamed to `previousUrl`. It also can be passed `url` into `options`. For example: `resolveAds(ads = [], { url, previousUrl })`
* `options` parameter in `VASTParser` `parse` function now expects `previousUrl` instead of `originalUrl`. It also can be passed `url` into `options`.

#### Improvement for vast parser to trigger warnings event logs
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't actually a breaking change, because it is in a util file not exported in the module

@jakub-g
Copy link
Contributor

jakub-g commented Nov 18, 2019

The fixes for Windows in #340 require node 10.12+ so perhaps you could add a word that min version of node is changed.

@ZacharieTFR ZacharieTFR changed the base branch from 3.0-version to 3.0-documentation-update September 25, 2020 13:23
Copy link
Contributor

@clementFrancon clementFrancon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small missing spaces otherwise, good job 💯

docs/api/3.0-migration.md Outdated Show resolved Hide resolved
docs/api/3.0-migration.md Outdated Show resolved Hide resolved
ZacharieTFR and others added 2 commits September 25, 2020 16:12
Co-authored-by: Françon Clément <clement.francon@dailymotion.com>
Co-authored-by: Françon Clément <clement.francon@dailymotion.com>
@ZacharieTFR ZacharieTFR merged commit 2e58a93 into 3.0-documentation-update Sep 25, 2020
@ZacharieTFR ZacharieTFR deleted the 3.0-migration branch September 25, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 3.0 roadmap chore Anything not involving production features documentation hacktoberfest Participate in 2019's hacktoberfest!
Development

Successfully merging this pull request may close these issues.

None yet

4 participants