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

feat: version 0.0.4 #24

Merged
merged 30 commits into from
Jul 26, 2024
Merged

feat: version 0.0.4 #24

merged 30 commits into from
Jul 26, 2024

Conversation

RodrigoDornelles
Copy link
Member

@RodrigoDornelles RodrigoDornelles commented Jul 25, 2024

closes #21 #22 #23

  • Added HTTP library
  • Added CSV library
  • Added Nintendo Wii core
  • Added support for hexadecimal colors
  • Added 20 new default colors
  • Standardized fill modes
  • Bundler is now recursive
  • Certain libraries must now be required for use

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 95.95960% with 12 lines in your changes missing coverage. Please review.

Project coverage is 96.90%. Comparing base (59ac4ef) to head (6d2fe06).

Files Patch % Lines
src/lib/engine/http.lua 91.57% 8 Missing ⚠️
src/lib/protocol/http_curl.lua 88.00% 3 Missing ⚠️
src/lib/engine/pipeline.lua 90.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #24      +/-   ##
===========================================
- Coverage   100.00%   96.90%   -3.10%     
===========================================
  Files            2        8       +6     
  Lines          103      388     +285     
===========================================
+ Hits           103      376     +273     
- Misses           0       12      +12     

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

@RodrigoDornelles RodrigoDornelles merged commit c2d67f9 into main Jul 26, 2024
3 checks passed
@RodrigoDornelles RodrigoDornelles deleted the develop-wip branch July 26, 2024 01:00
@RodrigoDornelles RodrigoDornelles added this to the 0.0.4 milestone Aug 9, 2024
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.

feat: add std.http.get and std.http.post
3 participants