Closed ghost closed 7 years ago
It's a pleasure :)
@Rubatharisan @eyeonx hey guys. Please be aware that the changes to the function name getDashboardForWorkspace()
will break backward compatibility
Hey Mohamed, I agree - I have noted it under README - but is there anything different I can do to ensure backward compatibility?
Maybe: func.. getDashboadForWorkspace(){ getDashboardForWorkspace() }
Thank you Mohamed for your insight :)
@Rubatharisan what you proposed will solve the compatibility issue and it will be even better to mark the function a deprecated and then remove it in the next major release.
/**
* @deprecated
*/
getDashboadForWorkspace(){
getDashboardForWorkspace()
}
sorry for the late reply :)
Thank you for the changes eyeonx!