Skip to content

Commit

Permalink
Merge pull request #11 from rpearce/rm-type-and-upgrade-libs
Browse files Browse the repository at this point in the history
rm unused type; patch upgrade to ts-lib
  • Loading branch information
rpearce authored Dec 7, 2020
2 parents a72ab2a + 352bbdc commit 55f2a89
Show file tree
Hide file tree
Showing 4 changed files with 15,167 additions and 2,338 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.3] - 2020-12-07

### Changed

* removed unused type
* patch upgrade to `ts-lib`

## [0.3.2] - 2020-07-31

### Fixed

* `tslib` not being included in dependencies when it :100: should be
* using `{}` as a type (should use `Record` instead)

## [0.3.1] - 2020-03-13

### Fixed

* typescript definitions by rewriting project in typescript

### Removed

* browser build

## [0.3.0] - 2019-12-29

### Added

* `browser` umd field
* `sideEffects: false` to `package.json`

### Changed

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

### Added

* TypeScript support (PR #1)

### Changed

* bumped dev dependencies

### Removed

* removed `@babel/polyfill` from `dependencies`

## [0.1.0] - 2018-12-19

### Added

* All the things
Loading

0 comments on commit 55f2a89

Please sign in to comment.