Skip to content

Tags: andipaetzold/bundlephobia

Tags

v1.2.1

Toggle v1.2.1's commit message
Use npm for resolving package versions

Updated similar suggestions
Updated blacklist error to be more helpful, and less blameful

v1.2.0

Toggle v1.2.0's commit message
Launching export analysis

Improved side-effect visibility

v1.1.0

Toggle v1.1.0's commit message
Annotated historical graphs

Historical package graphs are now annotated with icons so it becomes easier to correlate big changes in package sizes with addition of ESM exports or marking of side effects.

Example: In the case of `date-fns`:
https://bundlephobia.com/result?p=date-fns@2.6.0

<img src="https://user-images.githubusercontent.com/8946207/67782106-5fbc8080-fa8e-11e9-95e6-43aec6095932.png" height="400">

Correct multipliers in similar package suggestions

The size multipliers in these cards are now accurate thanks to –
(pastelsky@bd7fcc5)

v1.0.2

Toggle v1.0.2's commit message
Better errors for unsupported packages

For packages that are unsupported (now and in the future) – possibly because package size isn't a useful metric for them – we now call this out explictly. For eg–

https://bundlephobia.com/result?p=@types/node

upport for building CLI tools
Added support for a new class of packages – CLI tools. Such tools usually have an entry point that begins with a `#!/usr/bin/node` or something similar, and these are stripped out now.

v1.0.1

Toggle v1.0.1's commit message
Fixed size of search bar and length of progress animation

v1.0.0

Toggle v1.0.0's commit message
Bumped up the version to v1.0.0