Skip to content

Latest commit

 

History

History
69 lines (30 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

69 lines (30 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2019-08-16)

⚠ BREAKING CHANGES

  • Drops support for Next<6 and Node<8 (now using async/await), changes return value from object to string (to be more compatible with generateBuildId), removes hacky file overwriting and thus the CLI (file overwriting is no longer necessary for modern versions of Next).

See README for further details.

Features

  • add sync function, return string, add describe option, remove cli (#23) (5621290)

2.0.1 (2018-05-25)

Bug Fixes

  • look for .git dir in parents of input dir (#7) (bcc374b)

2.0.0 (2018-05-25)

Features

  • use next-build-id as module within Next 6 generateBuildId function (#6) (502bccc)

BREAKING CHANGES

  • The next-build-id CLI has not changed, but module usage will no longer manually overwrite a BUILD_ID file unless a write: true option is given, so that the module can be used within generateBuildId from next.config.js to just lookup the current git commit hash.

1.2.0 (2018-05-24)

Features

  • support Next.js v5 and "config as a function" (#5) (2b02037)

1.1.0 (2018-04-08)

Features

  • support git version <= 1.8.4 (#2) (2724677)

1.0.0 (2017-12-13)

Features