Skip to content

Releases: PrinterFramework/CLI

v2.0.1

23 Jun 20:04
Compare
Choose a tag to compare
  • Fix injectable formatting issues

v2.0.0

23 Jun 19:39
Compare
Choose a tag to compare
  • Complete refactor to Next App Directories, review new documentation

Notice

Printer v1.x.x is compatible with the old Next patterns. You can review the documentation on the v1 website: v1.prntr.click/docs

Printer v2.x.x leverages the Next App Directory pattern. This will be on the main documentation website: prntr.click/docs

v1.3.40

23 Jun 05:57
Compare
Choose a tag to compare
  • Hotfix to type inference

v1.3.3

23 Jun 00:12
Compare
Choose a tag to compare
  • Dynamic type inference for prisma type generators

  • path refactoring to support all formats (.ts, .tsx and no suffix).

v1.3.2

20 Mar 16:47
Compare
Choose a tag to compare
  • Updates prisma type generation nomenclature (hotfix)

v1.3.1

23 Feb 03:29
Compare
Choose a tag to compare
  • superagent command hotfix

v1.3.0

23 Feb 02:57
Compare
Choose a tag to compare
  • Added the scss command

  • Improved public/assets/scss structure and moved files to /scss

  • Added the prisma command

  • Added the superagent command

  • Restructured base project structure

  • Component, Pages and Injections now support .tsx suffixes

  • Added a README.md file with command list and documentation reference

  • Updated package.json dependencies

v1.2.1

09 Aug 14:28
Compare
Choose a tag to compare
  • Added sass to dependencies

  • Removed fonts.css (redundant)

  • Moved css/reset.css to scss/reset.scss

  • Updated printer.scss structure

v1.2.0

02 Aug 17:57
Compare
Choose a tag to compare

v1.2.0

  • Added --no-state and --no-action flags for the inject command.

v1.1.3

  • Made sure single variable injections work properly

  • Made sure that injection mapping properly identifies between a single variable, an array and an object

v1.1.2

26 Jul 17:32
Compare
Choose a tag to compare
  • Array Typed injections were patched to use [...] instead of {...} for spread assignment.