Releases: SerenModz21/paste.gg
v1.1.3
v1.1.2
v1.1.1
v1.1.0
1.1.0 - (2025-02-10)
🏠 Refactor
- Replace github beta releases with npm ones (4a20635)
- Replace node-fetch with node 18 built-in fetch (309504e)
- Remove deno folder (deno supports npm modules now) (fb0e1cf)
📝 Documentation
- Remove node v18 warning because it looks terrible on npm (e40b1ae)
- Add node v18 warning to readme (977d149)
- Add contributors graph and update headings (0ce246d)
🚀 Features
- Support cjs and esm (a232928)
🚨 Deprecation
- cliff: Replace commit.github with commit.remote (ce8b236)
🪞 Styling
v1.0.5
Version 1.0.5 has been released! This update brings the following:
- Update node-fetch to 2.6.7 to fix a vulnerability issue (https://security.snyk.io/vuln/SNYK-JS-NODEFETCH-2342118)
v1.0.4
Version 1.0.4 has been released! This update brings the following:
-
Update typescript to 4.3.5
-
Update @types/node to 16.0.0
-
Remove docs folder
-
In the typedoc, add links to the api and examples
-
Updates to the readme
-
A
(must be a UTC ISO 8601 string)comment to the post example
v1.0.3
Version 1.0.3 has been released! This update brings the following:
-
I have fixed the npm ignore file so the
.ideafolder gets ignored -
You can now view the version of the package with
paste.version -
There is now a URL property in the post result for direct access to the URL
-
There is now a beta version of the package
-
When you set your auth key in the constructor, you no longer need to type
authwhen using the delete method