v1.1.2 #4
uoctamika
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release for stable stdio.printf function and publish workflow, cab be install now!
Installation
version now:
What Changes
stdio.printf
new specifiers
%s"world""world"%d42"42"%i"42px""42"%f3.14159"3.141590"%c"ABC""A"%o{a:1}"[object Object]"%O{a:{b:2}}"{ a: { b: 2 } }"%x255"ff"%X255"FF"%b5"101"%j{name:"Uoc"}"{\"name\":\"Uoc\"}"%%"%"possible invalid output
%d"NaN"when the value is not a valid integer%i"NaN"when no integer can be parsed from the input%f"NaN"when the value is not a valid number%c"") when the input string is empty%o"[object Object]"for non-null values using default object conversion%O%x"NaN"when the value cannot be converted to an integer%X"NaN"when the value cannot be converted to an integer%b"NaN"when the value cannot be converted to an integer%j"undefined"when JSON serialization fails or the value cannot be serializedpublish.yml
add run npm install -g npm@latest for supporting stage feature
Security Improvements
nothing to update
Special Thanks
thank you for:
@uoctamika
@dependabot
This discussion was created from the release v1.1.2.
Beta Was this translation helpful? Give feedback.
All reactions