Skip to content

Releases: josnih21/RAE_bot

v1.0.0

07 May 11:40
Compare
Choose a tag to compare

1.0.0 (2022-05-07)

  • 🎨 📝 Add coverage badges (af5a127)
  • 🎨 Apply formatter (5007f78)
  • 🎨 Rename files and run formatter (1b3a247)
  • 🐛 Avoid definition retrieval when input is empty (34f522a)
  • 🐛 Fix should return a definition with the expected format (2c3f9a4)
  • 🐛 Use async functions to avoid false positives in tests (a259d5d)
  • 🔥 chore: delete dist files from repo (df50b9d)
  • 🔥 Remove unneeded error message (4062070)
  • 💚 Add git remote for deployment (f3d6cf9)
  • 💚 Add heroku email variable (e3c5d90)
  • 💚 Add nodejs buildback for deployment (9b5ab9f)
  • 💚 Add only one nodejs version for building project in deployment workflow (fecc0f9)
  • ♻️ 🐛 Restructure code for proper handling when an error occurs in getFirstMatchingWord. (7ed7625)
  • ♻️ Extract definitions formatter to a separated module (0974e3b)
  • ♻️ Extract variable for rae_service and rename domain definitions to improve readability (eab8aac)
  • ♻️ refactor: Centralize definition search into a service (9d68834)
  • ♻️ Remove html tags for definitions formatter (a6947c3)
  • 🚀 Add deployment workflow (d67917c)
  • 🙈 chore: update .gitignore (b465060)
  • 🙈 Ignore coverage reports (37787b2)
  • ✨ ✅ Add function to get all possible matches of a given word (8060545)
  • ✨ Add matching word param to manageDefinitionFormat (2b5b26e)
  • ✨ Add new Word type to get matching words with our own domain type (b783483)
  • ✨ feat: add conventional commits changelog generator (5ffd030)
  • ✨ feat: Add error handling when defintion not found (b604584)
  • ✨ feat: Add formatted message for definitions send by the bot (7867bd9)
  • ✨ Migrate to inline mode (28533b0)
  • 🎉 feat: initial commit (4b2c22e)
  • 🧪 Red: should throw an error when there are no matches for a given word (faf3e72)
  • 🔀 🔧 chore: Add nodemon and npm watch (64e348e)
  • ✅ Add error definition (436e783)
  • ✅ Green test use cases for definition-service (89b0c8c)
  • ✅ Green: should return a matching word given a valid word to search (f70dae0)
  • ✅ Green: should throw an error when there are no matches for a given word (2430a93)
  • ✅ Should return a definition with the expected format (870921c)
  • 🔧 Add procfile config (2bbbde5)
  • 🔧 chore: Update rae-api dependency to latest version (c34cdbe)
  • 🔧 Ignore test files for coverage report (faee5db)
  • 🔧 Set up jest (2ec8e15)
  • ✨🔁 feat: add linter and formatter (b23aee8)
  • 🔧 chore: Add dotenv (870ae15)
  • Create CI workflow (b75ae50)

Full Changelog: https://github.com/josnih21/RAE_bot/commits/v1.0.0

v0.0.1

14 Feb 19:56
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

0.0.1 (2022-02-14)

Initial setup of the project

  • chore: delete dist files from repo
  • chore: update .gitignore
  • feat: initial commit
  • feat: add linter and formatter