File tree Expand file tree Collapse file tree 4 files changed +15167
-2338
lines changed Expand file tree Collapse file tree 4 files changed +15167
-2338
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,39 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.3.3] - 2020-12-07
8
+
9
+ ### Changed
10
+
11
+ * removed unused type
12
+ * patch upgrade to ` ts-lib `
13
+
7
14
## [ 0.3.2] - 2020-07-31
8
15
9
16
### Fixed
17
+
10
18
* ` tslib ` not being included in dependencies when it :100 : should be
11
19
* using ` {} ` as a type (should use ` Record ` instead)
12
20
13
21
## [ 0.3.1] - 2020-03-13
14
22
15
23
### Fixed
24
+
16
25
* typescript definitions by rewriting project in typescript
17
26
18
27
### Removed
28
+
19
29
* browser build
20
30
21
31
## [ 0.3.0] - 2019-12-29
22
32
23
33
### Added
34
+
24
35
* ` browser ` umd field
25
36
* ` sideEffects: false ` to ` package.json `
26
37
27
38
### Changed
39
+
28
40
* now using ` rollup ` for builds
29
41
* updated ` main ` and ` module ` fields (not using ` index.js ` in root folder any
30
42
more)
@@ -35,15 +47,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
35
47
## [ 0.2.0] - 2019-10-17
36
48
37
49
### Added
50
+
38
51
* TypeScript support (PR #1 )
39
52
40
53
### Changed
54
+
41
55
* bumped dev dependencies
42
56
43
57
### Removed
58
+
44
59
* removed ` @babel/polyfill ` from ` dependencies `
45
60
46
61
## [ 0.1.0] - 2018-12-19
47
62
48
63
### Added
64
+
49
65
* All the things
You can’t perform that action at this time.
0 commit comments