@modern-js-reduck/plugin-auto-actions
Advanced tools
Comparing version 1.0.0-rc.10 to 1.0.0
# @modern-js-reduck/plugin-auto-actions | ||
## 1.0.0 | ||
### Minor Changes | ||
- feat: ready for publish 1.0.0 | ||
### Patch Changes | ||
- a7bd932: release: rc.7 | ||
- 26d5144: fix(type): actions can return void | ||
- 9452589: fix: ts type | ||
- a7bd932: fix: use model State type | ||
- fd81b6b: feat: useLocalModel support | ||
- feat: ready for publish 1.0.0 | ||
- a7bd932: fix: model type | ||
- a7bd932: fix: model<State> when State passed use State | ||
- Updated dependencies [a7bd932] | ||
- Updated dependencies [undefined] | ||
- Updated dependencies [26d5144] | ||
- Updated dependencies [9452589] | ||
- Updated dependencies [a7bd932] | ||
- Updated dependencies [fd81b6b] | ||
- Updated dependencies [undefined] | ||
- Updated dependencies [a7bd932] | ||
- Updated dependencies [a7bd932] | ||
- @modern-js-reduck/store@1.0.0 | ||
## 1.0.0-rc.10 | ||
@@ -4,0 +31,0 @@ |
{ | ||
"name": "@modern-js-reduck/plugin-auto-actions", | ||
"version": "1.0.0-rc.10", | ||
"version": "1.0.0", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -9,2 +9,14 @@ "types": "./dist/types/index.d.ts", | ||
"jsnext:modern": "./dist/js/modern/index.js", | ||
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", | ||
"homepage": "https://modernjs.dev", | ||
"bugs": "https://github.com/modern-js-dev/reduck/issues", | ||
"license": "MIT", | ||
"keywords": [ | ||
"react", | ||
"framework", | ||
"modern", | ||
"modern.js", | ||
"state", | ||
"reduck" | ||
], | ||
"exports": { | ||
@@ -23,5 +35,5 @@ ".": { | ||
"devDependencies": { | ||
"@modern-js/module-tools": "^1.0.0-rc.1", | ||
"@modern-js/plugin-testing": "^1.0.0-rc.1", | ||
"@modern-js-reduck/store": "^1.0.0-rc.10", | ||
"@modern-js/module-tools": "latest", | ||
"@modern-js/plugin-testing": "latest", | ||
"@modern-js-reduck/store": "^1.0.0", | ||
"@types/jest": "^26", | ||
@@ -36,3 +48,3 @@ "@types/node": "^14", | ||
"peerDependencies": { | ||
"@modern-js-reduck/store": "^1.0.0-rc.10" | ||
"@modern-js-reduck/store": "^1.0.0" | ||
}, | ||
@@ -44,3 +56,3 @@ "publishConfig": { | ||
"repository": { | ||
"url": "https://github.com/modern-js-dev/reduck" | ||
"url": "https://github.com/modern-js-dev/reduck/packages/plugins/auto-actions" | ||
}, | ||
@@ -47,0 +59,0 @@ "scripts": { |
@@ -5,13 +5,18 @@ | ||
</p> | ||
<p align="center"> | ||
现代 Web 工程体系 | ||
<br/> | ||
<a href="https://modernjs.dev" target="blank"> | ||
modernjs.dev | ||
</a> | ||
<br/> | ||
<a href="https://modernjs.dev" target="blank"> | ||
modernjs.dev | ||
</a> | ||
</p> | ||
<p align="center"> | ||
The meta-framework suite designed from scratch for frontend-focused modern web development | ||
</p> | ||
# Introduction | ||
## 参考链接 | ||
> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon. | ||
- 介绍 Modern.js (即将上线) | ||
- [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009) | ||
@@ -21,6 +26,10 @@ - [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195) | ||
## 近期计划 | ||
## Getting Started | ||
Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进和文档建设。 | ||
- [Quick Start](https://modernjs.dev/docs/start) | ||
- [Guides](https://modernjs.dev/docs/guides) | ||
- [API References](https://modernjs.dev/docs/api) | ||
README、完整的文档站、介绍等,都计划在 10 月 27 日上线。 | ||
## Contributing | ||
- [Contributing Guide](/CONTRIBUTING.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
47367
0
34