UNPKG

1.18 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [3.0.1](https://github.com/nuxt-contrib/is-https/compare/v3.0.0...v3.0.1) (2020-12-14)
6
7
8### Bug Fixes
9
10* **pkg:** add files field ([6913c08](https://github.com/nuxt-contrib/is-https/commit/6913c0840b580fa199b636b2cfa143565dfffa21))
11
12## [3.0.0](https://github.com/nuxt-contrib/is-https/compare/v2.0.2...v3.0.0) (2020-12-14)
13
14
15### ⚠ BREAKING CHANGES
16
17* you may need to transpile package for older browsers
18
19### Features
20
21* use siroc build tool ([6929a58](https://github.com/nuxt-contrib/is-https/commit/6929a5849f650bba1ba8cb2fb2caab5637902884))
22
23### [2.0.2](https://github.com/nuxt-contrib/is-https/compare/v2.0.1...v2.0.2) (2020-06-02)
24
25### [2.0.1](https://github.com/nuxt-contrib/is-https/compare/v2.0.0...v2.0.1) (2020-05-31)
26
27## 2.0.0 (2020-05-31)
28
29
30### ⚠ BREAKING CHANGES
31
32* there might be bahaviour change for express-like frameworks
33
34### Features
35
36* rewrite with typescript ([0b01c25](https://github.com/nuxt-contrib/is-https/commit/0b01c25859b2dc2a26fafca8c883a0d26af62b76))