Skip to content

v0.7.1 - the big rewrite | hotfix #1

Latest
Compare
Choose a tag to compare
@humanbydefinition humanbydefinition released this 25 Jan 21:24
· 5 commits to main since this release

Note

Make sure to check out the previous release notes for v0.7.0 when wanting to update from older versions, as there are breaking changes: v0.7.0 Release notes

  • Added "types" property to package.json, pointing to index.d.ts files, so typing for p5.asciify property properly works when imported via npm.
    • This way, typing works as mentioned, and no linter errors are being shown when importing p5.asciify as described in the Instance mode section of the README.

This finally resolves #10.