Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.1.1] - 2018-10-31

Fixed

  • Build only when you need to serve : #5.

[3.1.0] - 2018-09-20

Fixed

  • Wait for NextJS to be ready before continuing : #3.

[3.0.0] - 2018-08-31

Added

  • allow to specify next folder name using environment variables NEXT_FOLDER.

Changed

  • change next folder name from src to next (#1).

Fixed

  • prevent next app from running when adonis migration:run.

[2.0.1] - 2018-08-02

Fixed

fix readme.

[2.0.0] - 2018-08-02

Added

  • Add instructions.md.

Changed

  • Update the project so it reflect with nextjs v6 new update.
  • Now next handle build and export method.
  • Move next.js back to root folder.
  • Please read the instructions before update.

Removed

  • Remove build command.

[1.1.2] - 2018-04-12

Fixed

  • fix readme.

[1.1.1] - 2018-04-09

Fixed

  • exit proccess after finish.

[1.1.0] - 2018-04-09

Added

  • add build command to use config/next.js.

[1.0.3] - 2018-04-05

Fixed

  • fix changelog link.

[1.0.1] - 2018-04-05

Fixed

  • fix Readme.

[1.0.0] - 2018-04-05

Added

  • Initial release to npm.