html-crush 5.0.6 → 5.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 5.0.10 (2021-12-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add missing extension ([147bd6e](https://github.com/codsen/codsen/commit/147bd6ec2a2d44c09749f0fba0ca3e3d9c52da94))
11
+
12
+ ## 5.0.9 (2021-12-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ - add missing extension ([147bd6e](https://github.com/codsen/codsen/commit/147bd6ec2a2d44c09749f0fba0ca3e3d9c52da94))
17
+
18
+ ## 5.0.8 (2021-12-24)
19
+
20
+ ### Bug Fixes
21
+
22
+ - add missing extension ([147bd6e](https://github.com/codsen/codsen/commit/147bd6ec2a2d44c09749f0fba0ca3e3d9c52da94))
23
+
6
24
  ## 5.0.0 (2021-09-09)
7
25
 
8
26
  ### Bug Fixes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2010-2021 Roy Revelt and other contributors
3
+ Copyright (c) 2010-2022 Roy Revelt and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -26,18 +26,17 @@
26
26
 
27
27
  ## Install
28
28
 
29
- This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required:
29
+ The latest version is **ESM only**: Node 12+ is needed to use it and it must be `import`ed instead of `require`d. If your project is not on ESM yet and you want to use `require`, use an older version of this program, `4.2.0`.
30
30
 
31
31
  ```bash
32
32
  npm i html-crush
33
33
  ```
34
34
 
35
- If you need a legacy version which works with `require`, use version 4.2.0
36
-
37
35
  ## Quick Take
38
36
 
39
37
  ```js
40
38
  import { strict as assert } from "assert";
39
+
41
40
  import { crush, defaults, version } from "html-crush";
42
41
 
43
42
  assert.equal(
@@ -58,7 +57,7 @@ assert.equal(
58
57
 
59
58
  ## Documentation
60
59
 
61
- Please [visit codsen.com](https://codsen.com/os/html-crush/) for a full description of the API and examples.
60
+ Please [visit codsen.com](https://codsen.com/os/html-crush/) for a full description of the API.
62
61
 
63
62
  ## Contributing
64
63
 
@@ -68,6 +67,6 @@ To report bugs or request features or assistance, [raise an issue](https://githu
68
67
 
69
68
  MIT License
70
69
 
71
- Copyright (c) 2010-2021 Roy Revelt and other contributors
70
+ Copyright (c) 2010-2022 Roy Revelt and other contributors
72
71
 
73
72
  <img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">