Skip to content

Releases: hashicorp/nextjs-bundle-analysis

v0.5.1-canary-20230413215203

13 Apr 21:52
9a3473a
Compare
Choose a tag to compare
Pre-release

Patch Changes

v0.5.0

07 Apr 20:39
Compare
Choose a tag to compare

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

07 Apr 17:41
bfff0aa
Compare
Choose a tag to compare
Pre-release

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

31 Mar 21:08
bba104d
Compare
Choose a tag to compare
Pre-release

Minor Changes

v0.4.0

23 Feb 18:03
Compare
Choose a tag to compare

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

22 Nov 17:58
acea387
Compare
Choose a tag to compare

Fix rendering issue with markdown: #9

0.2.0

26 Jul 22:33
ec8d351
Compare
Choose a tag to compare

Adds nextjs build caching which should significantly speed up the process!

0.1.4

15 Jul 16:22
3cb58c3
Compare
Choose a tag to compare
  • Patches an accidental breaking change when showDetails is not defined, it is interpreted as false

0.1.3

15 Jul 16:11
b16ec42
Compare
Choose a tag to compare
  • 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

15 Jul 16:11
a7e3d30
Compare
Choose a tag to compare

Clarify the fact that third party scripts are not part of the analysis, thanks to @rauchg for the suggestion!