npm @redwoodjs/core 0.2.0
v0.2.0

latest releases: 8.0.0-canary.529, 8.0.0-canary.528, 8.0.0-canary.527...
4 years ago

A huge shout out and thanks to everyone who tried Redwood, reported bugs, and contributed fixes!

Fixed

  • Abort generator commands when they throw #203
  • Build command for generators was not case sensitive #204 @bketelsen
  • Dev server would restart when sqlite file was modified. Ignore .db and .sqlite files #223 @m-leon
  • Update SDL generation to use scalar types for input types #229 @chris-hailstorm
  • Drop requirement for id column kind to be named id #237 @m-leon
  • Support spaces in path for redwood-create-app #238

Added

  • The ability to specify a host in our redwood.toml configuration file #216 @suvash

Changed

How to Upgrade your RedwoodJS App

Four packages should be updated to v0.2.0:

Root directory package.json

  • "@redwoodjs/core": "^0.2.0”

web/package.json

  • "@redwoodjs/web": "^0.2.0”
  • "@redwoodjs/router": "^0.2.0”

api/package.json

  • "@redwoodjs/api": "^0.2.0”

Once you’ve changed and saved the files, run yarn install from root directory.

Don't miss a new core release

NewReleases is sending notifications on new releases.