Skip to content

Releases: thoov/ember-weakmap

Protect the access to `window`

21 Feb 18:39
420ecc6
Compare
Choose a tag to compare

Adding _super call to include

24 Aug 20:04
e3618ca
Compare
Choose a tag to compare
3.3.1

[CHORE] Version bump to 3.3.1

Updating dependencies to move off of vulnerable parsejson dep

26 Jul 05:58
f9ec051
Compare
Choose a tag to compare

Bumping deps and files from ember 3.0 init

09 Apr 07:42
8a381a1
Compare
Choose a tag to compare
3.2.0

Version bump to 3.2.0

Fix hoisting issue in Firefox & use native WeakMap when possible

26 Oct 14:43
Compare
Choose a tag to compare
  • Fix hoisting issue in Firefox 45 #19
  • Use native WeakMap when possible #22

If target.browsers is not found then include the polyfill

24 Oct 22:48
Compare
Choose a tag to compare

If targets.browsers is not found included the polyfill #18

Fix debug dependency

19 Oct 22:48
Compare
Choose a tag to compare

Adding missing debug dependency PR 16

Ember.WeakMap Polyfill

10 Aug 19:20
Compare
Choose a tag to compare

This version supports polyfilling Ember.WeakMap instead of directly importing the WeakMap polyfill. Also the included polyfill will only be added if a browser that is included via config/targets.js does not support WeakMap.