This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
Releases: payw-org/eodiro-api
Releases · payw-org/eodiro-api
v2.0.0 Beta 1
⚡️All base features are opened
- API version 2 has new request format
- Optimized calculating for empty classroom count
- Receive user inquiry message
- Search class by filter and word
- Check restaurant menu
v2.0.0 Alpha 5
🔍 Search classes by filter and word
- Update issue templates
- Create document for code of conduct
- Create Contributing guide
- Search by filter
- Fuzzy search
- Live search
- Create example for git ignored config files
- Add reply email address
- Use parseInt instead of Number
v2.0.0 Alpha 4
📮 Now we can receive and view user inquiry message
- Create
Mailer
- Send mail with vendor name for classification.
- Send mail with unique random id identification.
v2.0.0 Alpha 3
🎉 Optimized calculating for empty classroom count 🎉
- Optimize checking whether a classroom is empty or not.
- Separate database seeder from database initializer.
- Create new collection about empty classroom count.
- Calculate and save empty classroom count every 5 minutes at only activation time.
v2.0.0 Alpha 2
Change api response format.
- At the classroom list request, type of
day
is changed string to number. (SUN - SAT
=>0 - 6
)
v2.0.0 Alpha 1
Change api request format.
- Add new root path vacant.
- Start api versioning.
- Improve request url as follow restful spec.