hatchify
hatchify copied to clipboard
JavaScript, open source, CRUD app scaffolding that turns schemas into an app quickly, while allowing customization later.
- Include `examples` dir as part of monorepo. - Upgrade any libraries that still depended on Vite 4.x. - Fix issue with package-lock.json that resulted in 4.x persisting after all...
Fixing three bugs: 1) If your project name has spaces, the command will fail. Now, packageName is used as the folder name. In the future, the project name could be...
Do not merge yet
# Description This brings the test coverage for the react-ui package up to 90%. Note, a good amount of the react-ui tests have been smoke tests since the restClient (or...
**Describe the bug** Querying by sparse fieldsets is not behaving as expected. When trying to specify multiple fields for one resource, it does not work (all fields are returned). It...
**Describe the bug** If you include a has many relationships that includes a high number of records in the response, the number of main records returned is lower than the...