goldstack

Templates and boilerplates for fullstack projects customised to your needs.

Downloads
45.5K
Stars
122
Committers
11
goldstack - v0.3.4

Published by mxro almost 3 years ago

  • More robust fix for #18

Full Changelog: https://github.com/goldstack/goldstack/compare/v0.3.3...v0.3.4

goldstack - v0.3.3

Published by mxro almost 3 years ago

Full Changelog: https://github.com/goldstack/goldstack/compare/v0.3.2...v0.3.3

goldstack - v0.3.2

Published by mxro almost 3 years ago

Fixing release process for releasing v0.3.0

goldstack - v0.3.1

Published by mxro almost 3 years ago

Completely reworked how dependencies between packages in the repository are managed. Previously dependencies from one package to another would be done by pointing to the transpiled JavaScript created by the TypeScript compiler. In this version, TypeScript Project References are used.

This results in dramatically improved compilation times for larger projects (more than 10x), since TypeScript does not need to typecheck dependencies over an over again (e.g. read in the types from aws-sdk).

It is also no longer required to run a yarn compile:watch command in the project root. TypeScript will automatically recompile in project references when any code is changed.

See issue https://github.com/goldstack/goldstack/issues/2

(re-release of v0.3.0)

goldstack - v.0.3.0

Published by mxro almost 3 years ago

Completely reworked how dependencies between packages in the repository are managed. Previously dependencies from one package to another would be done by pointing to the transpiled JavaScript created by the TypeScript compiler. In this version, TypeScript Project References are used.

This results in dramatically improved compilation times for larger projects (more than 10x), since TypeScript does not need to typecheck dependencies over an over again (e.g. read in the types from aws-sdk).

It is also no longer required to run a yarn compile:watch command in the project root. TypeScript will automatically recompile in project references when any code is changed.

See issue https://github.com/goldstack/goldstack/issues/2

goldstack - v0.2.16

Published by mxro about 3 years ago

  • Added additional template Express.js + Email
  • Added list of modules included in template to template pages
  • Upgraded to latest aws-sdk
  • Upgraded to latest version of TypeScript
  • Upgraded to latest version of Yarn Berry
goldstack - Add list of templates to home screen

Published by mxro about 3 years ago

goldstack - Improvide static website and go gin template

Published by mxro about 3 years ago

Made auto-refresh for static website template more robust. Also patched go gin template due to a known security vulnerability.

goldstack - Improved image rendering for Next.js 11

Published by mxro over 3 years ago

Improved image rendering for Next.js applications due to problems introduced with Next.js 11 static image rendering. For further reference also see this blog post: Next.js 11 Images with Static Export

goldstack - Upgrading package dependecies

Published by mxro over 3 years ago

To address known vulnerabilities.

goldstack - Support for Remote S3 state (fix release)

Published by mxro over 3 years ago

Terraform state files are not stored locally anymore. Instead, Goldstack automatically creates an S3 bucket and DynamoDB table for managing the Terraform state.

goldstack - Support for Remote S3 state

Published by mxro over 3 years ago

Terraform state files are not stored locally anymore. Instead, Goldstack automatically creates an S3 bucket and DynamoDB table for managing the Terraform state.

goldstack - Update to Next.js 11

Published by mxro over 3 years ago

goldstack - Releasing Go Gin Template

Published by mxro over 3 years ago

goldstack - Fix issues with bootstrap page

Published by mxro over 3 years ago

goldstack - Fix SEO for template pages

Published by mxro over 3 years ago

goldstack - New template pages

Published by mxro over 3 years ago

goldstack - Upgrading to Jest 26

Published by mxro over 3 years ago

goldstack - Improving docs

Published by mxro over 3 years ago

goldstack - Make free again and improve Build page

Published by mxro over 3 years ago