Releases: Khip01/Restaurant_Khip01
Releases · Khip01/Restaurant_Khip01
v2.1.1
v2.1.0
CHANGELOG
Mobile-App - Dart Flutter | v2.1.0
🚀Added, Enhanced, or Fixed Feature
- [ FIXED ] Now the Switch API Mode is working!
- [ ENHANCED ] Can interact with API Mode or dummy data
- [ ADDED ] All Menu Section now can use Sort menu by...
- [ ADDED ] You now can set up custom API Endpoints in Settings!
Desktop-App - C# Winform | v2.1.0
🚀Added or Enhanced Feature
- [ ADDED ] Set your custom Endpoint API!
- [ ENHANCED ] Updateed Endpoint Label changes in every Page
- [ ADDED ] Endpoint Saved InApp Settings Properties (Even if the application is closed)
Full Changelog: v1.0.1...2.1.0
v1.0.1
CHANGELOG
Mobile-App - Dart Flutter | v1.0.1
🚀 Latest Feature
- Stable Version
- Main feature now Support RESTful API (All Menus, Create Menu, Update Menu, Delete Menu)
- Validation Support!
- New Animate, Welcome Page and more
- Many Mechanism Added (Stream, Future, Dissmissible, Form, etc)
- Some of them apply neater code writing
⚙️Under Development
- Switch API Mode *default mode is API mode
- Sort by
Full Changelog: https://github.com/Khip01/Restaurant_Khip01/commits/v1.0.1
v0.1.1-alpha
Mobile-App - Dart Flutter | v0.1.1-alpha | (pre-release)
Last Feature
- Build Latest Apk Installer
restaurant_mobile_app\build\app\outputs\apk\debug\app-debug.apk
- Add Permission
restaurant_mobile_app\android\app\src\main\AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET"/>
v0.1.0
CHANGELOG
RESTful API - Go Gin, Gorm | v0.1.0
Latest Feature:
- Stable Version
- Default Icon App
- Validation Database Name, Port, IP, Username/Password/Host/Instance User
- Use 201 Status Code (on Create)
- EndPoints:
GET /api/Menus (Get All Menu)
GET /api/Menu/:id (Get Spesific Menu)
POST /api/Menu (Create Menu)
PUT /api/Menu/:id (Update Menu)
DELETE /api/Menu/:id (Delete Menu)
Desktop-App - C# Winform | v1.0.0
Last Feature
- Stable Version
- Default Icon App
- Validation Style Text Field
- Base Feature Create, Read, Update, Delete
Mobile-App - Dart Flutter | v0.1.0-beta | (pre-release)
Last Feature
- Stable Version
- Switch API Mode Support
- Final Design All Menus, Create, Update, Delete
- Can Only Retrieve Get All Menus From API (GET)
Full Changelog: https://github.com/Khip01/Restaurant_Khip01/commits/v0.1.0