Releases: SoliDry/api-generator
Releases · SoliDry/api-generator
Add meta information for index http request with page, limit and count
2.5.7 #159. Add setMetaPageInfo for index http request to set meta info wit…
Add complete related objects ref functionality + refactoring
2.5.6 #158. Fix related entity for related output in json-api
Remove extra flow for setCacheOpts
2.5.5 #155. Remove extra flow for setCacheOpts
Fix isEnabled() with customSql from view method on cache enabled=true
2.5.4 #155. Fix isEnabled() with customSql from view method on cache enable…
Fix self/related links prefixes api, v2 in JsonApiSerializer
Merge pull request #154 from SoliDry/issue-153 #153. Fix route prefixes api, v2 for JsonApiSerializer
Add Yaml/Json discrete parsers thus it is possible to make input in both
2.5.2 #152. Fix setParser with is_array check
Add ErrorHandler to handle errors in json api format
2.5.1 #150. Add ErrorHandler configuration description to readme + codecov …
Change routes to api.php, register providers with comoser require, docker settings
- Changed routes transferred from
Routes/web.php
toRoutes/api.php
- composer
require solidry/api-generator
now registers Laravel console provider withapi:generate
command and publishes laravel-modules provider Dokerfile
anddocker-compose.yml
to build all application in containers
Fix Routes/web.php with backslashes for Laravel >= 5.7
2.4.4 #147. Fix Routes/web.php with backslashes for Laravel >= 5.7
Add 5.8 Laravel support && 4.0 Laravel-modules + Change migration generated files
- Add 5.8 Laravel support && 4.0 Laravel-modules, both bounded together to bring module versioning easy and more reliable
- Change migration generated files with Y_m_d + counter semantics