Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: amclin/react-project-boilerplate

v2.0.0

04 Oct 15:14
Compare
Choose a tag to compare

2.0.0 (2019-10-04)

Bug Fixes

  • ci: restore missing travis config (ca2360b)

Features

  • template: namespace generated project (c18b7be)
  • ensure linting on commit (f9efa59)
  • scripted wizard (9806de8)
  • support releasing to npm (89326e2)

BREAKING CHANGES

  • formerly:
    1. clone repo
    2. manually alter package.json, readme, etc
    3. Bind and push to a new repo
    4. Unbind from the boilerplate repo
      now:
    5. run npx @amclin/react-project-boilerplate

v1.4.1

02 Oct 16:55
Compare
Choose a tag to compare

1.4.1 (2019-10-02)

Bug Fixes

  • ci: correct syntax for travis release commands (ff94f49)
  • ci: travis should update coverage badges (4cdb2cf)

v1.4.0

02 Oct 16:15
Compare
Choose a tag to compare

1.4.0 (2019-10-02)

Features

  • test: display badges showing code coverage (0c38bf2)

v1.3.0

02 Oct 16:03
Compare
Choose a tag to compare

1.3.0 (2019-10-02)

Features

  • test: display badges showing code coverage (6b5fbc6)

v1.2.0

02 Oct 15:31
Compare
Choose a tag to compare

1.2.0 (2019-10-02)

Features

  • tests: output code coverage as standard (c94c0a9)
  • tests: use jest for unit tests (f8db8df)

v1.1.0

30 Sep 22:24
Compare
Choose a tag to compare

1.1.0 (2019-09-30)

Bug Fixes

  • lint: ensure linting runs on correct files (889ddfa)

Features

  • framework: stub in minimal NextJS project (77ef91c)