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

Refactor - Unify constructor arguments order #21

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

e1himself
Copy link
Collaborator

$nodes is now always preceding $data. Just like in Document.

BC-breaking changes:

  • Block constructor arguments changed: ($type, $data, $nodes)($type, $nodes, $data)
  • Inline constructor arguments changed: ($type, $data, $nodes)($type, $nodes, $data)

$nodes is now always preceding $data, just like in Document
@e1himself e1himself self-assigned this Jun 5, 2019
@e1himself e1himself merged commit 5c568f9 into master Jun 5, 2019
@e1himself e1himself deleted the refactor/constructor-arguments-order branch June 5, 2019 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant