@bikeshaving/crank
Advanced tools
Comparing version 0.3.1-beta.0 to 0.3.1
# Changelog | ||
## [0.3.1] - 2020-07-30 | ||
### Added | ||
- Added official support for Deno. ESM build files now include a triple-slash reference to sibling d.ts files, and the d.ts files have been checked to work in deno. | ||
- The core file has been moved from `index.js` to `crank.js`, following deno best practices. The `index.js` export is now an alias file. | ||
- Module Augmentation is now available via a global `Crank` module. | ||
### Deprecated | ||
- The class `StringRenderer` in the html module has been renamed to `HTMLRenderer`. The `StringRenderer` export is now an alias and will be removed in the next breaking release. | ||
## [0.3.0] - 2020-07-28 | ||
@@ -3,0 +10,0 @@ ### Changed |
{ | ||
"name": "@bikeshaving/crank", | ||
"version": "0.3.1-beta.0", | ||
"version": "0.3.1", | ||
"description": "Write JSX-driven components with functions, promises and generators.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://crank.js.org", |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
294466
0