Skip to content

Releases: randomBrainstormer/MMM-GoogleCalendar

v1.2.0

02 Jun 14:50
8679522

Choose a tag to compare

Revamp of the module

  • Updated major dependencies: googleapis to ^149.0.0, @google-cloud/local-auth to ^3.0.1.
  • Updated Node.js requirement to >=22.14.0 (aligning with potential MagicMirror core updates) and updated .nvmrc.
  • Enhanced authentication error handling in node_helper.js with more specific error messages and translation keys.
  • Improved internationalization for authentication prompts in the main module.
  • Refactored event filtering and duplicate handling for clarity and efficiency.
  • Modernized code style: replaced var with let/const, used ES6+ features.
  • Integrated ESLint for code quality and applied auto-fixes.
  • Introduced Jest unit testing framework with initial tests for helpers and core module logic (47 tests passing).
  • Updated README.md with new Node.js requirements, improved troubleshooting for auth errors, and notes for contributors.

v1.1.2

04 Mar 17:27
3d983e3

Choose a tag to compare

Latest release with improved support for the calendar

What's Changed

  • Bug fixes
  • Updated README

New Contributors

Full Changelog: v1.0.0...v1.1.2

v1.0.0

14 Mar 01:18
62cc5b6

Choose a tag to compare

Initial module release