Releases: ChrisCates/Printer
v1.5.0
v1.4.2
1.4.2
-
Updated default
_document.tsxtemplate -
Added
/public/assets/cssfiles and are auto injected into_document.tsx -
Updated
reduxnamespaces -
Added more comprehensive and interactive documentation
v1.4.1
1.4.1
-
Updated
util/util.session.tsto justutil/session.ts. Imports look nicer as justutil/session -
Made sure to update
requiredandoptionalarguments for the CLI are correct.
v1.4.0
1.4.0
-
Fix page namespace being lowercase (needed to be Pascal Case)
-
Added API scaffolding and
iron-sessionscaffolding -
Added API routing command
printer api [path] -
Removed redundant Prisma
schemaandmergecommands
v1.3.0
1.3.0
-
Added multi url injectable pages
-
Added
pre-commithooks -
Added
.eslintrc.jsconfiguration-
Includes
standardlint enforcement -
Includes
prettiercode style enforcement
-
v1.2.1
1.2.1
-
Fixed
prismaauxillary commands -
Improved formatting and layout of jest unit tests
-
Added more unit tests (now 90% coverage)
-
Removed redundant modules
-
Updated Documentation
v1.2.0
1.2.0
-
Added Circle CI Integration
-
Added baseline Jest unit tests
-
Added eslint configuration
-
Add pre commit hooks
v1.1.2
1.1.2
- Created the
reindexcommand
printer reindex ${PATH}
# Example
Printer reindex componentsThis command will automatically update all component folders with an index.tsx file.
v1.1.1
1.1.1
-
Fix copy
-
Update homepage CSS
v1.1.0
1.1.0
-
Added
index.tsxfor new components generated withprinter component ${PATH}. -
Added new command
printer prisma merge. -
Added husky pre-commit git hooks
-
Added
baseUrltotsconfig.json