Skip to content

v2.1.2

Compare
Choose a tag to compare
@ljgonzalez1 ljgonzalez1 released this 16 Jan 03:35
· 51 commits to master since this release

Release Notes for EggCart v2.1.2

Enhancements

  • JSDoc Documentation: Added comprehensive JSDoc-style documentation throughout the codebase, significantly improving code readability and understanding. This includes detailed comments in index.js, Eggcart.js, models (especially in models/EggoList.js), migrations (specifically in migrations/create-eggo-list), and controllers (controllers/EggoList.js).
  • Improved Code Comments: Updated and added explanatory comments across various files to provide better insight into the bot's functions and configurations.
  • Configuration Updates: Introduced environment-based configurations in config/index.js, and updated variable and comment styles in config/config.js for enhanced readability.

Overview

Version 2.1.2 focuses on improving the internal documentation of the project, making it more maintainable and collaborative. Implementing JSDoc and enhancing the code comments are crucial steps in ensuring EggCart remains accessible and easy to understand for current and future developers.