Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Releases: adonisjs/view

Update dependencies

28 Jul 12:28

Choose a tag to compare

Update dependencies Pre-release
Pre-release

Changes

  • Upgrade to the latest version of Edge that is bundled with tsup. this will improve the startup time of Adonis apps

Commits

  • chore: update dependencies 5281f4a

v7.0.0-6...v7.0.0-7

Use Edge 6

25 Jul 17:13

Choose a tag to compare

Use Edge 6 Pre-release
Pre-release

Changes

Theses changes should help a lot for a faster reload time of server in dev.

Commits

  • refactor: use container.resolving for extending repl 1732fbf
  • refactor: migrate to edge c004b37

v7.0.0-4...v7.0.0-5

Bug fix + update provider path

21 Jul 21:24

Choose a tag to compare

Pre-release

Breaking Changes

  • Provider is now exported from @adonisjs/view/views_provider

Commits

  • fix: await globals registering 6a612cd
  • refactor: update provider export path b509b83

v7.0.0-4...v7.0.0-5

Register REPL bindings

11 Jul 23:16

Choose a tag to compare

Pre-release

Commits

  • chore: add engines.node 8cb2f42
  • feat: register repl binding for view service 8921382
  • chore: add typecheck script df23f1a
  • chore: update deps 1f0301c
  • refactor: move to japa 3 daa6930
  • chore: remove old eslint dependencies 4b6f9c2
  • chore: update published files 652929a
  • chore: use adonisjs/tooling-config 6b9a627
  • ci: use org workflows fb2fc7a
  • refactor: re-use Stringbuilder from core instead of poppinss 59846f3

v7.0.0-3...v7.0.0-4

Add `make:view` command

08 Jun 23:47

Choose a tag to compare

Pre-release
  • feat: add make view command 1806b91
  • chore: include docblock on stub 2263190

v7.0.0-2...v7.0.0-3

Add View Factory

08 May 10:40

Choose a tag to compare

Add View Factory Pre-release
Pre-release

Commits

  • chore: include factories in published files 3a5bfcb
  • style: update eslint-plugin-adonis and lint files 4c0831b
  • chore: remove useless npm scripts 0e7ef86
  • feat: add view factory 8473828

v7.0.0-1...v7.0.0-2

Improve configure script

08 May 08:44

Choose a tag to compare

Pre-release

Improved configuration script to integrate @adonisjs/view seamlessly with node ace configure
Also changed type of ViewContract to ViewService for the sake of consistency with services exporter by others packages

  • chore: update dependencies 8e8c337
  • feat: rework configuration script 9b7557c
  • refactor: updated type of exported service to ViewService 45f221a
  • fix: wrong ./types sub-path export 2efcf23

v7.0.0-0...v7.0.0-1

Getting ready for v6

21 Apr 10:37

Choose a tag to compare

Getting ready for v6 Pre-release
Pre-release

The package is in pure ESM. The imports will be different as we are getting rid of @ioc style import. Rest all the API is same

Commits

What's Changed

New Contributors

Full Changelog: v6.2.0...v7.0.0-0

Includes Edge 5.5.0

05 Sep 09:42

Choose a tag to compare

Learn more at https://github.com/edge-js/edge/releases/v5.5.0

Commits

  • chore: update dependencies a15402d

Full Changelog: v6.1.6...v6.2.0

Update to latest version of edge

01 Jul 04:03

Choose a tag to compare