Skip to content

v7.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 19:42
· 526 commits to beta since this release

7.0.0-beta.8 (2021-02-10)

Bug Fixes

Features

  • Add cookie authentication support (9fc6276)
  • Add ESM support (c09e86c)
  • Add getLumpSumServices() (cc344e0)
  • Enable ISO UTC date times for all requests (6905d6b)
  • Improve query and property mapping (6dadcd0), closes #52 #60
  • Refactor public interface (2c23de4), closes #50 #50

BREAKING CHANGES

  • clockodo is now available as CommonJS and ECMAScript module. Although very unlikely, this might cause issues depending on your specific setup.
  • All timestamps are now returned as ISO UTC. You don't need the user's time zone to interpret the times correctly now.
  • Some return types have been updated and corrected. This might result in TypeScript errors.
  • The Clockodo constructor arguments have changed a little bit. Check out the documentation for correct usage.
  • The mapping between camelCase and snake_case has been streamlined and improved. You might observe different behavior if you relied on the previous (buggy) implementation.