Skip to content

Version 3.0.0 -- Switch to SQL

Compare
Choose a tag to compare
@joedotjs joedotjs released this 31 May 19:46
· 64 commits to master since this release

To match Fullstack Academy and Grace Hopper's transition from MongoDB to SQL (Postgres/Sequelize), FSG's generated codebase has been reimplemented to use these technologies. This is a major switch and likely some issues will unearth and will be fixed in the next couple of releases.

Reference this commit for all major changes: 9f7aeb8

Also included in this release are non-SQL changes suggested and implemented by great people:

  • Adapting to the ever-changing babel configuration setup. Thank you @Yustynn and @ldthorne.
  • Remedying some issues running front-end tests (more to come on this one) -- thank you @glebec
  • Semantic improvements on backend -- thank you @ksenia0822
  • Reliable patterns in front-end app -- thank you @tmkelly28