Core Versions Save

AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.

v6.2.3

4 months ago
  • fix: respect singular command flag to create singular controller 05d23e8

Full Changelog: https://github.com/adonisjs/core/compare/v6.2.2...v6.2.3

v6.2.2

4 months ago
  • feat: add @adonisjs/core/test_utils submodule 9fa0de39
  • chore: update dependencies cdef23a6

Full Changelog: https://github.com/adonisjs/core/compare/v6.2.1...v6.2.2

v6.2.1

4 months ago
  • refactor: update 'http:server_ready' event payload to include duration f5afe9c
  • feat: add all helpers to repl context via loadHelpers command 1e3d6e4
  • chore: update dependencies 6f60fee

Full Changelog: https://github.com/adonisjs/core/compare/v6.2.0...v6.2.1

v6.2.0

5 months ago

[!WARNING] During the public release on 24th of January, we will also create a proper changelog with a migration guide from AdonisJS v5 to AdonisJS v6. Even though the new version is public on npm, please do not install it until the migration guide is out.

Please consult the following releases to view the list of breaking changes and new additions.

Commits

  • chore: publish under the latest tag 31668b7
  • Merge pull request #4335 from adonisjs/next b7f8547
  • ci: update workflow file name 22f8e40
  • docs: update badges urls 66e96c7
  • Merge branch 'develop' into next 4d2026f
  • test: remove optional importer param 2f53731
  • test: do not use withCoreProviders method internally 05d56dd
  • chore: cleanup dependencies 9613852
  • refactor: remove ace shell child process runner 0a45d5b
  • feat: export types for helpers exported from poppinns/utils eeb31cf
  • refactor: remove deprecated type helpers usage 7b43060
  • chore: update dependencies 72fe65c
  • chore: update dependencies 87c2554
  • change: add PATCH as a default method for CORS headers (#4244) b5f0606
  • Update app.txt (#4169) 617200b
  • docs(contributing): fix content table link (#4085) a83daa3
  • Update README.md (#4069) 0ae2620
  • fix: default hasher mismatch fix (#4005) cbd734e

What's Changed

New Contributors

Full Changelog: https://github.com/adonisjs/core/compare/v5.9.0...v6.2.0

v6.1.5-38

5 months ago
  • test: fix breaking tests 5f89937
  • refactor: disable cliui spinner when running in verbose mode ee482c4

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-37...v6.1.5-38

v6.1.5-37

5 months ago
  • refactor: export assert helpers from assert submodule 669382c
  • feat: export all assert helpers 4cc5fd5
  • feat: re-export Secret 6a7d531
  • feat: re-export some helpers from poppinss/utils (#4294) aff8634

What's Changed

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-36...v6.1.5-37

v6.1.5-36

5 months ago
  • fix: convert import path to use unix slash 72413b9

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-35...v6.1.5-36

v6.1.5-35

5 months ago
  • refactor: make:provider command allow to skip registering provider a0eda84
  • refactor: make:preload command allow to skip registering preload file 3c425d0
  • fix: make:middleware to properly register nested middleware b2f62b2
  • feat: add registerPolicies codemod 4280f5f
  • refactor: remove ConfigureCommand.publishStub method fa6cf32

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-34...v6.1.5-35

v6.1.5-34

5 months ago

Breaking changes

This release moves installPackages and listPackagesToInstall methods from the ConfigureCommand to Codemods class. As a result, existing packages using these methods to configure themselves will fail (until they are updated as well).

Rename container:resolved event to container_binding:resolved.

Features

  • Add importAll helper in REPL. This allows importing all TypeScript files from a directory and assign the output to a variable.
  • Add isCuid method to check if value is a string formatted as a CUID.

Commits

  • feat: add importAll REPL helper 434faf6
  • refactor: handle usecase when configuring a non-existing module 11c5448
  • refactor: export isCuid helper method 12d852a
  • refactor: commands description, flags and aliases 45d8134
  • chore: update assembler 4a98cae
  • test: cleanup tests 26cf77d
  • refactor: move all configure command actions to codemods module 1e608ab
  • feat: allow creating validator for a resource 3bc53d1
  • refactor: rename container:resolved event to container_binding:resolved 5ea7676
  • refactor: rename preload stubs directory name a6ab2f4
  • feat: export ace codemods 4a8643d
  • feat: allow injecting Emitter, Application and Repl classes 4333db2
  • chore: update dependencies e337d0d

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-33...v6.1.5-34

v6.1.5-33

6 months ago
  • fix: incorrect event name emitter after http request is finished 05ef96b
  • refactor: import core providers using lazy functions 647834e
  • feat(make:middleware): register middleware inside a stack dc9b37d

Full Changelog: https://github.com/adonisjs/core/compare/v6.1.5-32...v6.1.5-33