-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
53 lines (33 loc) · 1.1 KB
/
CHANGES.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
hacking dartdocs
================
Adding a search functionality to dartdocs documentation.
This is a prototype, source will be released when we reach
a consensus on functionality and style.
2012-01-22 == latest
--------------------
changed XMLHTTPRequest based dynamic navigation to dart based nav
dartdocs now works from filesystem and from a server in all modes again
2012-01-20
----------
pushed source to github.com/d2m/dartdoc
merged with latest bleeding_edge
2012-01-12
----------
enabled source code highlighting again
escaped querystrings against XSS /ht floitsch
2012-01-11
----------
rewrite reduced resources significantly
search data is now written to a dart file and sourced for compilation
file size down from 2.1MB JSON + 500KB JS to 900KB JS only
search functionality works from filesystem and from server
results show filtered content of the original documentation files
2012-01-04
----------
removed private keys
enabled search in the current selected library or in all libraries
added cookies to store search settings
added media stylesheet for 'print'
2012-01-01
----------
Initial upload