Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #13 - Create a CHANGELOG.md file for the last ten releases #14

Closed
wants to merge 6 commits into from
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

###Added

- Add tests for domainMatches and identity (#12)

###Changed

- Update isBrowser() to handle React Native (#11)

## [1.0.141] - 2020-10-05

- Dist
- Add Memoized type
- Upgrade travis to node lts

## [1.0.140] - 2020-10-02

- Dist
- Upgrade flow

## [1.0.139] - 2020-09-30

- Dist
- Make getCurrentScriptUID safer

## [1.0.138] - 2020-09-29

- Dist
- Document null check

## [1.0.137] - 2020-09-29

- Dist
- Export constants

## [1.0.136] - 2020-09-29

- Dist
- Add getCurrentScriptUID

## [1.0.134] - 2020-09-29

- Dist
- All getScript to search in reverse order

## [1.0.133] - 2020-09-28

- Dits
- Avoid race condition cancelling ResizeObserver in onResize

## [1.0.132] - 2020-09-28

- Dist
- Fix dedupeErrors type

## [1.0.131] - 2020-09-28

- Dist
- Add dedupeErrors