larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
226 stars 30 forks source link

Deprecate old APIs in JSDoc #113

Closed larsgw closed 6 years ago

larsgw commented 6 years ago

I left some old APIs in the code (mainly in the parsing area) that could at least be marked @deprecated in the API docs.

larsgw commented 6 years ago

Deprecating the @borrows methods seems impossible:

I could possibly try to deprecate the entire namespace.