Skip to content

Commit

Permalink
Updating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 6, 2020
1 parent f4f372b commit 42dc1ba
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [7.0.3](https://github.com/avoidwork/tiny-lru/compare/7.0.3...7.0.3)
#### [7.0.5](https://github.com/avoidwork/tiny-lru/compare/7.0.4...7.0.5)

> 6 June 2020
- Re-fixing #37 [`f4f372b`](https://github.com/avoidwork/tiny-lru/commit/f4f372b6627e8901c70de6d5975fa7448e03fbc7)

#### [7.0.4](https://github.com/avoidwork/tiny-lru/compare/7.0.3...7.0.4)

> 29 May 2020
- Revert "Fixing `set()` bug by assigning `expiry` in all cases, adding test, fixes #36" [`#36`](https://github.com/avoidwork/tiny-lru/issues/36)
- Updating CHANGELOG.md [`b879ea4`](https://github.com/avoidwork/tiny-lru/commit/b879ea48f631f6083bf7a3251083c9c0e2b971c8)
- Reverting 7.0.3 due to possibility of items staying in cache forever [`65b9270`](https://github.com/avoidwork/tiny-lru/commit/65b92708b641edd5b8011186739c91007f1d6f0d)

#### [7.0.3](https://github.com/avoidwork/tiny-lru/compare/7.0.2...7.0.3)

> 29 May 2020
Expand Down Expand Up @@ -434,27 +444,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Adding `update()` to receive state from `onchange()` [`05ffd08`](https://github.com/avoidwork/tiny-lru/commit/05ffd08fdfa407857e597c29e66247e692eb6b08)

#### [1.3.0](https://github.com/avoidwork/tiny-lru/compare/1.2.1...1.3.0)
#### [1.3.0](https://github.com/avoidwork/tiny-lru/compare/1.1.0...1.3.0)

> 19 November 2016
- Creating `this.notify` & `this.onchange(eventName, serializedCache)`, updating eslint rules [`2b2880f`](https://github.com/avoidwork/tiny-lru/commit/2b2880f317a76b01100d7892167d7a5fecc1d9c6)
- Updating README [`09b61a1`](https://github.com/avoidwork/tiny-lru/commit/09b61a13aa67cbf9f8080eefa1789ac04f9c94f8)
- Adding `"use strict";` to `intro.js` [`e86d4ee`](https://github.com/avoidwork/tiny-lru/commit/e86d4ee289216ae5578ac6b6b80c7b1a24f97a2e)

#### [1.2.1](https://github.com/avoidwork/tiny-lru/compare/1.2.0...1.2.1)

> 14 November 2016
- Creating `merge()` to be the completion of `dump()` for duplicating state between caches [`9e4195f`](https://github.com/avoidwork/tiny-lru/commit/9e4195fc720d50209186f50872cd4153b88eb8b3)

#### [1.2.0](https://github.com/avoidwork/tiny-lru/compare/1.1.0...1.2.0)

> 14 November 2016
- Removing `LRUItem` class, creating `clone()` & `dump()`, cloning values on `set()` & `get()` so the cache is pristine, adding tests [`52df3a9`](https://github.com/avoidwork/tiny-lru/commit/52df3a9697e75a5eedb5d9e25562fc9b87b2f950)
- Adding a bower config [`7202699`](https://github.com/avoidwork/tiny-lru/commit/72026998707458ae62eee7651f8f715402f148af)
- Updating bower config to ignore more files [`a73e37a`](https://github.com/avoidwork/tiny-lru/commit/a73e37ad64a97006ca52ab4c93e6e01e977d6ddd)
- Updating README [`09b61a1`](https://github.com/avoidwork/tiny-lru/commit/09b61a13aa67cbf9f8080eefa1789ac04f9c94f8)

#### [1.1.0](https://github.com/avoidwork/tiny-lru/compare/1.0.2...1.1.0)

Expand Down

0 comments on commit 42dc1ba

Please sign in to comment.