Skip to content

Releases: artusjs/core

v1.0.0-beta.7

27 Jun 09:01
3a4bf7c
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • [Version] v1.0.0-beta.6 by @github-actions in #115
  • refactor: 支持 Plugin.package 字段在扫描阶段的预处理 by @noahziheng in #110

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

23 Jun 06:49
38602f4
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

What's Changed

  • [Version] v1.0.0-beta.5 by @github-actions in #107
  • Revert "feat: plugin decleare, path priority over package" by @noahziheng in #108
  • chore: open trigger extend by @JerrysShan in #94
  • refactor: decoupling ctx & pipeline by @hyj1991 in #114

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

10 Jun 02:48
22bbc31
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

07 Jun 10:39
7f30362
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

31 May 13:52
062f190
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • [Version] v1.0.0-beta.2 by @github-actions in #85
  • fix: 常量表命名 & 移除 const enum by @noahziheng in #86

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

26 May 07:52
21b42b5
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • [Version] v1.0.0-beta.1 by @github-actions in #78
  • chore: change exports field for ts by @JerrysShan in #83
  • refactor: scanner by @hyj1991 in #81
  • feat: support relative path by @hyj1991 in #82
  • fix: 增加 logger 导出 & DefineLogger 装饰器增强 by @noahziheng in #84

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

23 May 03:33
ca1bc40
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • [Version] v1.0.0-beta.0 by @github-actions in #64
  • chore: exclude ts file by @JerrysShan in #65
  • feat: load config dir from plugin meta by @hyj1991 in #69
  • refactor(loader&scanner): 重构 DefineLoader 装饰器实现及注册逻辑 by @noahziheng in #68
  • Chore/filename by @liuhanqu in #71
  • feat(logger): 增加 Logger 的基本实现 by @noahziheng in #73
  • refactor(exception): 去除异常处理声明文件名的 artus- 前缀 by @noahziheng in #77
  • chore: reexport injection and pipeline by @JerrysShan in #76

New Contributors

  • @github-actions made their first contribution in #64
  • @liuhanqu made their first contribution in #71

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

v1.0.0-beta.0

12 May 10:20
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • feat: Core 包结构及 Loader 基础实现 by @noahziheng in #1
  • feat(app): 增加 Application 基类及生命周期管理机制 by @noahziheng in #9
  • docs: 更新 README 包名 by @noahziheng in #11
  • feat: ✨ support trigger by @hyj1991 in #10
  • feat(lifecycle): better application hook decorator by @noahziheng in #12
  • test: 🚑 add event / timer trigger test case by @hyj1991 in #15
  • feat(exception): 异常处理基本实现 by @noahziheng in #13
  • feat: do loader config by @Beace in #14
  • feat: Application 根容器替换 & 完整 koa 应用用例 by @noahziheng in #17
  • feat: 将 Application 基类整合 IoC Container by @noahziheng in #18
  • feat(plugin): 插件基类实现与依赖链排序逻辑 by @noahziheng in #20
  • feat: Trigger 支持 IoC ExecutionContainer by @noahziheng in #19
  • chore: ♻️ refactor test by @hyj1991 in #23
  • fix: 🎉 shouldn't throw if optional dependecies missing by @hyj1991 in #24
  • feat: add scanner by @JerrysShan in #31
  • feat: 对 Application 的运行机制及 Loader 进行重构,支持扫描器生成的 Manifest 及插件加载 by @noahziheng in #29
  • fix(plugin): disabled plugin need be removed from sorted-list by @noahziheng in #38
  • feat: support framework by @hyj1991 in #28
  • fix: config loader by @hyj1991 in #40
  • scnaner: 调试发现extensions出现重复 by @wengeezhang in #44
  • feat: support load framework & plugin by env by @hyj1991 in #43
  • fix: export missing files by @hyj1991 in #47
  • fix: should exit after beforeClose executed by @hyj1991 in #46
  • refactor: scan files by env by @hyj1991 in #50
  • feat(scanner): 支持通过遍历 configDir 获得待扫描 env 列表 by @noahziheng in #51
  • feat: 扫描环节 Loader 判断抽象 & 增加自定义 Loader 用例 by @noahziheng in #54
  • test: test example fails locally by @wengeezhang in #57
  • fix: should ignore d.ts by @hyj1991 in #59
  • feat(scanner): 支持自定义 Loader 场景 by @noahziheng in #60
  • refactor: extension renamed to lifecycle by @wengeezhang in #55
  • ci: add npm publish workflow by @noahziheng in #62

New Contributors

Full Changelog: https://github.com/artusjs/core/commits/v1.0.0-beta.0