Alexey Pyltsyn
68a5cd5df1
fix(v2): make proper path to pages in TS ( #2334 )
2020-02-27 09:59:02 +08:00
Yangshun Tay
32c1a92b17
chore: yearless copyright headers for source code ( #2320 )
...
* chore: yearless copyright headers for source code
* update snapshots
2020-02-25 23:12:28 +08:00
Yangshun Tay
3056479ed2
v2.0.0-alpha.43
2020-02-18 18:54:39 +08:00
Yangshun Tay
8a96e0bff6
v2.0.0-alpha.42
2020-02-18 18:51:41 +08:00
Yangshun Tay
3ba753922e
Revert "v2.0.0-alpha.42"
...
This reverts commit d48200be7d
.
2020-02-18 18:47:36 +08:00
Alexey Pyltsyn
d48200be7d
v2.0.0-alpha.42
2020-02-18 13:29:02 +03:00
Yangshun Tay
d39c301db8
v2.0.0-alpha.41
2020-02-16 23:03:18 +08:00
Jonathan Delgado
5cb3309790
feat(v2): allow for TypeScript pages and components ( #2221 )
2020-01-20 10:55:50 +08:00
Yangshun Tay
a38125a718
chore: drop support for node <10.9 ( #2207 )
...
* drop node <10.9 on 2020
* misc: add nvmrc
Co-authored-by: Endi <endiliey@gmail.com>
2020-01-12 13:24:11 +08:00
endiliey
dad50823b6
v2.0.0-alpha.40
2019-12-25 16:41:52 +07:00
endiliey
cfc313d7c7
v2.0.0-alpha.39
2019-12-07 13:18:13 +07:00
endiliey
3bb251904b
v2.0.0-alpha.38
2019-12-06 14:15:48 +07:00
Endi
7f8aca2ddc
perf(v2): smaller bundlesize by embedding metadata to content ( #2088 )
...
* wip embed metadata to content
* embed metadata in blog as well
* refactor
* update test
* yarn lock
* avoid overwriting file everytime we run new nodejs process
* nits
2019-12-06 12:34:21 +07:00
endiliey
464d8e529a
v2.0.0-alpha.37
2019-12-01 20:29:59 +07:00
Endi
421f862701
breaking(v2): required nodejs version >=8.9 -> >=8.10 so we can use es2017 ( #2045 )
2019-11-24 21:40:57 -08:00
endiliey
c413cff212
v2.0.0-alpha.36
2019-11-22 12:41:22 +07:00
endiliey
6204d9a9ec
v2.0.0-alpha.35
2019-11-17 16:51:57 +07:00
endiliey
f1180d0eb6
v2.0.0-alpha.34
2019-11-11 21:35:03 +07:00
endiliey
e6b077410c
v2.0.0-alpha.33
2019-11-08 13:27:03 +07:00
endiliey
cd9e2f2346
v2.0.0-alpha.32
2019-11-04 12:45:05 +07:00
endiliey
d4342dcbf3
v2.0.0-alpha.31
2019-10-26 14:12:15 +07:00
endiliey
b65c1b2242
v2.0.0-alpha.30
2019-10-22 12:23:55 +07:00
endiliey
b56adb7ca1
v2.0.0-alpha.29
2019-10-21 19:28:36 +07:00
endiliey
87866c1d1d
v2.0.0-alpha.28
2019-10-21 12:28:12 +07:00
endiliey
0cf5a5bf49
v2.0.0-alpha.27
2019-10-14 18:10:32 +07:00
endiliey
d1e426afd8
v2.0.0-alpha.26
2019-10-12 11:53:42 +07:00
Yangshun Tay
c4cc7f881b
refactor(v2): add typing for pages plugin ( #1813 )
...
* refactor(v2): add typing for pages plugin
* misc: new lines
2019-10-07 22:35:58 -07:00
endiliey
8d4def5c08
v2.0.0-alpha.25
2019-10-01 20:29:26 +07:00
endiliey
41126fed12
v2.0.0-alpha.24
2019-07-24 15:55:28 +07:00
Endi
8b60e93bcb
refactor(v2): remove unused metadata for pages ( #1694 )
...
* refactor(v2): remove unused metadata for pages
* changelog
2019-07-23 23:23:21 +07:00
Yangshun Tay
a684806a0f
fix(v2): do not reveal environment file path ( #1692 )
...
* fix(v2): do not reveal environment file path
* changelog
* fix broken markdown linking
2019-07-23 13:12:21 +07:00
Endi
6287739bec
feat(v2): shorter chunk naming for pages ( #1688 )
...
* refactor(v2): dont show absolute path for pages chunk/source naming
* test n changelog
2019-07-22 15:53:29 -07:00
endiliey
f37269aaad
v2.0.0-alpha.23
2019-07-21 11:18:03 +07:00
endiliey
ae620cd530
v2.0.0-alpha.22
2019-07-20 18:31:41 +07:00
Endi
96d6369985
chore(v1.v2): upgrade a lot of packages deps ( #1668 )
...
* chore(v2): upgrade a lot of v2 packages deps
* chore(v1): upgrade a lot of v1 packages deps
2019-07-17 22:59:13 +07:00
endiliey
dc15a51745
v2.0.0-alpha.21
2019-07-14 18:54:53 +07:00
endiliey
307f384684
v2.0.0-alpha.20
2019-07-14 17:36:40 +07:00
Yangshun Tay
ffbc7a37f8
refactor(v2): move source files to be under website/src directory ( #1609 )
...
* refactor(v2): move source files to be under website/src directory
* misc: rename src constant
2019-06-15 09:59:23 -07:00
endiliey
1fecdb7d02
v2.0.0-alpha.19
2019-06-07 00:52:48 +08:00
Yangshun Tay
6a814ac64a
refactor(v2): change plugin api ( #1547 )
...
* misc(v2): new plugin format example
* refactor(v2): make all plugins a function returning objects
* misc: add CHANGELOG
* misc(v2): update CHANGELOG
* misc(v2): fix tests
* misc(v2): convert swizzle command
* misc(v2): convert sitemap back to commonjs
2019-06-02 20:37:22 -07:00
Hongarc
2a08e9c57d
refactor(v2): return value instead of Promise in async ( #1545 )
2019-06-02 10:40:45 -07:00
Hongarc
594ede3bdc
chore: remove @types/chalk
and @types/globby
( #1540 )
...
* chore: remove `@types/chalk` and `@types/globby`
* chore: update `chalk` and `globby`
2019-06-02 19:04:48 +07:00
endiliey
b267d8136d
v2.0.0-alpha.18
2019-05-30 09:59:50 +08:00
endiliey
7da4e3ea2f
v2.0.0-alpha.17
2019-05-29 20:48:19 +08:00
endiliey
e873c14918
v2.0.0-alpha.16
2019-05-16 16:01:52 +08:00
Endi
e31bf50545
chore(v2): update dependencies ( #1462 )
...
* chore(v2): update dependencies
* nits
2019-05-16 14:33:32 +07:00
endiliey
86a1c3a1b1
v2.0.0-alpha.15
2019-05-15 21:56:12 +08:00
Endi
4a30bf8947
fix(v2): fix wrong dependency problem ( #1460 )
2019-05-15 20:54:41 +07:00
endiliey
8055d59131
v2.0.0-alpha.14
2019-05-15 19:37:46 +08:00
Endi
55d7920825
fix(v2): handle non existent blog, docs, pages ( #1459 )
...
* fix(v2): handle non existent blog, docs, pages
* nits
2019-05-15 13:55:07 +07:00