Skip to content

Release 33.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 20:11
· 164 commits to main since this release
33.5.0
2224b35
  • 🐞 isZoneValid now properly validates Luxon Zone instances (not just zone-like objects)
  • 🐞 isObject no longer incorrectly returns true for Arrays
  • 🐞 isIterable now correctly handles arrays
  • 🐞 Improved GPS data type safety in ReadTask
  • πŸ“¦ Enhanced documentation across multiple modules

Commits

  • fix(Timezones): update parameter name in isZoneValid function documentation for clarity (36c1341)
  • fix(Changelog): update version 33.5.0 details with bug fixes and documentation enhancements (0292763)
  • fix(Docs): enhance documentation for various functions and classes across multiple files. Fix toString() nits. (0ad9463)
  • fix(File): simplify isFileEmpty function by using fs/promises directly (b9f15b4)
  • fix(Timezones): enhance isZoneValid function for better validation of zone instances (49882a7)
  • fix(Object): fix isObject to NOT accept Arrays. Improve documentation (5607a09)
  • fix(Array): improve isIterable function to handle arrays correctly (12debb6)
  • fix(Timezones): enhance type guard for valid Luxon Zone instances (07df01a)
  • docs(GeolocationTags): clarify note on GeolocationPosition format in tests (b64b1dc)
  • fix(ReadTask): improve GPS data type safety (95dcd19)
  • chore(settings): add "Exploratorium" to cSpell.words (12ae9a0)
  • test(geolocation): add tests to validate that geolocation tags are correct (5adbd83)
  • chore(check-updates): update create-pull-request action to v7.0.9 (6b87b8e)
  • chore(timezones): explain why we can't just use instanceof (e7be9bc)
  • chore(pkg): npm audit fix (d6a9c07)