-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
130 lines (96 loc) · 3.05 KB
/
CHANGELOG.txt
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
FluentCineworld changelog
=========================
v8.1.0
Remove more unwanted film title prefixes.
v8.0.0
Updated list of cinemas:
Add: Barnsley
Remove: Bristol, Runcorn
Remove more unwanted film title prefixes and suffixes.
Replace Moq with NSubstitute.
v7.1.0
Make cancellation token optional when retrieving listings.
v7.0.0
Targeted .NET 6.0.
Updated list of cinemas:
Add: Belfast, London Hounslow
Use DateOnly struct where appropriate.
Added Cinema.GetById method.
v6.0.0
Targeted .NET 5.0.
Switch from Newtonsoft.Json to System.Text.Json.
Updated list of cinemas to use new string ids and latest locations.
Remove more unwanted film title prefixes.
v5.4.0
Updated list of cinemas:
Added: Eastbourne At The Beacon, Plymouth, Warrington, York
Removed: LondonFulhamRoad
v5.3.0
Updated list of cinemas.
v5.2.0
Removed more unwanted film title prefixes and suffixes.
v5.1.0
Updated list of cinemas.
Removed unwanted film title prefixes and suffixes.
v5.0.0
New version that is easier to use with Dependency Injection.
Updated list of showing attributes.
v4.1.0
Updated list of cinemas.
v4.0.1
Bug fix: duplicates showing dates no longer returned.
v4.0.0
Changed URIs used to get JSON data from Cineworld site.
Different information returned about sites and films (due to new Cineworld Data API Service).
Updated list of cinemas.
v3.2.0
Changed URI used to get JSON data from Cineworld site.
Updated list of cinemas.
v3.1.1
Bug fix: Enumeration.GetAll now works.
v3.1.0
Changed URI used to get JSON data from Cineworld site.
Changed target framework to .NET Standard 1.2.
Updated list of cinemas.
v3.0.0
New version that adds .NET Core and async support.
Updated list of cinemas.
v2.2.0.0
Updated list of cinemas.
v2.1.0.0
Updated list of cinemas.
Duplicate films now merged.
v2.0.0.0
New version (with breaking changes to API). Now powered by JSON data from Cineworld site.
v1.2.4.1
Merged films now have sorted days (by date) and shows (by time).
v1.2.4.0
Scraping via XML syndication now merges duplicates.
Marked site scraping classes as obsolete (to be removed in future release).
v1.2.3.0
Update scraping to handle new screening types (Superscreen, 4DX).
v1.2.2.2
Updated site scraping so works with new Cineworld film times layout.
v1.2.2.1
Updated site scraping so works with new Cineworld ribbon posters.
Syndication feed functionality not affected and therefore unchanged.
v1.2.2.0
Updated site scraping so works with new Cineworld site layout.
Syndication feed functionality not affected and therefore unchanged.
v1.2.1.0
Updated site scraping so works with new Cineworld site layout.
Syndication feed functionality not affected and therefore unchanged.
v1.2.0.0
Added cinema details functionality.
v1.1.3.1
Fixed bug that prevented site listings scraper from being initialised.
v1.1.3.0
Scraping via XML syndication now handles the cinema not appearing in the XML.
v1.1.2.0
Renamed to FluentCineworld.
v1.1.1.0
Data property added to film to store extra information (where possible).
v1.1.0.0
Added XML syndication support.
v1.0.0.0
Initial version.