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

Robust slugger #197

Merged
merged 2 commits into from
Jan 14, 2020
Merged

Robust slugger #197

merged 2 commits into from
Jan 14, 2020

Conversation

trieloff
Copy link
Collaborator

Fix for #196

using example file from helix-pipeline where the issue was first discovered in
adobe/helix-pipeline#552

see #196
the slugger would assume `title` to always be a `string`, which was an invalid assumption for
objects that have a `title` property declaration

fixes #196
@trieloff trieloff merged commit f687e42 into master Jan 14, 2020
@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

Merging #197 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
+ Coverage    98.6%   98.61%   +0.01%     
==========================================
  Files          11       11              
  Lines         502      506       +4     
==========================================
+ Hits          495      499       +4     
  Misses          7        7
Impacted Files Coverage Δ
lib/schemaProxy.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60bd7e2...4f0ab31. Read the comment docs.

@trieloff
Copy link
Collaborator Author

🎉 This PR is included in version 4.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@tripodsan tripodsan deleted the robust-slugger branch March 25, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant