Releases: netervati/pseudo-rest-api
Releases · netervati/pseudo-rest-api
v1.0.0-beta
What's Changed
- Install dependencies and configure app by @netervati in #1
- Dockerize Application by @netervati in #2
- Configure Build and Lint workflows by @netervati in #3
- Sign in with GitHub Oauth [1/n] by @netervati in #4
- Sign in with GitHub Oauth [2/2] by @netervati in #5
- Create initial dashboard layout by @netervati in #6
- Create Project by @netervati in #7
- Display Projects by @netervati in #8
- Create API Endpoint by @netervati in #9
- Include build check and type check by @netervati in #10
- Add Repository Layer by @netervati in #11
- Remove project url path and use api key by @netervati in #12
- Return selected attributes only by @netervati in #13
- Server: Create resource models by @netervati in #14
- Improve API Errors by @netervati in #15
- Use generic class for base repository by @netervati in #16
- Fix Validation by @netervati in #17
- Restructure Server by @netervati in #18
- Update return format by @netervati in #19
- Cache retrieved data by @netervati in #20
- Client & Server: Create resource models by @netervati in #21
- Display resource models in table by @netervati in #22
- Delete resource model by @netervati in #23
- Improve form validations by @netervati in #24
- Coerce resource model types by @netervati in #25
- Enforce unique name to records by @netervati in #26
- Utilize Service Pattern by @netervati in #27
- Simplify Routes by @netervati in #28
- Create Resource Data by @netervati in #29
- Fix create resource data based on count by @netervati in #30
- Retrieve Resource Data by @netervati in #31
- Delete Resource Data by @netervati in #32
- Cache resource data by @netervati in #33
- Fix resource types by @netervati in #34
- Delete resource data when resource model is deleted by @netervati in #35
- Update resources by @netervati in #36
- Write initial readme by @netervati in #37
- Improve readme overview by @netervati in #38
- Create LICENSE by @netervati in #39
- Update resource data by @netervati in #40
- Use vee-validate for forms by @netervati in #41
- Rework resources forms by @netervati in #42
- Set max allow resource data by @netervati in #43
- View Project APIs by @netervati in #44
- Extract reusable code and restructure route validations by @netervati in #45
- Allow updating of APIs by @netervati in #46
- Support deleting of api by @netervati in #48
- Set default order for tables by @netervati in #50
- Utilize prop to display content by @netervati in #51
- Assign resource model to api by @netervati in #53
- Use updated API type by @netervati in #54
- Improve API module by @netervati in #55
- Remove HTTP method by @netervati in #56
- Improve API by @netervati in #57
- Improve Resources by @netervati in #58
- Add limitations for Resource Models by @netervati in #59
- Allow editing of project by @netervati in #60
- Generate new secret key by @netervati in #61
- Include creating new api key by @netervati in #62
- Create custom middleware to validate project api key by @netervati in #63
- Add table spinner by @netervati in #64
- Add Skeleton loader by @netervati in #66
- Limit number of projects to own by @netervati in #67
- Support deleting of project by @netervati in #68
- Refetch list of apis after creating new api by @netervati in #69
- Add auth checker in delete project endpoint by @netervati in #70
- Create temporary solution to cache fetch requests by @netervati in #71
- Expand faker options by @netervati in #72
- Add .vercelignore by @netervati in #73
- Create initial documentation by @netervati in #74
- Fix link to introduction by @netervati in #75
- Create getting started page by @netervati in #76
- Fix wrong links and add missing links by @netervati in #77
- Add project logos by @netervati in #78
- Add menu link to docs by @netervati in #79
- Create and update resource data concurrently by @netervati in #80
- Display toast when signing out users by @netervati in #81
- Clean up server by @netervati in #82
- Remove auth exception in server middleware by @netervati in #83
- Create neutral toast by @netervati in #84
- Disable create if user has max number of record for each module by @netervati in #85
- Clean up form validations by @netervati in #86
- Create site under maintenance page by @netervati in #87
- Refactor validate project middleware by @netervati in #89
- Display toast when project does not exists by @netervati in #90
- Remove unused imports by @netervati in #91
- Refactor routes by @netervati in #92
- Throw error inside find method by @netervati in #93
- Support bulk deleting of resource data by @netervati in #94
- Disable auto-dark theme by @netervati in #95
- Update UI Design by @netervati in #96
- Allow updating of project description by @netervati in #97
- Error non-unique name only if its not the same resource model by @netervati in #98
- Fix error message in toast by @netervati in #99
- Center loader for resource data table by @netervati in #100
- Set default sort for projects by @netervati in #101
- Update application links by @netervati in #102
- Update docs assets by @netervati in #103
- Create initial documentation pages by @nete...