Skip to content

Releases: mvhenten/ellipsize

Make opts argument optional in jsdoc

01 Feb 22:06
844ac41
Compare
Choose a tag to compare

Merges #9

The JSDoc comment did not mark the opts argument as optional, thereby failing in any project that uses TypeScript to check JS-files (where the JS is typechecked by using hints from JSDoc comments) and does not provide the last argument.

v0.4

23 Jan 21:32
Compare
Choose a tag to compare

Updates test dependencies, small bug fixes.

v0.2

03 Aug 12:57
dc79b2e
Compare
Choose a tag to compare
Update README.md