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

0.6.10 #688

Merged
merged 1 commit into from
Sep 16, 2024
Merged

0.6.10 #688

merged 1 commit into from
Sep 16, 2024

Conversation

kethinov
Copy link
Member

@kethinov kethinov commented Sep 16, 2024

  • Added support for template literal ${templateLiteral} variables. Closes Add support for standard template literal variable syntax #193
  • Fixed bug that caused Teddy to crash if you attempted to loop through a Set.
  • Replaced internal HTML entities scanner with the html-entities npm package.
  • Updated various dependencies.

- Added support for template literal `${templateLiteral}` variables.
- Fixed bug that caused Teddy to crash if you attempted to loop through a Set.
- Replaced internal HTML entities scanner with the `html-entities` npm package.
- Updated various dependencies.
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.22%. Comparing base (1834850) to head (a80f9f3).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #688      +/-   ##
==========================================
+ Coverage   94.83%   95.22%   +0.39%     
==========================================
  Files           1        1              
  Lines        1045     1005      -40     
==========================================
- Hits          991      957      -34     
+ Misses         54       48       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kethinov kethinov merged commit 9fccd79 into rooseveltframework:main Sep 16, 2024
11 checks passed
@kethinov kethinov deleted the 0.6.10 branch September 16, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for standard template literal variable syntax
1 participant