Skip to content

Commit

Permalink
Merge pull request #702 from kethinov/0.6.15
Browse files Browse the repository at this point in the history
0.6.15
  • Loading branch information
kethinov authored Nov 2, 2024
2 parents 1507bd5 + 9eea889 commit e8940d0
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 114 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ coverage
dist
test-results
test/client.*
.npm-cache
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Put your changes here...

## 0.6.15

- Fixed a bug which caused the `cheerio`-driven modules to not work client-side if you choose to use them there.
- Updated various dependencies.

## 0.6.14

- Finsihed work on `cheerioPolyfill.js` which makes it possible for Teddy to execute in client-side contexts without using `cheerio`, allowing for a very small bundle size for client-side Teddy (17kb minified).
Expand Down
2 changes: 2 additions & 0 deletions cheerioPolyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ export function load (html) {

return $
}

load.isCheerioPolyfill = true
Loading

0 comments on commit e8940d0

Please sign in to comment.