This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: grand-stack/grand-stack-starter
Releases · grand-stack/grand-stack-starter
v0.1.3
- Use cross-env to set debug environment variable for cross platform usage
- Updated error message when database initialization fails
v0.1.2 Release
- Set DEBUG flag for neo4j-graphql.js in start:dev npm script
- Add "Provision Neo4j" badge in README
v0.1.1 Error handling and schema improvements
- Error handling when .env files do not exist
- Add order by stars for ratings count query
v0.1.0 Business Reviews Dashboard app
- Add multiple dashboard components and chart
- Update GraphQL schema to include some aggregations / simple statistics
- Add database initialization - assert database constraints/indexes when starting API service
- Load seed mutations from remote csv file
- Fix Netlify template environment variables
- Update eslint configuration
v0.0.11 - Configuration Tweaks
- Add Netlify template configuration
- Update eslint settings
- Rename ui-* to web-*
- Change Zeit Now secrets to use
grand_stack_starter_
namespace - Update READMEs
v0.0.10 Serverless GraphQL Deployment
- Add Netlify deployment configuration
- Add graphql-server-lambda function
- Add eslint
- Move Prettier and eslint config to root
v0.0.9 - API updates for Neo4j 4.0
- Includes new (optional) environment variable option for specifying encrypted driver connection. Driver connections are now unencrypted by default.
- Includes new (optional) environment variable for specifying non-default database (for Neo4j 4.x+)
- Update dependencies
v0.0.8: Merge pull request #53 from dworthen/master
- Includes updates in both API and UI
- Updated Zeit Now deployment
- Includes new Angular UI implementation!
v0.0.7
- Adds native Date type to GraphQL schema
- Upgrade neo4j-graphql.js version
v0.0.6
Update to fix security vulnerability in dependency (event-stream).