Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
17.1.0 source code.tar.gz | 2024-10-31 | 302.6 kB | |
17.1.0 source code.zip | 2024-10-31 | 336.0 kB | |
README.md | 2024-10-31 | 456 Bytes | |
Totals: 3 Items | 639.1 kB | 0 |
[17.1.0] 2024-10-30
Added
pkg.pr.new
will now be used to build an npm pakage for each commit to the repo, allowing you to more easily test changes or use new features before an official release is cut. (#622, @Aslemammad)
Changed
- Replaced
temp
library withtmp
(#633, @r4zendev)
Fixed
- Removed old
docs
command frompackage.json
since the new docs are in thewebsite
folder, which has instructions in its README.