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
Bogdan Savluk
96cf6867fd
typecheck npm script
2019-05-21 23:31:40 +02:00
Bogdan Savluk
24abeb1d28
compile/render-dom and other remaining typings
2019-05-21 22:13:51 +02:00
Richard Harris
a0b876f99f
-> v3.4.2
2019-05-20 22:13:34 -04:00
Rich Harris
298ae8ec23
-> v3.4.1
2019-05-16 11:43:08 -04:00
Rich Harris
5121a3cba8
-> v3.4.0
2019-05-15 18:27:13 -04:00
Rich Harris
8d539d8e55
Merge pull request #2733 from sanderhahn/master
...
typescript version of store
2019-05-15 18:21:25 -04:00
Rich Harris
fbb6c9fd4e
-> v3.3.0
2019-05-13 09:27:28 -04:00
Sander Hahn
b6b7c621d0
run tsd on prepare
2019-05-13 00:25:32 +02:00
Sander Hahn
3b4c6ed4eb
typescript version of store
2019-05-13 00:18:42 +02:00
Richard Harris
ec74b21c37
-> v3.2.2
2019-05-09 00:01:41 -04:00
Richard Harris
39b1fe224e
-> v3.2.1
2019-05-06 07:00:54 -04:00
Richard Harris
0ce8dc9d17
-> v3.2.0
2019-05-04 12:28:08 -04:00
Rich Harris
85b1850b77
Move some stuff into @sveltejs/site-kit
2019-05-02 11:37:18 -04:00
Richard Harris
c5f569f3c7
-> v3.1.0
2019-04-25 23:20:58 -04:00
Richard Harris
a06f92a930
-> v1.0.0
2019-04-24 23:50:08 -04:00
Richard Harris
7382a9f811
-> v3.0.0
2019-04-21 09:06:00 -04:00
Conduitry
e1abf21d60
update tagline in pkg.description
2019-04-21 07:01:18 -04:00
Rich Harris
7ad6349d31
bump beta version
2019-04-16 18:37:36 -04:00
Richard Harris
5290b1d9e2
bump beta version
2019-04-16 09:00:27 -04:00
Rich Harris
67a73cb793
bump beta version
2019-04-15 16:43:05 -04:00
Richard Harris
e3b6040b33
bump beta version
2019-04-14 15:27:36 -04:00
Richard Harris
d03eddcce2
-> v3.0.0-beta.24
2019-04-14 15:22:14 -04:00
Rich Harris
fc400cdae2
bump beta version
2019-04-09 13:16:39 -04:00
Richard Harris
a824a6dd6f
bump beta version
2019-03-29 09:51:52 -04:00
Richard Harris
e3c2f57721
update svelte-repl package
2019-03-29 08:21:59 -04:00
Rich Harris
d637211e3e
bump beta version
2019-03-26 11:58:34 -04:00
Rich Harris
e87ba27b42
bump beta version
2019-03-18 16:27:09 -04:00
Richard Harris
e5050a3621
bump beta version
2019-03-17 19:47:38 -04:00
Richard Harris
362e186e9c
bump beta version
2019-03-16 18:25:20 -04:00
Richard Harris
cdbd0c3c18
bump beta version
2019-03-16 15:33:22 -04:00
Richard Harris
bc04947046
bump beta version
2019-03-15 19:42:07 -04:00
Conduitry
fc1761538b
update Acorn
2019-03-15 15:19:08 -04:00
Richard Harris
0e4be42bc9
bump beta version
2019-03-10 19:05:55 -04:00
Richard Harris
95649da552
swap out nightmare for puppeteer
2019-03-10 16:00:37 -04:00
Richard Harris
dfd258f90d
bump beta version
2019-03-10 13:25:48 -04:00
Richard Harris
bcedaea620
bump beta version
2019-03-09 22:08:55 -05:00
Richard Harris
f2a48145a8
bump beta version
2019-03-09 17:11:52 -05:00
Rich Harris
ea88317f84
bump beta version
2019-03-07 09:21:46 -05:00
Richard Harris
27ec345f31
bump beta version
2019-03-02 14:04:39 -05:00
Richard Harris
5459b71276
bump beta version
2019-02-27 19:32:09 -05:00
Rich Harris
33fa7347bf
Merge pull request #2141 from sveltejs/remove-cli
...
Remove CLI
2019-02-27 12:41:34 -05:00
Richard Harris
8dd2fd530a
bump beta version
2019-02-22 08:07:20 -05:00
Conduitry
03dc1cab8c
remove CLI
2019-02-20 21:06:54 -05:00
Richard Harris
c494c05ebf
bump beta version
2019-02-20 09:18:10 -05:00
Richard Harris
3409840eb6
bump beta version, remove unused package
2019-02-20 08:18:17 -05:00
Richard Harris
7fdf98bb6f
bump beta version
2019-02-19 07:42:30 -05:00
Richard Harris
32ed44d6ba
bump beta version
2019-02-19 07:37:49 -05:00
Richard Harris
5af301abb8
pedantic code generation stuff
2019-02-17 16:46:52 -05:00
Rich Harris
1c97e9f6ab
bump beta version
2019-02-06 19:06:06 -05:00
Rich Harris
3a03485d0d
fix tests
2019-02-03 22:21:03 -05:00
Richard Harris
183c9ca403
switching to beta versions. dont read too much into it. just bored of lexicographic ordering
2019-02-03 22:07:34 -05:00
Richard Harris
3ab6b9ad4e
update magic-string
2019-02-03 12:43:29 -05:00
Rich Harris
36c536fd1b
bump alpha version
2019-02-01 10:41:40 -05:00
Rich Harris
66d5a39f98
change pkg.main to appease webpack
2019-02-01 10:40:53 -05:00
Rich Harris
2703f609a5
avoid spread pattern, it causes some problems with some setups somehow???
2019-01-30 12:08:09 -05:00
Richard Harris
4252721deb
bump alpha version
2019-01-29 22:32:12 -05:00
Richard Harris
84e3e667e4
bump alpha version
2019-01-29 22:28:36 -05:00
Richard Harris
596cdb64a9
bump alpha version
2019-01-29 21:59:13 -05:00
Richard Harris
ebd0b5ed0f
update rollup-plugin-sucrase
2019-01-26 20:52:56 -05:00
Richard Harris
9ff39c034b
bump alpha version
2019-01-26 19:19:19 -05:00
Rich Harris
c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
2019-01-26 18:53:47 -05:00
Richard Harris
cb0a95e87d
downgrade JSDOM
2019-01-26 13:12:59 -05:00
Richard Harris
f1ca1cc098
housekeeping
2019-01-26 12:50:35 -05:00
Richard Harris
4d262c4d96
bump alpha version
2019-01-17 22:36:21 -05:00
Richard Harris
7c59539b39
bump alpha version
2019-01-13 18:25:14 -05:00
Richard Harris
cf6b6d4dbf
upgrade Acorn - fixes #1949
2019-01-04 09:04:19 -05:00
Richard Harris
2dd6e06392
one day i will remember to do this *before* publishing
2019-01-01 19:23:43 -05:00
Richard Harris
0b7ecee09a
bump alpha version
2019-01-01 19:15:25 -05:00
Richard Harris
e15d13bf91
allow reactive store references anywhere in script - fixes #1889
2019-01-01 18:11:41 -05:00
Richard Harris
feadc6cfd0
bump alpha version
2018-12-31 11:57:52 -05:00
Rich Harris
027bfe1da6
fix typos, bump alpha version
2018-12-23 17:29:21 -05:00
Rich Harris
2be9f7d43f
update svelte and sapper
2018-12-23 17:13:48 -05:00
Rich Harris
4fbc0c0f52
bump alpha version
2018-12-23 10:53:45 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo
2018-12-22 16:09:27 -05:00
Rich Harris
0770b54519
Merge pull request #1892 from sveltejs/remove-buble
...
remove unneeded buble devdep
2018-12-22 08:29:30 -05:00
Conduitry
8d51632c5f
remove unneeded buble devdep
2018-12-22 07:17:42 -05:00
Conduitry
82c247ea3e
expose ESM and CJS versions of runtime code ( #1886 )
2018-12-22 00:42:44 -05:00
Rich Harris
8d4e514f68
bump alpha version, add store.js to package
2018-12-16 19:06:14 -05:00
Rich Harris
ea567f1492
bump alpha version
2018-12-15 20:56:50 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments ( #1839 )
...
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
09e6ae0e8e
-> v2.15.4
2018-12-07 20:31:51 -05:00
Rich Harris
5cc45c1e89
-> v2.15.3
2018-11-06 14:05:06 -05:00
Rich Harris
daa9344cbc
-> v2.15.2
2018-11-04 17:52:16 -05:00
Conduitry
1f79099d2f
-> v2.15.1
2018-10-30 13:35:49 -04:00
Rich Harris
03c7612c6b
-> v2.15.0
2018-10-28 14:27:20 -04:00
Rich Harris
bda2310bcf
merge master -> gh-1207
2018-10-27 16:42:02 -04:00
Rich Harris
c29dc42e2e
-> v2.14.3
2018-10-24 11:53:23 -04:00
Conduitry
1e28b3f758
-> v2.14.2
2018-10-22 21:45:50 -04:00
Rich Harris
1deb25e184
-> v2.14.1
2018-10-20 09:06:05 -04:00
Rich Harris
c0ba6fb4ef
-> v2.14.0
2018-10-17 11:35:21 -04:00
Rich Harris
cdddaa7c00
add agadoo to posttest so args can be passed to yarn test
2018-10-17 10:49:37 -04:00
Rich Harris
353d3b5ef3
update agadoo
2018-09-25 21:28:01 -04:00
Rich Harris
016d4b5dc5
move agadoo to npm test script
2018-09-25 21:12:43 -04:00
Rich Harris
920d58364c
use agaoo to guarantee treeshakeability ( closes #1750 )
2018-09-25 21:08:05 -04:00
Rich Harris
8cb649024f
-> v2.13.5
2018-09-19 17:33:09 -04:00
Rich Harris
01b0a47cd5
-> v2.13.4
2018-09-06 14:16:45 -04:00
Conduitry
24482cb940
-> v2.13.3
2018-09-05 21:09:29 -04:00
Rich Harris
2e4b65af5a
-> v2.13.2
2018-08-28 15:36:55 -04:00
Rich Harris
0f171a5f3e
-> v2.13.1
2018-08-25 06:29:23 -04:00
Rich Harris
c7609a2da3
-> v2.13.0
2018-08-24 21:42:29 -04:00
Rich Harris
d0d548f708
remove sourcemaps from package
2018-08-24 20:00:05 -04:00
Rich Harris
e26dcadecf
-> v2.12.1
2018-08-24 19:52:47 -04:00
Rich Harris
f38bdaaadf
-> v2.12.0
2018-08-22 23:14:38 -04:00
Rich Harris
9eec6f8c72
-> v2.11.0
2018-08-14 20:22:48 -04:00
Rich Harris
51c2cddd90
-> v2.10.1
2018-08-12 16:27:25 -04:00
Rich Harris
bd91d59bc9
-> v2.10.0
2018-08-11 18:02:50 -04:00
Rich Harris
98212a0699
-> v2.9.11
2018-08-08 08:32:19 -04:00
Rich Harris
53d43b7d10
-> v2.9.10
2018-08-04 22:00:32 -04:00
Rich Harris
b03c011a17
upgrade mocha
2018-08-03 23:30:25 -04:00
Rich Harris
3c7a4bcc4b
fix rollup config etc
2018-08-03 20:10:30 -04:00
Rich Harris
aeb01fa028
eslint
2018-08-03 20:03:15 -04:00
Rich Harris
549bedd73c
update/remove deps
2018-08-03 20:00:41 -04:00
Rich Harris
0daf8877ab
-> v2.9.9
2018-08-01 21:38:26 -04:00
Rich Harris
efd3cce5ad
-> v2.9.8
2018-08-01 17:39:10 -04:00
Rich Harris
8a89e7aec2
-> v2.9.7
2018-07-24 13:26:32 -04:00
Rich Harris
f2ac545e28
-> v2.9.6
2018-07-21 16:57:15 -04:00
Rich Harris
cc93595dac
-> v2.9.5
2018-07-17 16:43:32 -04:00
Rich Harris
63e64c6f42
-> v2.9.4
2018-07-14 22:23:51 -04:00
Conduitry
557e7b7ccb
-> v2.9.3
2018-07-09 13:09:12 -04:00
Conduitry
7774c6d92a
-> v2.9.2
2018-07-09 03:22:13 -04:00
Rich Harris
a043c4414a
-> v2.9.1
2018-07-01 15:41:49 -04:00
Rich Harris
2bb62c3436
-> v2.9.0
2018-06-29 17:53:16 -04:00
Rich Harris
bec49a0ad0
-> v2.8.1
2018-06-22 20:19:25 -04:00
Rich Harris
17000e38f6
-> v2.8.0
2018-06-20 14:23:23 -04:00
Rich Harris
9cd5dd9fbc
-> v2.7.2
2018-06-08 14:47:04 +01:00
Rich Harris
7c0986fded
-> v2.7.1
2018-06-05 16:57:26 -04:00
Rich Harris
7032ec745c
-> v2.7.0
2018-05-28 19:45:13 -04:00
Rich Harris
54799736b8
-> v2.6.6
2018-05-25 19:29:28 -04:00
Rich Harris
058f7ea43a
-> v2.6.5
2018-05-25 08:41:36 -04:00
Rich Harris
9e52cf931d
-> v2.6.4
2018-05-24 17:48:38 -04:00
Pat Cavit
e79e077b40
cross-platform test setup via shelljs
...
My attempt at solving https://github.com/sveltejs/svelte/issues/1478
2018-05-16 23:40:42 -07:00
Rich Harris
b6300eea5e
-> v2.6.3
2018-05-16 22:05:56 -04:00
Conduitry
c14d26af59
update tiny-glob to fix tests not running on Windows ( #1404 )
2018-05-16 11:08:05 -04:00
Rich Harris
017e6cb46f
-> v2.6.2
2018-05-16 10:50:03 -04:00
Rich Harris
ee052dc7bd
-> v2.6.1
2018-05-14 10:59:51 -04:00
Rich Harris
c9651348ee
-> v2.6.0
2018-05-13 18:57:16 -04:00
Rich Harris
3c1bcfab79
-> v2.5.1
2018-05-10 22:10:41 -04:00
Rich Harris
7a7fd1dd3e
-> v2.5.0
2018-05-06 16:05:12 -04:00
Rich Harris
9883fb67da
-> v2.4.4
2018-05-03 21:28:24 -04:00
Rich Harris
7ad374d8c2
-> v2.4.3
2018-05-03 10:56:28 -04:00
Rich Harris
a75d5935a3
-> v2.4.2
2018-05-02 22:00:05 -04:00
Rich Harris
6ec21f7a20
-> v2.4.1
2018-04-30 21:37:56 -04:00
Rich Harris
a191097467
-> v2.4.0
2018-04-30 19:56:22 -04:00
Rich Harris
c9494d9307
add missing pkg.bin
2018-04-30 10:42:37 -04:00
Rich Harris
7af7945d17
update gitignore and pkg.files
2018-04-29 20:27:18 -04:00
Rich Harris
b381aa63a4
integrate CLI - fixes #1360
2018-04-29 20:25:12 -04:00
Rich Harris
dbab1a886d
-> v2.3.0
2018-04-29 10:56:55 -04:00
Rich Harris
890da3b02a
-> v2.2.0
2018-04-28 20:42:02 -04:00
Rich Harris
a7c1c380d4
-> v2.1.1
2018-04-22 14:12:22 -04:00
Rich Harris
a78f37d0bf
downgrade mocha
2018-04-22 12:13:50 -04:00