greenkeeper[bot]
ac13707cff
fix(package): update jsdom to version 9.10.0 ( #32 )
https://greenkeeper.io/
8 years ago
greenkeeper[bot]
8569dd346c
chore(package): update ava to version 0.18.0
https://greenkeeper.io/
8 years ago
Luke Childs
a36ec734a9
Change npm badge to show monthly downloads
8 years ago
Luke Childs
154a7a7dfc
2.0.19
8 years ago
greenkeeperio-bot
55941df024
chore(package): update jsdom to version 9.9.1
https://greenkeeper.io/
8 years ago
Luke Childs
f42b72261e
2.0.18
8 years ago
greenkeeperio-bot
40b99c6739
chore(package): update jsdom to version 9.9.0
https://greenkeeper.io/
8 years ago
Luke Childs
11a32f5914
Test function returns a new instance
8 years ago
Luke Childs
23057e29bf
2.0.17
8 years ago
greenkeeperio-bot
e8a6a3a9b4
chore(package): update nyc to version 10.0.0
https://greenkeeper.io/
8 years ago
Luke Childs
d92821990e
Merge pull request #28 from lukechilds/greenkeeper-clone-2.1.0
Update clone to version 2.1.0 🚀
8 years ago
greenkeeperio-bot
3a06b55894
chore(package): update clone to version 2.1.0
https://greenkeeper.io/
8 years ago
Luke Childs
63e45b4dec
Merge pull request #25 from lukechilds/greenkeeper-ava-0.17.0
Update ava to version 0.17.0 🚀
8 years ago
greenkeeperio-bot
65ecaa1cba
chore(package): update ava to version 0.17.0
https://greenkeeper.io/
8 years ago
Luke Childs
fe4ac1e21b
2.0.16
8 years ago
Luke Childs
f56bdc25d6
chore(package): update nyc to version 9.0.1 ( #24 )
https://greenkeeper.io/
8 years ago
greenkeeperio-bot
e65300b11d
chore(package): update nyc to version 9.0.1
https://greenkeeper.io/
8 years ago
Luke Childs
03ba95e945
Add npm badge
8 years ago
Luke Childs
3e9e2ccb85
2.0.15
8 years ago
Greenkeeper
051222d526
chore(package): update jsdom to version 9.8.3 ( #22 )
https://greenkeeper.io/
8 years ago
Luke Childs
0998d9c55d
2.0.14
8 years ago
Luke Childs
46b427a1df
Fix typo
8 years ago
Luke Childs
43260313f7
2.0.13
8 years ago
Luke Childs
82d5231124
Add warning to readme and link to jsdom wiki warning
8 years ago
Luke Childs
fbc6fb2a86
2.0.12
8 years ago
Greenkeeper
8fc2b17056
chore(package): update jsdom to version 9.8.0 ( #19 )
https://greenkeeper.io/
8 years ago
Luke Childs
28c4d5fa88
Add LICENSE file
8 years ago
Luke Childs
f0cff25988
2.0.11
8 years ago
Luke Childs
248aa9b101
node => Node.js
8 years ago
Luke Childs
3db5e46788
Mention Node.js 4 or newer requirement to readme
8 years ago
Luke Childs
031efb316b
Add engines field to package.json
8 years ago
Luke Childs
fdff2f9e99
Remove babel
8 years ago
Luke Childs
089f7c94f0
Remove node >4 features
8 years ago
Luke Childs
0f781f8ca0
Test on multiple node versions
8 years ago
Luke Childs
006bad552e
2.0.10
8 years ago
Luke Childs
3339e632f7
Add test to check existing falsey globals don't get overwritten
8 years ago
Luke Childs
4652a3ffb7
Add test to check existing node globals don't get overwritten
8 years ago
Luke Childs
2d0fbec36f
Add detailed comments
8 years ago
Luke Childs
ce32645a0b
Create reusable function for creating window object
8 years ago
Luke Childs
477271dff4
Don't use truthy check to see if globals exist
8 years ago
Luke Childs
4a5c6343b5
Use existing module to clone objects instead of rolling our own
This one handles Date objects and other more complex data structures
8 years ago
Luke Childs
5dfb5da86c
Simplify argument type checks
8 years ago
Luke Childs
f6b5e9ff3b
Don't use jsdom private API features to get global properties
Before we were manually grabbing `window._core` which was a bit of a hack. This sets the correct settings to allow us to get all globals with `Object.getOwnPropertyNames(window)`.
We also need to clone the settings object before passing it to jsdom otherwise it tacks loads of stuff on to the referenced object.
8 years ago
Luke Childs
244e3d7d32
2.0.9
8 years ago
Luke Childs
1574b68123
Add env to package.json keywords
8 years ago
Luke Childs
bd9cd3771a
2.0.8
8 years ago
Luke Childs
4cbbdb8000
Recommend --save-dev for installation
8 years ago
Luke Childs
223a47b59e
Quote description
8 years ago
Luke Childs
bd15063e73
Remove global warning
8 years ago
Luke Childs
77fe97f010
Mention old name
8 years ago