UNPKG

1.17 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7---
8
9## [0.3.0] - 2020-02-19
10
11- Export the `formatDate` function so it can be used by other packages / projects, e.g. in `@shopify/react-i18n`
12
13## [0.2.13] - 2020-02-07
14
15- Fixes the memory leak that was introduced in v0.1.27 when server-side rendering ([#1277](https://github.com/Shopify/quilt/pull/1277))
16
17## [0.2.12] - 2020-02-07
18
19- ⚠️ A bug fix because Chrome 80's API change to Intl.DateTimeFormat ([#1266](https://github.com/Shopify/quilt/pull/1266))
20
21## [0.2.11] - 2020-01-31
22
23- Specify package has no `sideEffects` ([#1233](https://github.com/Shopify/quilt/pull/1233))
24
25## [0.2.0] - 2019-09-13
26
27### Added
28
29- Add `isLessThanOneMinute`, `isLessThanOneHour`, `isLessThanOneDay`, `isLessThanOneWeek`, and `isLessThanOneYear` functions ([#989](https://github.com/Shopify/quilt/pull/989))
30
31## [0.1.15] - 2019-04-17
32
33### Changed
34
35- Improve performance of `formatDate` to use memoized `DateTimeFormat`. ([#643](https://github.com/Shopify/quilt/pull/643))
36
37## [0.1.7] - 2019-01-09
38
39- Start of Changelog