Skip to content

Releases: tambium/create-saruni-app

v0.0.22

22 Aug 09:00

Choose a tag to compare

  • add nat instance

v0.0.21

20 Aug 07:59

Choose a tag to compare

  • fix babel config
  • fix jest issue with babel

v0.0.20

19 Aug 08:15

Choose a tag to compare

  • add Auth to frontend
  • fix local port in next.js config
  • fix graphiql in local env

v0.0.19

15 Aug 17:37

Choose a tag to compare

  • add distId to saruni.json

v0.0.18

15 Aug 14:57

Choose a tag to compare

  • Remove hardcoded hostedZoneId and make routeRecordSet an optional resource in CloudFormation.
  • Fix copyWebpackPlugin .env location issue
  • Update @prisma/cli and @prisma/client
  • Add hotedZoneId and projectName variables to saruni.json

v0.0.17

14 Aug 19:08

Choose a tag to compare

  • add frontend resources to serverless
  • add next.js config
  • add the first draft of saruni json
  • add multi stage cors options
  • remove deprecated prisma functions

v0.0.16

13 Aug 11:12

Choose a tag to compare

Move lambda function to service directory.

v0.0.15

10 Aug 12:06
78c5901

Choose a tag to compare

  • Moves static/emails related configs to project level for customisation and supports updated directory structures of yarn saruni generate emails command.

v0.0.14

04 Aug 17:12

Choose a tag to compare

  • add static directory (including example email) for use with new yarn saruni gen emails command

v0.0.13

25 Jul 21:42

Choose a tag to compare

  • Moves GraphQL resolvers from Lambda to dedicated directory
  • Removes unused .env in the prisma directory (after switch to root-level .env)
  • Updates README.md for faster “onboarding” to Saruni from create-saruni-app projects.