Releases: codecasts/spa-starter-kit
Releases · codecasts/spa-starter-kit
Version 1.0.3
- General code is streamlined
implemented by the whole team - Element UI integrated with Navbar component
implemented by @vedovelli - Login renamed to Auth and received a complete overhaul
implemented by @vinicius73 - Product feature implemented client side
implemented by @vedovelli - Base ApiController to provide ready to use responses for all the use cases
implemented by @flyingluscas - The PHP League/Fractal is now integrated to our API
implemented by @flyingluscas - Product Resource implemented server side
implemented by @flyingluscas - Path fixups for app.scss and added .gitattributes
implemented by @58bits
Version 1.0.2
- CategoriesController Tests
implemented by @flyingluscas - Docker-compose for both server side and front end
implemented by @hernandev - Better project structure
implemented by @vinicius73 - CategoriesController is now a resource controller
implemented by @flyingluscas - Login Throttling
implemented by @cristianopacheco - JWT feature is now using jwt driver from tymondesigns/jwt-auth version 1
implemented by @cristianopacheco
Version 1.0.1
- [Improvement] Full english version
- No more mixed messages with PT_BR
- [Bugfix] Multiple AJAX calls
- Event handlers were not being removed on route's navigate out hook, leading to issues of multiple event handlers being created.
Version 1.0.0
Reached version 1 after finishing the Category CRUD