UNPKG

1.12 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## [2.2.4] - 2020-10-20
11
12- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
13
14## [2.2.0] - 2019-12-19
15
16### Added
17
18- `Options` type is now exported for `createMockContext` [#1209](https://github.com/Shopify/quilt/pull/1209)
19
20## [2.1.7] - 2019-10-23
21
22### Fixed
23
24- `createMockCookies` is now correctly exported [#595](https://github.com/Shopify/quilt/pull/595)
25
26## [2.1.0] - 2019-01-18
27
28### Fixed
29
30- `createMockContext` output is now typed as `Koa.Context` so consumers don't need to cast [#453](https://github.com/Shopify/quilt/pull/453)
31
32### Added
33
34- `createMockContext` supports `rawBody` as a field [#453](https://github.com/Shopify/quilt/pull/453)
35
36## [2.0.15] - 2019-01-11
37
38- Fix setting custom state in mock context [#467](https://github.com/Shopify/quilt/pull/467)
39
40## [2.0.14] - 2019-01-09
41
42- Start of Changelog