Releases: hashicorp/nextjs-bundle-analysis
Releases · hashicorp/nextjs-bundle-analysis
v0.5.1-canary-20230413215203
v0.5.0
Minor Changes
- #44
067cb5d
Thanks @dstaley! - Improve monorepo support by adding the name
from package.json
to the generated comment. Add support for a skipCommentIfEmpty
configuration option that will set the comment to an empty string when no pages have changed size.
v0.5.0-canary-20230407174055
Minor Changes
- #44
067cb5d
Thanks @dstaley! - Improve monorepo support by adding the name
from package.json
to the generated comment. Add support for a skipCommentIfEmpty
configuration option that will set the comment to an empty string when no pages have changed size.
v0.5.0-canary-20230331210815
v0.4.0
What's Changed
- feat: add ability to specify custom build output directory by @jzxhuang in #14
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.0
Fix rendering issue with markdown: #9
0.2.0
Adds nextjs build caching which should significantly speed up the process!
0.1.4
- Patches an accidental breaking change when
showDetails
is not defined, it is interpreted as false
0.1.3
- Makes the collapsed "details" sections written to the comment configurable - on by default but can be turned off with
showDetails
config in package.json
- Improvements and fixes for documentation, comments, and readme (thanks @isaachinman!)
0.1.2
Clarify the fact that third party scripts are not part of the analysis, thanks to @rauchg for the suggestion!