Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 31, 2020
1 parent 772792c commit d5b4876
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.3.3

Bug fixes:

* Use null prototype object for named extensions dictionary

Performance:

* Use WeakMap for cache

Dependencies:

* Update `is-it-type` dependency

Tests:

* Tests for diamond dependency graph

Dev:

* Update dev dependencies

## 0.3.2

Features:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "class-extension",
"version": "0.3.2",
"version": "0.3.3",
"description": "Class extensions",
"main": "index.js",
"files": [
Expand Down

0 comments on commit d5b4876

Please sign in to comment.