Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
chatgpt.js-3.7.0.tgz | 2025-02-22 | 636.5 kB | |
chatgpt.js v3.7.0 source code.tar.gz | 2025-02-22 | 215.7 MB | |
chatgpt.js v3.7.0 source code.zip | 2025-02-22 | 216.2 MB | |
README.md | 2025-02-22 | 3.7 kB | |
Totals: 4 Items | 432.5 MB | 0 |
📃 Changelog
- Added
chatgpt.getLoginButton()
(@adamlui) - Added
chatgpt.getVoiceButton()
+ alias (@adamlui) - Added
chatgpt.login()
(@adamlui) - Added
chatgpt.isTempChat()
+ aliases/synonyms (@adamlui) - Added
chatgpt.selectors.errors.txt
+chatgpt.getErrorMsg()
(@adamlui) - Moved
logout
func aliases to synonyms, addedlogin
synonyms (@adamlui) - Added disabling of child pointer events to
chatgpt.alert()
on click-drag to support not triggering hover styles (@adamlui) - Abstracted selectors to
chatgpt.selectors
(@adamlui) - Made
chatgpt.alert()
checkbox check on label click (@adamlui) - Shortened
chatgpt.openAIaccessToken
toaccessToken
, eliminated init, condensedgetAccessToken()
(@adamlui) - Replaced
Element.insertBefore()
w/ shorterbefore()
, deleted semicolons/whitespace (@adamlui) - Replaced
Element.before()
inchatgpt.renderHTML()
w/insertBefore()
to avoid throws (@adamlui) - Condensed
chatgpt.activate<Scheme>Mode()
(@adamlui) - Condensed
chatgpt.alert()
(@adamlui) - Deleted no-longer needed lowercase aliases from
cjsFuncAliases
(@adamlui) - Shortened func/var names, deleted unneeded props/symbols/whitespace, deleted/improved comments (@adamlui)
- Replaced string concatenations w/ template literals, deleted braces (@adamlui)
- Bumped @adamlui/scss-to-css from 1.10.25 to 1.10.26 (@dependabot)
- Bumped @eslint/css from 0.2.0 to 0.3.0 (@dependabot)
- Bumped @html-eslint/eslint-plugin from 0.34.0 to 0.35.0 (@dependabot)
- Bumped @html-eslint/parser from 0.34.0 to 0.35.0 (@dependabot)
- Bumped @stylistic/eslint-plugin-js from 3.1.0 to 4.0.1 (@dependabot)
- Bumped eslint-plugin-yml from 1.16.0 to 1.17.0 (@dependabot)
Full Changelog: https://github.com/KudoAI/chatgpt.js/compare/v3.6.3...v3.7.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/KudoAI/chatgpt.js/tree/v3.7.0/#readme
Note: Asset chatgpt.js-3.7.0.tgz is the official release package as published to npm. .tar.gz and .zip files are auto-generated by GitHub, they contain a git snapshot of the entire repo at the time of this release.