UNPKG

757 BMarkdownView Raw
1# master
2
3# 0.2.5
4
5* don't include RSVP within node bundle
6* unbalanced start/stop now warn instead of throw
7
8# 0.2.4
9
10* don't include tests in published package
11
12# 0.2.3
13
14* Fixed publish of v0.2.2
15
16# 0.2.2
17
18* Add API `heimdall.hasMonitor` (#37) (thanks @zachthehuman)
19
20# 0.2.1
21
22* Move `window` -> `self`
23
24# 0.2.0
25
26* Add `HeimdallNode.forEachChild`
27
28# 0.1.6
29
30* Fix regression: re-expose `Heimdall` via heimdalljs/heimdall.
31
32# 0.1.5
33
34* Fix `isRoot` regression
35
36# 0.1.4
37
38* Add browser support
39* Use gentler version checking; switch to using a shared session instead of a
40 shared `Heimdall` instance
41
42# 0.1.3
43
44* Add `HeimdallNode.remove` so users with long-lived apps can plug leaks
45
46# 0.1.2
47
48* minor fixes
49
50# 0.1.1
51
52* minor fixes
53
54# 0.1.0
55
56* initial version