mootools / mootools-core

MooTools Core Repository
https://mootools.net
2.65k stars 510 forks source link

Rename <Type>.from to <Type>.convert #2760

Closed SergioCrisostomo closed 8 years ago

SergioCrisostomo commented 8 years ago

Rename other Types to follow same logic as Array.from -> Array.convert

Added no compat layer tags, and no other notice in docs. I supose the blog post of the next version should reflect this change alone.

anutron commented 8 years ago

Perfect. I'd do one last grep against the codebase for .from and, if there are no errant missed ones (I.e. I can't see that in the pull request) then just go ahead and push this to master, too. Good stuff.

arian commented 8 years ago

:+1: