Skip to content

Releases: tidepool-org/sundial

v1.7.4

04 Apr 23:25
v1.7.4
4aba2f3
Compare
Choose a tag to compare
  • Update to Node v20.12.1
  • Update .gitignore
  • Add .snyk
  • Bump version

v1.7.3

26 Mar 15:36
v1.7.3
acb3318
Compare
Choose a tag to compare
  • Resolve Snyk issues

v1.7.2

26 Mar 15:35
v1.7.2
ef4844c
Compare
Choose a tag to compare
  • Resolve Dependabot issues
  • Add lint script
  • Resolve lint issues
  • Update Travis CI setup
  • Add .nvmrc

v1.6.0

12 Apr 14:22
Compare
Choose a tag to compare

Throws an error if there is timestamp/Date/datetime when it is expected as the first argument.

v1.5.1

24 Nov 00:41
Compare
Choose a tag to compare

Just dependency updates.

v1.5.0

30 Oct 18:15
Compare
Choose a tag to compare

Add a getUTCFromLocalTimeAndTimezone function for use in the uploader's device time update warning around changes to/from DST.

v1.4.0

15 Aug 06:07
Compare
Choose a tag to compare

Replaced the getTimezones function with one that just filters and reshapes moment's loaded timezones list.

Removed the unused getDeviceTimezone function (which just returned 'US/Pacific').

Minor version bump since the format of the timezone objects coming back from getTimezones changed significantly.

v1.3.0

03 Aug 21:05
Compare
Choose a tag to compare

Adds two new functions needed in the uploader for bootstrapping to UTC:

  • applyTimezoneAndConversionOffset converts a timezone-naive (i.e., deviceTime) timestamp to UTC by applying a timezone and the conversionOffset
  • findTimeFromDeviceTimeAndOffsets converts a timezone-naive (i.e., deviceTime) to UTC by applying two offsets - the timezoneOffset and the conversionOffset

v1.2.0

29 May 02:54
Compare
Choose a tag to compare

Updates

  • adds the formatCalendarTime function wrapping moment's "calendar time"
  • adds the four timezones of the U.S. lower 48 to the timezone list

v1.1.8

26 Mar 23:43
Compare
Choose a tag to compare

Updates

  • switch from moment's deprecated .zone() method to .utcOffset() everywhere
  • remove our own warnings about changes to method semantics

See #18 for details.