Releases: ClydeDz/give-me-an-avatar-npm
Releases · ClydeDz/give-me-an-avatar-npm
1.0.0
First production-ready release.
0.7.0
Remove unused dependency.
0.6.0
Add nyc for code coverage. This publishes the cobertura-coverage.xml
report which can then be consumed by Azure DevOps.
0.5.0
Add comments to public APIs and properties. Update avatar image min and max value. Update readme with absolute logo image URL. Add a bunch of new unit tests. Add demo HTML to show how to consume this package via a CDN.
0.4.1
Add GitHub Packages registry as an additional stage where this package is deployed. Update package.json to meet these requirements.
0.3.0
Add Microbundle to compile the TypeScript files into JavaScript and also bundle the JS files together as a distributable. The NPM package will not have a lib
folder but will have a dist
folder instead.
0.2.0
Remove the property ExtraFilter
from the AvatarSettings
interface since the consumer will not be passing a value for that.