Closed TheYuriG closed 1 year ago
@TheYuriG did you run deno fmt
though?
@TheYuriG did you run
deno fmt
though?
No, I didn't. I only made inline changes and added no new lines, so didn't think it would be necessary, don't see what could be formatted differently in it.
I've also seen (on the documentation website) that you mention not versioning your examples, I assume to not need to update it on all files every time you push a new version, so you might want to edit this PR before merging and removing the version pin.
@TheYuriG I don't see any reason to apply these changes. Those two versions you edited are clearly just examples and the "Sneak Peek" section shouldn't include the latest version tag for the reason you already mentioned before.
LGTM.
That's also why I explicitly used v0.1 to make it clear.
That's also why I explicitly used v0.1 to make it clear.
It just felt really outdated to still use v0.1
as an example with this much development having happened since. I would have at least bumped to v1.0
instead, but you do you.
@TheYuriG I added these version examples at v1.3 iirc, I used v0.1 to make it clear it's an example.
Updated versioning examples on README.md and also pinned import to avoid deno warning for using unpinned version.
This PR doesn't perform any code changes and therefore
deno task check
wasn't run.