Skip to content

Releases: codecasts/spa-starter-kit

Version 1.0.3

15 Dec 00:37
Compare
Choose a tag to compare
  • 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

02 Dec 13:41
Compare
Choose a tag to compare
  • 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

27 Nov 15:28
Compare
Choose a tag to compare
  1. [Improvement] Full english version
    • No more mixed messages with PT_BR
  2. [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

26 Nov 13:29
Compare
Choose a tag to compare

Reached version 1 after finishing the Category CRUD