Comparing version 7.0.0 to 8.0.0
@@ -0,1 +1,13 @@ | ||
# [8.0.0](https://github.com/Trott/slug/compare/v7.0.0...v8.0.0) (2022-08-31) | ||
### chore | ||
* remove AMD support ([#345](https://github.com/Trott/slug/issues/345)) ([2f30cd9](https://github.com/Trott/slug/commit/2f30cd9b1f226753cc7728f258975a0986125229)) | ||
### BREAKING CHANGES | ||
* Loading via AMD will no longer work out-of-the-box. | ||
# [7.0.0](https://github.com/Trott/slug/compare/v6.1.0...v7.0.0) (2022-08-31) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -39,3 +39,2 @@ "author": "dodo (https://github.com/dodo)", | ||
"nyc": "^15.0.1", | ||
"requirejs": "^2.3.6", | ||
"semantic-release": "^19.0.1", | ||
@@ -42,0 +41,0 @@ "standard": "^17.0.0" |
@@ -887,8 +887,3 @@ /* global btoa */ | ||
/* global define */ | ||
// Be compatible with different module systems | ||
if (typeof define !== 'undefined' && define.amd) { // AMD | ||
define([], function () { return slug }) | ||
} else if (typeof module !== 'undefined' && module.exports) { // CommonJS | ||
if (typeof module !== 'undefined' && module.exports) { // CommonJS | ||
module.exports = slug | ||
@@ -895,0 +890,0 @@ } else { // Script tag |
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
32820
14
867