Conduitry
a9065d4120
-> v3.16.5
2019-12-17 20:14:13 -05:00
Conduitry
2467c4bf64
-> v3.16.4
2019-12-11 11:54:06 -05:00
Rich Harris
0a6310f7a3
-> v3.16.3
2019-12-10 11:51:54 -05:00
Rich Harris
ba3ab67233
-> v3.16.2
2019-12-10 10:49:43 -05:00
Rich Harris
b43762d3a8
ci failures. clutching at straws
2019-12-09 17:49:14 -05:00
Conduitry
8a6abc9215
-> v3.16.1
2019-12-09 10:01:47 -05:00
Richard Harris
13ef75be22
-> v3.16.0
2019-11-29 21:36:57 -05:00
Richard Harris
1a34a5e552
update estree-walker - closes #3977 , closes #3979
2019-11-23 18:04:49 -05:00
Rich Harris
cd21acfb3c
Bitmask-based change tracking ( #3945 )
...
* start updating tests
* start implementing bitmask-based change tracking (#1943 )
* oops
* fix some await block stuff
* slots
* reactive declarations
* component bindings etc
* start fixing slots
* fix store value invalidations
* slot stuff
* fixes
* fix
* fixes
* fix some slot stuff
* fix some invalidations
* fix if blocks
* fix a test
* destructuring in lets
* fix shadowing
* fix if block case
* all runtime tests passinfg
* almost all tests passing
* update tests
* never hoist writable vars in dev mode, fix debug statements
* beef up shadowing test
* always use renderer.reference
* fix sourcemaps
* ugh so close
* all tests passing. phase one complete, i guess
* add test for component with more than 31 dynamic values
* stable sort
* stable sort that preserves order
* linting
* failing test for bitmask overflow
* ok i think this is it
* lint
* rename changed to dirty, for more internal consistency
* update tests
* use bitwise comparison
* add comments... sort of
* update tests
* moar comments
* I don't know what happened to these tests
2019-11-23 17:51:54 -05:00
Rich Harris
a8ff02a25f
-> v3.15.0
2019-11-18 10:39:28 -05:00
Richard Harris
df5d0de29a
update deps
2019-11-17 08:18:15 -05:00
Richard Harris
09dbc4e4e9
update code-red
2019-11-16 11:34:24 -05:00
Conduitry
cd092991c5
bump code-red
...
Fixes #3929 .
2019-11-15 12:44:37 -05:00
Conduitry
7e2e23e7ae
-> v3.14.1
2019-11-12 21:52:50 -05:00
Conduitry
6774e336ba
Deconflict dev mode block function names again ( #3907 )
...
Fixes #3900
2019-11-12 21:42:42 -05:00
Rich Harris
c29e2085a1
-> v3.14.0
2019-11-11 18:28:54 -05:00
Rich Harris
b2fb1453f5
update deps, prevent naming conflict seen in #3891
2019-11-11 17:50:22 -05:00
Richard Harris
4c53eb6bda
-> v3.13.0
2019-11-10 15:08:05 -05:00
Richard Harris
98519802e8
update code-red, enable all tests
2019-11-09 13:06:04 -05:00
Rich Harris
b44ee82464
Merge branch 'master' of github.com:sveltejs/svelte into tanhauhau/use-periscopic
2019-11-06 13:47:42 -05:00
Rich Harris
77b53b415a
Update package.json
2019-11-06 13:08:22 -05:00
Richard Harris
cc81f103e9
update periscopic
2019-11-06 09:01:25 -05:00
Matt Pilott
f7c557f5ce
Switched to @rollup/plugin-replace
2019-11-02 22:22:53 +00:00
Richard Harris
cdfddba265
upgrade periscopic
2019-10-30 21:31:12 +08:00
Tan Li Hau
055fd52301
use periscopic
2019-10-30 21:31:12 +08:00
Rich Harris
b59c942e5a
Revert "remove empty value declaration from style tree"
2019-10-28 10:27:08 -04:00
Tan Li Hau
1a476d4580
remove empty value declaration from style tree
2019-10-28 10:08:20 +08:00
Conduitry
4c239974c3
alpha.2
2019-10-25 13:04:18 -04:00
Conduitry
ebf7a9024a
alpha.1
2019-10-21 11:21:54 -04:00
Conduitry
d976203da8
update code-red etc ( #3752 )
2019-10-21 11:19:42 -04:00
Rich Harris
aa8503ac51
alpha.0
2019-10-16 17:56:30 -04:00
Rich Harris
b9f14846b0
Structured code generation ( #3539 )
2019-10-16 10:57:23 -04:00
Conduitry
3c6bb880d7
use more recent version of Rollup for treeshakability test ( #3574 )
2019-09-16 19:13:43 -04:00
Conduitry
a2cd1fec7f
-> v3.12.1
2019-09-10 11:58:47 -04:00
Richard Harris
6892c4a048
-> v3.12.0
2019-09-08 23:20:00 -04:00
Richard Harris
e686216284
-> v3.11.0
2019-09-08 19:19:49 -04:00
Richard Harris
6300ccb7a2
-> v3.10.1
2019-09-08 16:42:47 -04:00
Richard Harris
41f5961ef9
-> v3.10.0
2019-09-07 15:56:27 -04:00
Conduitry
532d812e0e
downgrade typescript and lint
2019-09-03 21:46:41 -04:00
Richard Harris
ec5eb96a86
-> v3.9.2
2019-09-03 21:31:58 -04:00
Conduitry
71be8a6683
update dependencies
2019-09-03 21:12:30 -04:00
Richard Harris
24136291e6
-> v3.9.1
2019-08-22 09:00:39 -04:00
Richard Harris
d42a8627cd
-> v3.9.0
2019-08-20 08:56:09 -04:00
Richard Harris
b73941c8cf
fix deps, tidy up query
2019-08-19 08:00:47 -04:00
Richard Harris
37b8848dac
colocate all auth/db code, use LRU cache to avoid unnecessary db hits
2019-08-18 13:20:59 -04:00
Richard Harris
fb5179b0f3
use cookies instead of JWT
2019-08-17 11:32:35 -04:00
Richard Harris
3bbfccc4cc
-> v3.8.1
2019-08-14 21:16:54 -04:00
Richard Harris
c5439b0789
-> v3.8.0
2019-08-12 07:12:59 -04:00
Richard Harris
c1a3679806
remove ts-node - no typescript inside test/
2019-08-11 10:22:29 -04:00
Richard Harris
2ef004e324
-> v3.7.1
2019-08-06 08:59:54 -04:00
Richard Harris
9addc5f077
-> v3.7.0
2019-08-04 20:46:26 -04:00
Richard Harris
2a8f1cc56d
-> v3.6.11
2019-08-03 13:48:42 -04:00
Richard Harris
fb37b06286
update deps to stop npm/github whining about lodash vuln
2019-08-03 13:07:30 -04:00
Rich Harris
981f30d3e9
-> v3.6.10
2019-07-30 14:52:23 -04:00
Richard Harris
17beaa0a5d
-> v3.6.9
2019-07-26 09:11:20 -04:00
Richard Harris
2761da640a
-> v3.6.8
2019-07-23 09:54:41 -04:00
Conduitry
2664260527
use Node 8 types
2019-07-13 06:35:57 -04:00
Richard Harris
a57dfb6b2b
-> v3.6.7
2019-07-10 08:35:01 -04:00
Rich Harris
f2d25828d5
-> v3.6.6
2019-07-09 11:09:47 -04:00
Richard Harris
7e01c3c4f8
update deps
2019-07-07 10:30:30 -04:00
Richard Harris
6408beea5c
update is-reference
2019-07-07 10:18:05 -04:00
Conduitry
025eed1a29
fix ESLint and eslint-plugin-svelte3 stuff
2019-07-06 18:28:58 -04:00
Richard Harris
83be1f38d0
-> v3.6.5
2019-07-06 14:51:27 -04:00
Rich Harris
49d663d694
-> v3.6.4
2019-07-03 11:28:26 -04:00
Conduitry
30497669bb
update ESLint and plugins
2019-07-02 18:41:29 -04:00
Richard Harris
af0bfe4a16
-> v3.6.3
2019-07-01 21:23:16 -04:00
Richard Harris
8ed5f1e73c
-> v3.6.2
2019-06-29 15:01:29 -04:00
Conduitry
b764265988
-> v3.6.1
2019-06-25 14:47:18 -04:00
Rich Harris
0c4a844995
-> v3.6.0
2019-06-25 13:06:39 -04:00
Rich Harris
bb6cd30ff2
only lint when publishing. too slow to run on every test
2019-06-24 18:10:10 -04:00
43081j
39623dbdef
add lint to build script
2019-06-24 21:17:23 +01:00
Conduitry
886fb66b41
-> v3.5.4
2019-06-23 08:48:04 -04:00
Richard Harris
7de5d6c07a
-> v3.5.3
2019-06-19 19:44:03 -04:00
Richard Harris
1f1ce3ebd7
-> v3.5.2
2019-06-18 23:18:32 -04:00
Richard Harris
1ad555cc32
Merge branch 'master' into IlyaSemenov-gh-2843
2019-06-16 14:21:25 -04:00
Richard Harris
d36478657c
move get_name to get_name_from_filename and add unit tests
2019-06-16 13:59:24 -04:00
mrkishi
e90feb11f9
pin @types/node
to v8
2019-06-16 10:53:10 -04:00
mrkishi
457cdf6acf
create package.json
stubs on build
2019-06-16 10:53:10 -04:00
mrkishi
b0604b52a3
split typescript projects
2019-06-16 10:53:10 -04:00
mrkishi
453b9ac2da
fix package.json
types field
2019-06-16 10:53:10 -04:00
Conduitry
7e7d495d49
remove unneeded svelte-repl dep
2019-06-10 07:29:47 -04:00
Richard Harris
8c42cf6257
-> v3.5.1
2019-06-09 19:51:57 -04:00
Richard Harris
820cce8523
-> v3.5.0
2019-06-09 18:01:10 -04:00
Richard Harris
a43bcfdccd
move tsd to npm run build
2019-06-09 17:34:57 -04:00
James Garbutt
caebe0deb8
Introduce ESLint to svelte sources ( #2958 )
...
* introduce eslint
* add lint npm script
* first eslint run
* use tsc stronger checks for unused vars
* fix strict typescript unused checks
* reintroduce unicode oddities
* revert ordering changes
* revert whitespace changes
* set indent lint rule as error and ignore outliers
* revert some more unicode
* reintroduce scissors unicode again
2019-06-09 11:31:28 -04:00
Josh Duff
6c77259706
Fix the bad fix
...
Co-Authored-By: Watanabe Shinnosuke <snnskwtnb@gmail.com>
2019-06-07 16:45:40 -05:00
Josh Duff
946d63895c
Fix engine range
2019-06-07 16:35:29 -05:00
Josh Duff
02dd05d277
Explicitly support node 8+
2019-06-07 10:23:31 -04:00
Richard Harris
7e3b91e3ee
Merge branch 'master' into folder-structure
2019-05-28 23:50:22 +02:00
Bogdan Savluk
ac80b9fed8
add compiler typings to list of published files
2019-05-28 02:05:31 +02:00
Richard Harris
5161dfb950
update folder structure - #2790
2019-05-27 21:36:02 +02:00
Conduitry
673a3c92e4
bump estree-walker to fix some svelte.walk bugs
2019-05-27 14:31:06 -04:00
Richard Harris
78cf400ba8
-> v3.4.4
2019-05-27 12:58:59 +02:00
Richard Harris
7cecb99b48
move dist to types
2019-05-27 12:50:00 +02:00
Richard Harris
767e357565
Merge branch 'master' of github.com:sveltejs/svelte
2019-05-27 11:51:43 +02:00
Richard Harris
c8fbde410b
remove eslint, now that everything is typescript
2019-05-27 11:51:32 +02:00
Viet Truong
04dce68168
publish dist in order to get types
2019-05-26 16:58:46 -07:00
Richard Harris
04af24916a
-> v3.4.3
2019-05-26 14:59:38 +02:00
Bogdan Savluk
d5d5caba60
type declarations for bundled files
2019-05-22 07:31:39 +02:00
Bogdan Savluk
c29c389a72
convert everything to TypeScript
2019-05-22 06:30:00 +02:00