Implementation details change in bs-webapi–check before upgrading to 0.14


#1

Hi folks, we have recently changed the way the bs-webapi modules are organized as files, to provide better namespacing and reduce chances of conflicts with other projects. This should not be a breaking change–if you are using the aliased modules to access the API. E.g., Webapi.Dom.Element.whatever.

Before upgrading, please check your codebase to ensure you’re not accessing the modules directly by their (old) file names, e.g. ElementRe. In fact you may even do a trial upgrade locally and check the compiler errors (if any) to figure out if you are.