-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,173 additions
and
875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,44 @@ | ||
# CHANGELOG | ||
|
||
## v4.0.1 | ||
|
||
- 🔨 Specify node version supported node >= 12 | ||
- 🐛 Replace `??` with `||` to support node version before v14.5 [#73](https://github.com/kiliman/tailwindui-crawler/issues/73) | ||
|
||
## v4.0.0 | ||
|
||
- ✨ Support new tailwindui.com site structure | ||
- ✨ Add ability to download new Page Templates `TEMPLATES=1` | ||
|
||
## v3.2.3 | ||
* 🐛 Fixes issue with parsing Alpine "preview" when not vaild HTML [#60](https://github.com/kiliman/tailwindui-crawler/issues/60) | ||
|
||
- 🐛 Fixes issue with parsing Alpine "preview" when not vaild HTML [#60](https://github.com/kiliman/tailwindui-crawler/issues/60) | ||
|
||
## v3.2.2 | ||
* 🔨 Replace email with License User in preview | ||
* 📦 Update package versions | ||
|
||
- 🔨 Replace email with License User in preview | ||
- 📦 Update package versions | ||
|
||
## v3.2.1 | ||
* 🐛 Use correct selector to get component title due to change in format | ||
|
||
- 🐛 Use correct selector to get component title due to change in format | ||
|
||
## v3.2.0 | ||
* ✨ Add bin to package [#51](https://github.com/kiliman/tailwindui-crawler/issues/51) | ||
* ✨ Allow preview index to be relative to file not cwd [#50](https://github.com/kiliman/tailwindui-crawler/issues/50) | ||
* ♻️ Refactor fetch to fetchWithRetry | ||
|
||
- ✨ Add bin to package [#51](https://github.com/kiliman/tailwindui-crawler/issues/51) | ||
- ✨ Allow preview index to be relative to file not cwd [#50](https://github.com/kiliman/tailwindui-crawler/issues/50) | ||
- ♻️ Refactor fetch to fetchWithRetry | ||
|
||
## v3.1.6 | ||
* 🔥 Remove optional chaining to support older node versions | ||
* 🔥 Remove rewriting image URL now that images are downloaded locally | ||
|
||
- 🔥 Remove optional chaining to support older node versions | ||
- 🔥 Remove rewriting image URL now that images are downloaded locally | ||
|
||
## v3.1.5 | ||
* 😍 Add @Yagnik as contributor | ||
* 🔨 Allow downloading images for preview [#48](https://github.com/kiliman/tailwindui-crawler/issues/48) | ||
|
||
- 😍 Add @Yagnik as contributor | ||
- 🔨 Allow downloading images for preview [#48](https://github.com/kiliman/tailwindui-crawler/issues/48) | ||
|
||
## v3.1.4 | ||
* 🔨 Remove ?id=hash from HTML | ||
|
||
- 🔨 Remove ?id=hash from HTML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.