Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Releases: ChrisCates/Printer

v1.5.0

05 Jun 20:40

Choose a tag to compare

1.5.0

  • Added a convert workflow for converting templates to typescript literals (for documentation)

  • Improved documentation structure

  • Removed prisma command

  • Improved formatting of auto generated templates (migration to a templated system)

v1.4.2

24 Apr 02:25

Choose a tag to compare

1.4.2

  • Updated default _document.tsx template

  • Added /public/assets/css files and are auto injected into _document.tsx

  • Updated redux namespaces

  • Added more comprehensive and interactive documentation

v1.4.1

18 Apr 19:36

Choose a tag to compare

1.4.1

  • Updated util/util.session.ts to just util/session.ts. Imports look nicer as just util/session

  • Made sure to update required and optional arguments for the CLI are correct.

v1.4.0

12 Apr 15:35

Choose a tag to compare

1.4.0

  • Fix page namespace being lowercase (needed to be Pascal Case)

  • Added API scaffolding and iron-session scaffolding

  • Added API routing command printer api [path]

  • Removed redundant Prisma schema and merge commands

v1.3.0

11 Mar 16:21

Choose a tag to compare

1.3.0

  • Added multi url injectable pages

  • Added pre-commit hooks

  • Added .eslintrc.js configuration

    • Includes standard lint enforcement

    • Includes prettier code style enforcement

v1.2.1

28 Jan 18:23

Choose a tag to compare

1.2.1

  • Fixed prisma auxillary commands

  • Improved formatting and layout of jest unit tests

  • Added more unit tests (now 90% coverage)

  • Removed redundant modules

  • Updated Documentation

v1.2.0

27 Jan 16:38

Choose a tag to compare

1.2.0

  • Added Circle CI Integration

  • Added baseline Jest unit tests

  • Added eslint configuration

  • Add pre commit hooks

v1.1.2

26 Jan 17:33

Choose a tag to compare

1.1.2

  • Created the reindex command
printer reindex ${PATH}

# Example
Printer reindex components

This command will automatically update all component folders with an index.tsx file.

v1.1.1

22 Jan 22:47

Choose a tag to compare

1.1.1

  • Fix copy

  • Update homepage CSS

v1.1.0

22 Jan 22:41

Choose a tag to compare

1.1.0

  • Added index.tsx for new components generated with printer component ${PATH}.

  • Added new command printer prisma merge.

  • Added husky pre-commit git hooks

  • Added baseUrl to tsconfig.json