Skip to content

Releases: pacholoamit/chatgpt-prompts

v3.1.0

29 Apr 15:34
Compare
Choose a tag to compare

V3.1.0 Release Notes 🎉

  • Update dependencies

New prompts

  • Added japaneseKanjiQuizMachine
  • Added noteTakingAssistant
  • Added languageLiteraryCritic
  • Added cheapTravelTicketAdvisor

What's Changed

Full Changelog: 3.0.0...3.1.0

v3.0.0

21 Mar 10:17
Compare
Choose a tag to compare

V3.0.0 Release Notes 🎉

  • Updated chatgpt dependncy to 5.1.2
  • Created local directory in examples for local development & testing

New prompts

  • Added gomokuPlayer
  • Added proofreader
  • Added buddha
  • Added muslimImam
  • Added chemicalReactor
  • Added friend
  • Added chatgptPromptGenerator
  • Added wikipediaPage

What's Changed

Full Changelog: 2.0.1...3.0.0

v2.0.1

20 Feb 14:55
Compare
Choose a tag to compare

V2.0.1 Release Notes 🎉

  • Updated Readme of npmjs package

Full Changelog: 2.0.0...2.0.1

v2.0.0

18 Feb 19:03
5cb1a26
Compare
Choose a tag to compare

V2.0.0 Release Notes 🎉

  • Improve Generator scripts
  • Add test workflow to check typescript types
  • Added jest testing workflow for chatgpt-prompts library
  • Added JSDoc to createChatGPTPrompt factory function
  • Exported types
  • BREAKING: No longer require ChatGPTAPI to be passed in to createChatGPTPrompt as a param. Instead pass in the params of the ChatGPTAPI directly

Added Prompts

  • Added technologyTransferer prompt
  • Added spokenEnglishTeacherAndImprover prompt

What's Changed

Full Changelog: 1.2.2...2.0.0

v1.2.2

12 Feb 11:08
Compare
Choose a tag to compare

Description

  • Added jsdoc so that if a prompt is hovered. The description will be available in the text editor

image