Commit graph

78 commits

Author SHA1 Message Date
Jakub Jirutka
3afc120a3b Viewer: Generate index.html from template with injected asset paths 2021-06-12 15:18:25 +02:00
Jakub Jirutka
ed9d86b894 Viewer: Run PostCSS via Rollup 2021-06-12 15:18:25 +02:00
Jakub Jirutka
b27a8d79f7 Restructuralize package build scripts 2021-06-12 15:18:25 +02:00
Jakub Jirutka
eead007e6f Rename package script "build" to "build-ts" 2021-06-12 15:18:25 +02:00
Jakub Jirutka
dd0f34e7a9 Create package ipynb2html-viewer 2021-06-12 15:18:24 +02:00
Jakub Jirutka
fbecff633a Release version 0.3.0 2020-10-28 18:51:56 +01:00
Jakub Jirutka
6944ff1b82 Move ipynb2html's devDependencies from parent to ipynb2html package 2020-06-21 11:08:04 +02:00
Jakub Jirutka
7fbd5b5d8b Bump all devDependencies to their latest minor version 2020-06-21 01:23:40 +02:00
Jakub Jirutka
d29f006090 Bump eslint and its plugins, update rules and fix new violations 2020-06-21 01:23:39 +02:00
Jakub Jirutka
0b098983b5 Bump @types/node from ^10.13.0 to ^10.17.25 2020-06-21 00:46:08 +02:00
Jakub Jirutka
5f7c2dfb4b Bump typescript from ~3.7.5 to ~3.9.5 2020-06-21 00:46:08 +02:00
Jakub Jirutka
06ab09f278 Bump rollup from 1.x to 2.x and its plugins 2020-06-21 00:43:49 +02:00
Jakub Jirutka
d9bea2feb2 Bump highlight.js to 10.1.1 2020-06-17 00:39:07 +02:00
Jakub Jirutka
76c9a1e67f Bump node-html-parser from ^1.2.14 to ^1.2.19 2020-06-17 00:37:12 +02:00
Jakub Jirutka
1d9ce38eb4 Bump @types/marked from ^0.7.2 to ^0.7.4 2020-06-15 18:07:56 +02:00
Jakub Jirutka
6461e84fe7 Bump @babel/* from ^7.8.7 to ^7.9.0
This should fix build error on Node.js 13,
https://www.reddit.com/r/Nuxt/comments/g32jr5/babel_breaking_changes/.
2020-04-19 18:19:27 +02:00
Jakub Jirutka
cc2da7398e Release version 0.2.1 2020-04-10 17:40:21 +02:00
Jakub Jirutka
20008c9834 Replace deprecated dependency highlightjs with highlight.js 2020-04-10 17:27:52 +02:00
Jakub Jirutka
a901a0ad68 Release version 0.2.0 2020-04-08 17:45:57 +02:00
Jakub Jirutka
03f89b2196 Install node-html-parser as dev dependency 2020-04-08 17:23:18 +02:00
Jakub Jirutka
51e625dd55 Replace eslint-import-resolver-ts with eslint-import-resolver-typescript 2020-03-30 18:11:53 +02:00
Jakub Jirutka
47dc53b1a7 Bump babel to ^7.8.7 to fix build error on Node.js 13 2020-03-07 17:05:20 +01:00
Jakub Jirutka
56608c2704 Use ESLint cache 2020-02-07 01:08:25 +01:00
Jakub Jirutka
ed62ee01e3 Release version 0.1.0 2020-01-23 18:03:26 +01:00
Jakub Jirutka
28735b24c2 Replace rollup-plugin-node-resolve with @rollup/plugin-node-resolve 2020-01-23 17:50:56 +01:00
Jakub Jirutka
f7e794f0fe Replace rollup-plugin-commonjs with @rollup/plugin-commonjs 2020-01-23 17:50:20 +01:00
Jakub Jirutka
063847f0c7 Bump wsrun from 5.0.2 to 5.2.0 2020-01-23 17:34:28 +01:00
Jakub Jirutka
fd5d79319c Bump eslint and its plugins, fix new code-style violations 2020-01-23 17:31:46 +01:00
Jakub Jirutka
b7d33396fb Bump typescript from 3.6.4 to 3.7.5, ttypescript and ts-node 2020-01-23 17:05:14 +01:00
Jakub Jirutka
7e06fdc664 Bump babel from 7.6.3 to 7.8.3 and core-js from 3.2.1 to 3.6.4 2020-01-23 16:25:14 +01:00
Jakub Jirutka
bc4d2e1d9a Bump jest and ts-jest from 24.x to 25.x 2020-01-23 15:29:06 +01:00
Jakub Jirutka
d863e8cbaf Bump rollup and its plugins 2020-01-23 14:54:40 +01:00
Jakub Jirutka
35b26db42b Bump common-path-prefix from 2.0.0 to 3.0.0 2020-01-23 14:40:42 +01:00
Jakub Jirutka
1b6d3b2524 Bump marked from 0.7.0 to 0.8.0 2020-01-23 12:34:38 +01:00
Jakub Jirutka
049703e14c Bump highlightjs, katex and source-map-support 2020-01-23 12:07:58 +01:00
Jakub Jirutka
37ce69b9d1 Add reference stylesheet and use it instead of nbpreview's 2019-11-04 01:37:40 +01:00
Jakub Jirutka
1a8142f641 Fix running CLI directly from installed npm package 2019-11-03 23:25:46 +01:00
Jakub Jirutka
e68d189879 Release version 0.1.0-beta.8 2019-10-29 01:32:48 +01:00
Jakub Jirutka
7aadb665b6 CI: Create source tarball and deploy to GitHub Releases 2019-10-29 01:29:31 +01:00
Jakub Jirutka
e4f8f436f1 Pack CLI bundle into release tarball and zip 2019-10-29 01:29:31 +01:00
Jakub Jirutka
8d6614bccc Build standalone bundle with CLI 2019-10-29 01:29:31 +01:00
Jakub Jirutka
aab57a8f48 Inject summary of bundled packages into the browser bundle 2019-10-28 22:16:03 +01:00
Jakub Jirutka
731bd2c619 Add tool patch-package 2019-10-24 15:55:04 +02:00
Jakub Jirutka
3154d20f2b Release version 0.1.0-beta.7 2019-10-23 18:29:12 +02:00
Jakub Jirutka
4705564489 Add specialized support for browser env. and build browser bundles 2019-10-23 18:28:18 +02:00
Jakub Jirutka
36faf95829 Add version attribute to Readme 2019-10-23 18:28:17 +02:00
Jakub Jirutka
af2ed64899 Release version 0.1.0-beta.6 2019-10-19 20:57:42 +02:00
Jakub Jirutka
1ae226918c Split package to ipynb2html and ipynb2html-core 2019-10-19 20:30:22 +02:00
Jakub Jirutka
495f17fd87 Convert repository to "monorepo" 2019-10-19 20:30:21 +02:00
Jakub Jirutka
9e27f0a8ed Bump eslint-config-standard-with-typescript to ^10.0.0 2019-10-18 19:02:55 +02:00