Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

v5.0.0-rc.0 (30 October 2019)

Pre-release
Pre-release
Compare
Choose a tag to compare
@limtingzhi limtingzhi released this 30 Oct 08:57

This version updates date-fns to its latest major version 2.6.0. This fixes a bug that does not parse daylight savings dates properly for Eastern Hemisphere regions (e.g. Australia and New Zealand). The update will not allow date to be passed as a string type anymore. Thus, helper methods have been created to still support it.

Update

  • Dependencies to their latest versions
  • CircleCI node version to 12.10
  • CircleCI configs to support auto publishing based on tags

Change

  • Named exports instead using of default exports

Add

  • Helper methods to still support date as a string type