Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/use dataset for data #965

Merged
merged 5 commits into from
Dec 21, 2024
Merged

Chore/use dataset for data #965

merged 5 commits into from
Dec 21, 2024

Conversation

tagliala
Copy link
Contributor

No description provided.

Breaking change for a better transition to data attributes
The example on the readme didn't change, because jQuery will parse
"false" string and return a boolean

```
# html
<div id="test-me" data-value="hello"></div>

# js
console.log($('#test-me').data('value'))

# result
false
```
@coveralls
Copy link

coveralls commented Dec 21, 2024

Coverage Status

coverage: 100.0%. remained the same
when pulling cbc150d on chore/use-dataset-for-data
into e2d95c8 on main.

@tagliala tagliala merged commit 3e77c26 into main Dec 21, 2024
29 of 30 checks passed
@tagliala tagliala deleted the chore/use-dataset-for-data branch December 21, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants