Skip to content

Releases: adonisjs/assembler

Handful of improvements

23 Dec 05:58
Compare
Choose a tag to compare
  • fix: normalize relative paths before registering provider to rc file e6e0188
  • chore: update adonis specific dependencies e996e5b
  • chore: remove readme toc git hook 2b08ff3
  • docs(README): update readme file d9bbcad
  • ci: use node12 and latest for testing 2a97c22
  • refactor: remove _ prefix from private properties 8b7e1fa
  • chore: update dependencies d49ba93
  • refactor: set ctx inside resource controller methods 1806cbe
  • feat: add support for registering provider inside aceProviders array d46ba86
  • feat: make:provider now registers the provider inside the rcfile 7628e04
  • fix: do not pluralize HomeController name to HomesController 835a046
  • fix: always re-read the file from disk when copying rcfile to the build f162af3
  • style: fix linting issues 2a17ece
  • chore: update dependencies 8335fb3
  • Merge pull request #1 from targos/tpl-fix a445167
  • fix(template): uncomment HttpContextContract import 11f77ab

v1.2.4...v1.2.5

New command to generate views and update manifest on invoke

02 Dec 04:21
Compare
Choose a tag to compare
  • style: fix linting issues 953e925
  • chore: remove tslint in favor of eslint 2daab6d
  • chore: update dependencies e4c7540
  • feat: generate manifest after invoking package instructions c74caca
  • feat: add make:view command fec8187

v1.2.3...v1.2.4

Do not kill watcher when HTTP server dies

26 Nov 18:35
Compare
Choose a tag to compare
  • refactor: do not kill watcher when http server dies 38f24e7
  • chore: update dependencies 79f51b1

v1.2.2...v1.2.3

Fixing commands template

26 Nov 05:55
Compare
Choose a tag to compare

Publish templates to npm

25 Nov 17:26
Compare
Choose a tag to compare
  • chore: publish templates to npm 7662180

v1.2.0...v1.2.1

Adding make commands

25 Nov 17:01
Compare
Choose a tag to compare
  • test: normalize unix and windows newlines 0037abf
  • feat(commands): add make commands feaa4e1

v1.1.3...v1.2.0

Improvements to file watching

25 Nov 14:05
Compare
Choose a tag to compare
  • chore: add missing packages f150335
  • refactor: clear screen when watched file is meant to be processed 26d64de
  • chore: update dependencies c3792f1

v1.1.2...v1.1.3

Adding invoke command

25 Nov 04:24
Compare
Choose a tag to compare
  • feat: add invoke command 589354d
  • refactor: lazy import command dependencies 018a7c6
  • chore(package): update peer dependencies 96dbba5
  • chore: update dependencies 59b965f
  • fix: since outDir is the absolute path, no need to join appRoot to it 2e7aecb

v1.1.1...v1.1.2

Generate manifest without blocking the current flow

24 Nov 12:19
Compare
Choose a tag to compare
  • refactor: generate manifest without blocking the current flow 9a7784d
  • chore: update dependencies c82afb6

v1.1.0...v1.1.1

Generate manifest file during build and watch

22 Nov 18:15
Compare
Choose a tag to compare

Commits:

  • refactor: normalize globals and log paths to unix 2f3e90e
  • refactor: replace without regex 2fd3147
  • ci: add appveyor for windows testing 23ba132
  • feat: generate manifest file during build and watch ac98aaf
  • feat: copy ace file to build 2f25f55
  • chore(package): add config and commands to publish files 908b23d

Commit Range:
v1.0.1...master