Skip to content

Releases: adonisjs/assembler

Fixing validator stub

18 Apr 16:41

Choose a tag to compare

  • refactor: log manifest errors as it is 3bde02f
  • chore: update dependencies 690f73d
  • fix: validator stub accept ctx by reference 8f3bfb7

v2.0.0...v2.0.1

Updating stubs to follow preview-rc-1 release of core

18 Apr 13:15

Choose a tag to compare

  • chore: update dependencies 9609658
  • feat: add command to create preload files 82a7d60
  • refactor: use ctx.routeKey over ctx.route.key as validator cache key a335ef1
  • improvement: improve stub files to have more description inside comments d714e9c
  • refactor: moving templates to mustache syntax ea91bf9
  • chore: update dependencies 7e122ca

v1.3.9...v2.0.0

Updating underlying dependencies

26 Mar 14:54

Choose a tag to compare

  • chore: update dependencies 8be486e
  • chore: update dependencies 2725cac

v1.3.8...v1.3.9

Use application.rcFile when running ace commands

10 Mar 05:43

Choose a tag to compare

  • refactor: commands now relies on application.rcFile 7a6a491
  • chore: update dependencies c95a99a

v1.3.7...v1.3.8

Removing make:model as it's part of lucid now and fixing manifest error

08 Mar 08:56

Choose a tag to compare

  • fix: finally retrying generate manifest until it succeds 5b48782
  • fix(cli): remove make:model command (#3) b73e095

v1.3.6...v1.3.7

Using fs.open to find if .adonisrc file is busy before running generate manifest

06 Mar 13:33

Choose a tag to compare

  • fix: using fs.open in place of the sleep hack from the last commit 635a30c

v1.3.5...v1.3.6

Fixing the issue when generate manifest results in error during invoke command

06 Mar 11:46

Choose a tag to compare

  • fix: add cool off between executeInstructions and generate manifest 3ccd66d
  • chore: update dependencies 1d4b4ab

v1.3.4...v1.3.5

Fixes the typo in validator.txt stub

03 Mar 05:13

Choose a tag to compare

Reference issue

adonisjs/validator#73

  • fix: update make:validator stub comments 5267000

v1.3.3...v1.3.4

Removing installation step from the production build

29 Feb 03:40

Choose a tag to compare

  • refactor: remove installation step from production build 8274350
  • chore: update dependencies c6afaad
  • docs(readme): update badges URL ba5fcd0

v1.3.2...v1.3.3

Bunch of improvements and couple of new commands

28 Feb 01:00

Choose a tag to compare

  • feat: stick lastCompiledAt date to the build .adonisrc.json file 0e01f11
  • feat: add make:exception command 5d31f66
  • refactor(controller): add new keywords from getting pluralized 56e3ebc
  • refactor(validator): add validator suffix to generated file 85d4246
  • feat: add make:listener command 5a71f46
  • feat: smartly detect the dependencies installation client 59fe855
  • refactor: print stack trace when unable to generate manifest c498177
  • fix: do not raise error when any of the meta files are missing 84f3387
  • fix: build for production copy yarn.lock to build folder 8fb602b
  • chore(package): update dependencies 2329288

v1.3.1...v1.3.2