-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
83 lines (46 loc) · 1.8 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
karma-viewport-1.0.9 (2022-04-04)
* Upgraded dependencies and fixed security vulnerabilities
karma-viewport-1.0.8 (2021-02-04)
* Fixed source map warnings
karma-viewport-1.0.7 (2020-08-30)
* Added source maps to served files to fix 404 warnings
karma-viewport-1.0.6 (2020-03-24)
* Upgraded dependencies and fixed security vulnerabilities
karma-viewport-1.0.5 (2020-01-29)
* Fixed #113: Invalid file type warning
karma-viewport-1.0.4 (2019-01-10)
* Fixed TypeScript typings
karma-viewport-1.0.3 (2018-12-26)
* Updated all dependencies to fix security vulnerabilities
karma-viewport-1.0.2 (2018-03-28)
* Removed unnecessarily exported typing
karma-viewport-1.0.1 (2018-03-27)
* Improved typings
karma-viewport-1.0.0 (2018-03-26)
* Refactored complete code base into TypeScript
* Added Promise support for callback functions
* Added typings to distribution files
* Improved forced layout recalculation
* Improved unit and integration tests
karma-viewport-0.4.2 (2017-09-05)
* Fixed debug context middleware not being registered
karma-viewport-0.4.1 (2017-08-09)
* Added support to load documents in iframe
karma-viewport-0.4.0 (2017-08-08)
* Renamed configuration option selector into context
karma-viewport-0.3.0 (2017-08-08)
* Added support to merge configuration with defaults
* Added support for customizable viewport element
karma-viewport-0.2.1 (2017-08-01)
* Fixed undefined variable in middleware
karma-viewport-0.2.0 (2017-08-01)
* Added iframe usage as a prerequisite
* Added iframe for debug context
* Replaced inspect with lightweight version
karma-viewport-0.1.2 (2017-07-08)
* Fixed Karma plugin integration
* Added smoke test
karma-viewport-0.1.1 (2017-07-07)
* Fixed broken Travis build
karma-viewport-0.1.0 (2017-07-07)
* Initial release