UNPKG

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