UNPKG

648 BMarkdownView 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<!-- Unreleased changes should go to UNRELEASED.md -->
8
9---
10
11## [0.2.0] - 2019-09-13
12
13## Added
14
15- Add `isLessThanOneMinute`, `isLessThanOneHour`, `isLessThanOneDay`, `isLessThanOneWeek`, and `isLessThanOneYear` functions ([#989](https://github.com/Shopify/quilt/pull/989))
16
17## [0.1.15] - 2019-04-17
18
19### Changed
20
21- Improve performance of `formatDate` to use memoized `DateTimeFormat`. ([#643](https://github.com/Shopify/quilt/pull/643))
22
23## [0.1.7] - 2019-01-09
24
25- Start of Changelog