Skip to content

Bug fixes and lots of improvements

Choose a tag to compare

@thetutlage thetutlage released this 15 Aug 13:05

Highlights

  • The paginate method output now extends Array class. So it allows you to loop over the rows directly.
  • You can define per connection multiple seed directories.
  • The node ace invoke @adonisjs/lucid command now prompts for setting up the right databases

Commits

  • style: format source files 102ec3c
  • improvement: query.select allow raw queries adf41d8
  • improvement: allow factory callback to return model instance over just attributes d1603b0
  • feat: add isActive property to paginator.getUrlsForRange method output 7d7d0dd
  • improvement: SimplePaginator extend Array to allow iterating over rows 008ea24
  • style: format source files 6e420f0
  • improvement: normalize --files property values da67e56
  • improvement: make relatedQuery and relatedSubQuery compatible with each other 31d25ed
  • style: format source code 6017852
  • fix: invoke "onQuery" when creating subQuery 184cdec
  • fix: rename opaque hint property name from "type" to "__opaque_type" 71c882f
  • improvement: use app.directoriesMap to pull migrations and seeds path 469cde0
  • improvement: improving seeds and migrations flow 4a6acad
  • refactor: change method for resolving migrations directories d818980
  • fix(validator): allow passing where constraints to rules with refs (#583) 16b6882
  • improvement: improving the auto setup flow 904d31e
  • chore: register instructions file with adonisjs block 2fa6d90
  • feat: add instructions to auto-install DBMS (#569) 16168a1

v8.3.1...v8.4.0