markserv 1.17.4 → 1.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markserv",
3
- "version": "1.17.4",
3
+ "version": "1.19.1",
4
4
  "description": "🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit",
5
5
  "preferGlobal": true,
6
6
  "scripts": {
@@ -58,6 +58,9 @@
58
58
  "lib/templates/github.less",
59
59
  "lib/templates/highlight-js-github-gist.css",
60
60
  "lib/templates/markserv.css",
61
+ "lib/templates/github-markdown-dark.css",
62
+ "lib/templates/github-markdown-light.css",
63
+ "lib/templates/github-markdown-synthwave.css",
61
64
  "media/markserv-favicon-96x96.png",
62
65
  "media/markserv-logo-term.png"
63
66
  ],
@@ -74,14 +77,14 @@
74
77
  "chalk": "^3.0.0",
75
78
  "commander": "^4.0.1",
76
79
  "connect": "^3.7.0",
77
- "connect-livereload": "^0.6.1",
80
+ "get-port": "^5.1.0",
78
81
  "deepmerge": "^4.2.2",
79
82
  "emoji-regex": "^8.0.0",
80
83
  "handlebars": "^4.5.3",
81
84
  "implant": "^2.0.3",
82
85
  "is-online": "^8.2.1",
83
86
  "less": "^3.10.3",
84
- "livereload": "^0.8.2",
87
+ "ws": "^7.4.0",
85
88
  "markdown-it": "^10.0.0",
86
89
  "markdown-it-anchor": "^5.2.5",
87
90
  "markdown-it-emoji": "^1.4.0",
@@ -103,7 +106,6 @@
103
106
  "all-contributors-cli": "^6.11.2",
104
107
  "ava": "^2.4.0",
105
108
  "coveralls": "^3.0.9",
106
- "get-port": "^5.1.0",
107
109
  "husky": "^3.1.0",
108
110
  "nyc": "^15.0.0",
109
111
  "request": "^2.88.0",
package/CHANGELOG.md DELETED
@@ -1,155 +0,0 @@
1
- # Changelog
2
-
3
- - Markserv uses [Semantic Versioning](http://semver.org/)
4
- - Markserv [Keeps a ChangeLog](https://keepachangelog.com/en/1.0.0/)
5
-
6
- ## [1.17.4] - 2019-12-28
7
-
8
- ### Added
9
-
10
- - Added test for LESS implant. [#99]
11
-
12
- ### Changed
13
-
14
- - Update to latest packages using `npm-check-updates`. Update new linting errors from latest XO package. [#99]
15
-
16
- ## [1.17.3] - 2019-12-28
17
-
18
- ### Added
19
-
20
- - Added test for file implant. [#98]
21
-
22
- ### Changed
23
-
24
- - Process MathJax with Markdown-It-MathJax. [#93]
25
- - Update all-contibutors table. [#98]
26
-
27
- ### Removed
28
-
29
- - Removed unused Patreon links. [#98]
30
-
31
- ### Fixed
32
-
33
- - Fixed Live-Reload for browsers without Plugin. [#92]
34
- - Documentation fixes. [#97], [#89]
35
-
36
- ### Security
37
-
38
- - NPM audit fix --force. Resulted in AVA update to 2.x requiring package script test runner path change. [#98]
39
-
40
- ## [1.17.2] - 2019-02-26
41
-
42
- ### Fixed
43
-
44
- - Missing CLI packages. [#79], [#81]
45
-
46
- ## [1.17.1] - 2019-02-23
47
-
48
- ### Fixed
49
-
50
- - Snyk security audit & fixed CLI launch bug. [#77]
51
-
52
- ## [1.17.0] - 2019-02-23
53
-
54
- ### Added
55
-
56
- - Added contributors table to README. [#76]
57
-
58
- ## [1.16.0] - 2019-02-23
59
-
60
- ### Changed
61
-
62
- - Updated CSS page width in stylesheets to reflect GitHubs styles. [#74]
63
- - Replace Commander with Meow. [#75]
64
-
65
- ### Fixed
66
-
67
- - Fixed README CLI command. [#75]
68
-
69
- ## [1.15.1] - 2018-10-14
70
-
71
- ### Added
72
-
73
- - Added `markserv --livereloadport false` to disable LiveReload. [#65]
74
- - Added `markserv --browser false` to disable Browser Launch. [#65]
75
- - Added contributors to `package.json` [#65]
76
-
77
- ### Fixed
78
-
79
- - Fix launch of relative files and dirs from `markserv` and `readme` commands. [#63]
80
-
81
- ## [1.13.2] - 2018-09-14
82
-
83
- ### Fixed
84
-
85
- - Clean `npm audit`: PR [#59](https://github.com/F1LT3R/markserv/pull/59)
86
-
87
- ## [1.13.1] - 2018-09-14
88
-
89
- ### Fixed
90
-
91
- - Check for updates only when online: PR [#56](https://github.com/F1LT3R/markserv/pull/56)
92
-
93
- ## [1.13.0] - 2018-09-14
94
-
95
- ### Added
96
-
97
- - Mobile Font - does not look squished on smaller screens: PR [#55](https://github.com/F1LT3R/markserv/pull/55)
98
-
99
- ### Changed
100
-
101
- - Removed useless CSS, and border from printing and mobile view: PR [#55](https://github.com/F1LT3R/markserv/pull/55)
102
-
103
- ## [1.12.0] - 2018-05-23
104
-
105
- ### Changed
106
-
107
- - Updated boot - splash is now called from cli and readme to so the user can see that markserv is loading: PR [#53](https://github.com/F1LT3R/markserv/pull/53)
108
-
109
- ### Added
110
-
111
- - Auto Upgrade - user gets option to upgrade to latest when starting Markserv: PR [#52](https://github.com/F1LT3R/markserv/pull/52)
112
-
113
- ## [1.11.0] - 2018-05-22
114
-
115
- ### Changed
116
-
117
- - Updated README after changing github:filter/markserv to github/markserv/markserv (no PR)
118
-
119
- ## [1.10.0] - 2018-05-22
120
-
121
- ### Changed
122
-
123
- - Updated README after changing github:filter/markserv to github/markserv/markserv (no PR)
124
-
125
- ## [1.9.0] - 2018-05-21
126
-
127
- ### Changed
128
-
129
- - Better breadcrumbs: PR [#52](https://github.com/F1LT3R/markserv/pull/52)
130
- - All folders now use the same icon, to reduce visual noise: PR [#52](https://github.com/F1LT3R/markserv/pull/52)
131
-
132
- ### Added
133
-
134
- - Sanitize urls in breadcrumbs: PR [#52](https://github.com/F1LT3R/markserv/pull/52)
135
- + Thanks @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48)
136
- - Error page with back links: PR [#52](https://github.com/F1LT3R/markserv/pull/52)
137
- + Thanks @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48)
138
- - Slugify Links (w/ Emojis) PR [#51](https://github.com/F1LT3R/markserv/pull/51)
139
- + Thanks @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48)
140
-
141
- ## [1.8.0] - 2018-05-13
142
-
143
- ### Added
144
-
145
- - Emoji support with `mdItEmoji`. Example: `:fire:` now renders as :fire:
146
- + Thanks @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48/files)
147
- - Indent size 4 to `.editorconfig` - @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48/files)
148
-
149
- ## [1.7.3] - 2018-05-13
150
-
151
- ### Fixed
152
-
153
- - Emojis require \:colon-syntax\: to render correctly on NPMJS.org
154
- + Thanks @ChenYingChou PR [#48](https://github.com/F1LT3R/markserv/pull/48/files)
155
- - Added ChangeLog