1.3.0 (2023-07-15)
- Remove
grammar()
function - Remove
nsfw()
function
get()
andpost()
have been migrated toapi()
for simplicity- Fixed typings (incorrect file extension)
- Added eslint checks for code quality
1.2.0 (2023-01-18)
- Add Tic-Tac-Toe endpoint
- Add Internal post() function
- Add Tic-Tac-Toe to README.md
- Convert commonJS to esModule
- Add changelogs
- Make chatbot() function more efficient
- Make grammar() function more efficient
- Make toxicity() function more efficient
- Make nsfw() function more efficient
- Make get() function more efficient
- Fix README.md code snippets
- Update engine to NodeJS 16.16 or higher
- chatbot() developer parameter using incorrect type (boolean => string)
- Remove redundant types