Releases: cristianoliveira/snipgpt
v0.2.1 - Chore bump version in package.json
chore: bump version v0.2.1
v0.2.0 - Fixes issues with deprecated openai client usage
What's Changed
- chore: enable ci checks on pull requests by @cristianoliveira in #2
- feat: add plugin logic for adding listeners by @cristianoliveira in #1
- Feat: snipt history and error plugins by @cristianoliveira in #3
New Contributors
- @cristianoliveira made their first contribution in #2
Full Changelog: v0.0.4...v0.2.0
v0.1.1 - Error handling and debugging options
What's Changed
-
chore: enable ci checks on pull requests by @cristianoliveira in #2
-
feat: add plugin logic for adding listeners by @cristianoliveira in #1
-
Feat: snipt history and error plugins by @cristianoliveira in #3
-
2023-05-03 c7df9c2 (HEAD -> main, tag: v0.1.1) chore: bump version [Cristian Oliveira]
-
2023-05-03 928481b (origin/main) feat: add verbose option for debugging [Cristian Oliveira]
-
2023-05-03 cdcaf2a feat: handle errors gracefully [Cristian Oliveira]
New Contributors
- @cristianoliveira made their first contribution in #2
Full Changelog: v0.0.4...v0.1.1
Enable plugins to extend the CLI (Experimental)
What's Changed (Spoiler alert: it's good stuff)
-
chore: We've upped our CI game with checks on pull requests. That's right, no more sneaky bugs at the PR party! Thanks to our favorite tech wizard, @cristianoliveira, in #2
-
feat: What's that? A wild plugin logic appears! Now you can add listeners with flair, courtesy of the one and only @cristianoliveira in #1
Full Changelog
For those who crave all the juicy details, feast your eyes on v0.0.4...v0.1.0. We promise, it's a page-turner!
v0.0.4 - First release with a bunch of stuff
Full Changelog:
- 2023-04-11 001d55c (HEAD -> main, origin/main) tests: add jest config and basic tests [Cristian Oliveira]
- 2023-04-09 737311d chore: bump version [Cristian Oliveira]
- 2023-04-10 f281185 docs: update reasons [Cristian Oliveira]
- 2023-04-09 73ba3a8 docs: add examples of new api [Cristian Oliveira]
- 2023-04-09 00e89d0 feat: enable usage with cli arguments [Cristian Oliveira]
- 2023-04-09 e46ba5b docs: fixes examples and grammar check [Cristian Oliveira]
- 2023-04-09 26eb407 docs: improve grammar [Cristian Oliveira]
- 2023-04-09 824c654 docs: enhance examples and usage [Cristian Oliveira]
- 2023-04-09 db1ee96 docs: add more examples of usage [Cristian Oliveira]
- 2023-04-09 bedf132 docs: fix grammar [Cristian Oliveira]
- 2023-04-09 e92d565 docs: add usages and why [Cristian Oliveira]
- 2023-04-08 3f4bb30 docs: link grammar [Cristian Oliveira]
- 2023-04-08 703e17c docs: add prerequisites for running examples [Cristian Oliveira]
- 2023-04-08 d27ad9c docs: fix typo [Cristian Oliveira]
- 2023-04-08 c9c0b9d docs: add usage examples [Cristian Oliveira]
- 2023-04-08 9274109 feat: configure it to be used as a cli [Cristian Oliveira]
- 2023-04-08 6f8ccc5 chore: include usage example [Cristian Oliveira]
- 2023-04-08 9fc2c07 feat: ignore empty prompts [Cristian Oliveira]
- 2023-04-08 7038d3a refactor: make prompt examples similar [Cristian Oliveira]
- 2023-04-08 e25996e feat: check if OPENAI_API_KEY is present [Cristian Oliveira]
- 2023-04-08 86ad753 feat: remove newlines from generated snippets [Cristian Oliveira]
- 2023-04-08 775d429 refactor: use arrow functions + add spacing [Cristian Oliveira]
- 2023-04-08 bbd1f06 docs: add getting started [Cristian Oliveira]
- 2023-04-08 218a6e1 chore: add demo screenshot [Cristian Oliveira]
- 2023-04-08 f4ca495 feat: create snippets from stdin prompts [Cristian Oliveira]
- 2023-04-08 c783b21 chore(git): adds defaults .gitignore [Cristian Oliveira]
- 2023-04-08 58473ba chore: start node project [Cristian Oliveira]
- 2023-04-08 234e62e Initial commit [Cristian Oliveira]