Skip to content

Commit 55f2a89

Browse files
authored
Merge pull request #11 from rpearce/rm-type-and-upgrade-libs
rm unused type; patch upgrade to ts-lib
2 parents a72ab2a + 352bbdc commit 55f2a89

File tree

4 files changed

+15167
-2338
lines changed

4 files changed

+15167
-2338
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,39 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.3] - 2020-12-07
8+
9+
### Changed
10+
11+
* removed unused type
12+
* patch upgrade to `ts-lib`
13+
714
## [0.3.2] - 2020-07-31
815

916
### Fixed
17+
1018
* `tslib` not being included in dependencies when it :100: should be
1119
* using `{}` as a type (should use `Record` instead)
1220

1321
## [0.3.1] - 2020-03-13
1422

1523
### Fixed
24+
1625
* typescript definitions by rewriting project in typescript
1726

1827
### Removed
28+
1929
* browser build
2030

2131
## [0.3.0] - 2019-12-29
2232

2333
### Added
34+
2435
* `browser` umd field
2536
* `sideEffects: false` to `package.json`
2637

2738
### Changed
39+
2840
* now using `rollup` for builds
2941
* updated `main` and `module` fields (not using `index.js` in root folder any
3042
more)
@@ -35,15 +47,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3547
## [0.2.0] - 2019-10-17
3648

3749
### Added
50+
3851
* TypeScript support (PR #1)
3952

4053
### Changed
54+
4155
* bumped dev dependencies
4256

4357
### Removed
58+
4459
* removed `@babel/polyfill` from `dependencies`
4560

4661
## [0.1.0] - 2018-12-19
4762

4863
### Added
64+
4965
* All the things

0 commit comments

Comments
 (0)