UNPKG

2.62 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/)
6and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8<!-- ## Unreleased -->
9
10## 1.0.0 - 2021-05-21
11
12### Breaking Change
13
14- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. [#1906](https://github.com/Shopify/quilt/pull/1906)
15
16## 0.5.6 - 2021-04-13
17
18### Changed
19
20- Removed dependency on tslib, as we no-longer compile with `tsc`. [#1829](https://github.com/Shopify/quilt/pull/1829)
21
22## 0.5.3 - 2021-03-03
23
24### Fixed
25
26- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers [#1759](https://github.com/Shopify/quilt/pull/1759)
27
28## 0.5.0 - 2020-12-18
29
30### Added
31
32- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698)
33
34## 0.4.3 - 2020-10-20
35
36- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
37
38## 0.4.0 - 2020-06-04
39
40### Added
41
42- Added `isLessThanOneWeekAway` and `isLessThanOneYearAgo` functions [[#1438](https://github.com/Shopify/quilt/pull/1438)]
43
44## 0.3.4 - 2020-03-13
45
46### Added
47
48- Added `getIanaTimeZone` and exposed `memoizedGetDateTimeFormat` ([#1367](https://github.com/Shopify/quilt/pull/1367))
49
50## 0.3.1 - 2020-02-27
51
52### Fixed
53
54- Allows `hour12: true` to be passed to `formatDate` ([#1299](https://github.com/Shopify/quilt/pull/1299))
55
56## 0.3.0 - 2020-02-19
57
58- Export the `formatDate` function so it can be used by other packages / projects, e.g. in `@shopify/react-i18n` ([#1286](https://github.com/Shopify/quilt/pull/1286))
59
60## 0.2.13 - 2020-02-07
61
62- Fixes the memory leak that was introduced in v0.1.27 when server-side rendering ([#1277](https://github.com/Shopify/quilt/pull/1277))
63
64## 0.2.12 - 2020-02-07
65
66- ⚠️ A bug fix because Chrome 80's API change to Intl.DateTimeFormat ([#1266](https://github.com/Shopify/quilt/pull/1266))
67
68## 0.2.11 - 2020-01-31
69
70- Specify package has no `sideEffects` ([#1233](https://github.com/Shopify/quilt/pull/1233))
71
72## 0.2.0 - 2019-09-13
73
74### Added
75
76- Add `isLessThanOneMinute`, `isLessThanOneHour`, `isLessThanOneDay`, `isLessThanOneWeek`, and `isLessThanOneYear` functions ([#989](https://github.com/Shopify/quilt/pull/989))
77
78## 0.1.15 - 2019-04-17
79
80### Changed
81
82- Improve performance of `formatDate` to use memoized `DateTimeFormat`. ([#643](https://github.com/Shopify/quilt/pull/643))
83
84## 0.1.7 - 2019-01-09
85
86- Start of Changelog