Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement #5748 #5778

Merged
merged 192 commits into from
Aug 15, 2022
Merged

Implement #5748 #5778

merged 192 commits into from
Aug 15, 2022

Commits on Jul 29, 2022

  1. skeleton

    dummdidumm committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    47076c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b49486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f83032 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    c10febb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5410a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb5059 View commit details
    Browse the repository at this point in the history
  4. remove commented code

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    4387b2c View commit details
    Browse the repository at this point in the history
  5. lockfile

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    08906cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd7fdd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07ca11f View commit details
    Browse the repository at this point in the history
  8. remove unused code

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    836227b View commit details
    Browse the repository at this point in the history
  9. uncomment prompt

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    4c1334a View commit details
    Browse the repository at this point in the history
  10. add some errors

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    2243175 View commit details
    Browse the repository at this point in the history
  11. fix detection

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    f08c6cd View commit details
    Browse the repository at this point in the history
  12. consistent casing

    Rich-Harris committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    3a119b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f3a2d7c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    d9b988f View commit details
    Browse the repository at this point in the history
  2. add some comments

    Rich-Harris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c3a2987 View commit details
    Browse the repository at this point in the history
  3. update demo app

    Rich-Harris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    471dd17 View commit details
    Browse the repository at this point in the history
  4. update skeleton app

    Rich-Harris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    84177d4 View commit details
    Browse the repository at this point in the history
  5. migrate kit.svelte.dev

    Rich-Harris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6640599 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b312c View commit details
    Browse the repository at this point in the history
  7. extract imports into Svelte migration task for QOL, don't adjust impo…

    …rts in standalone index edge case
    dummdidumm committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    02ab096 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f85deee View commit details
    Browse the repository at this point in the history
  9. migrate amp app

    dummdidumm committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1246ac3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d01f30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27ee53c View commit details
    Browse the repository at this point in the history
  12. windooows

    dummdidumm committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4f88ead View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3657ebd View commit details
    Browse the repository at this point in the history
  14. more sophisticated auto migrations

    - unpack props/body
    - redirect/error in load
    - standalone endpoint
    dummdidumm committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8ccb1f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e647683 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. migrate test/apps/basics

    dummdidumm committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b066076 View commit details
    Browse the repository at this point in the history
  2. fix regex, dont show props message on error page, more sophisticated …

    …error/redirect checks, set-cookie suggestion
    dummdidumm committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6c9489d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69ea50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc32bd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    305caee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    740bcdc View commit details
    Browse the repository at this point in the history
  7. update tests

    dummdidumm committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    cbd67cb View commit details
    Browse the repository at this point in the history
  8. only show short automigration message on success, only migrate where …

    …we are confident it works, annotate non-migrated return statements, handle export { X } case
    dummdidumm committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9ad6691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88b46ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e37428 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9da6f7 View commit details
    Browse the repository at this point in the history
  12. use git mv if available

    dummdidumm committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    de773cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac90010 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. merge master

    Rich-Harris committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    eca83af View commit details
    Browse the repository at this point in the history
  2. update options tests

    Rich-Harris committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5500e3e View commit details
    Browse the repository at this point in the history
  3. update options-2 tests

    Rich-Harris committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b90be49 View commit details
    Browse the repository at this point in the history
  4. update writes tests

    Rich-Harris committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d406f13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    624b77f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62300fa View commit details
    Browse the repository at this point in the history
  7. migrate more tests

    Rich-Harris committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9b09310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a3195c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. it begins (#5782)

    * it begins
    
    * update some more test fixtures
    
    * update more tests
    
    * more
    
    * more
    
    * more
    
    * more
    
    * last one
    
    * need to add dot: true to catch routes inside .well-known
    
    * fixes, update tests
    
    * fix more tests
    
    * fix various things
    
    * all create_manifest_data unit tests passing
    
    * update write_manifest
    
    * fix
    
    * remove config.kit.routes
    
    * update RequestHandler type
    
    * simplify endpoint code
    
    * simplify some more stuff
    
    * move respond code into render_page, where it belongs
    
    * purge all references to stuff
    
    * simplify
    
    * vite build completes, albeit with a broken build
    
    * vite dev now starts
    
    * now rendering a blank page
    
    * rendering an error page
    
    * it renders html!
    
    * tidy up
    
    * get error page rendering correctly
    
    * add placeholder setHeaders function
    
    * replace CSRComponent with CSRPageNode
    
    * fix build
    
    * amp tests passing! now for the client
    
    * fix create_manifest_data unit tests
    
    * add error/redirect helpers
    
    * rename @sveltejs/kit/data -> @sveltejs/kit
    
    * add error/redirect to @sveltejs/kit types
    
    * fixes
    
    * fix a slew of typescript errors
    
    * data loading belongs in load_node
    
    * holy shit the tests are starting to pass
    
    * update some tests
    
    * start working on write_types
    
    * science experiment
    
    * typo
    
    * i think it basically works
    
    * expose ServerData as Data when no load is specified
    
    * replace magic number
    
    * handle missing GET separately from failure
    
    * oops i think i did a bad git
    
    * remove typings tests, these are no longer useful
    
    * tidy
    
    * use server data if no load is provided
    
    * temporarily disable non-SSR tests
    
    * apply headers
    
    * update test
    
    * allow load to return void
    
    * remove some tests that no longer make sense
    
    * remove some more unused tests
    
    * this is fun. delete delete delete
    
    * fix test
    
    * handle accept:json requests
    
    * fix test
    
    * small tidy up
    
    * tidy
    
    * simplify
    
    * simplify, improve efficiency
    
    * simplify
    
    * rename to disambiguate with client
    
    * tweaks
    
    * tidy up
    
    * load data in parallel
    
    * throw error pointing to migration if router folder exists but no routes are found
    
    * load nodes on client in parallel
    
    * handle redirect
    
    * fix parent usage bug, avoid waterfall when awaiting parents, remove try-catch which would make subsequent catch never getting called
    
    * error handling
    
    * construct redirect URL properly
    
    * fix redirects
    
    * handle POST requests etc
    
    * oof this took an embarrassingly long time to find
    
    * add types
    
    * update/remove some tests as appropriate
    
    * implement $page.data on the server
    
    * fix test
    
    * handle invalid redirect statuses
    
    * update test, fix off-by-one error
    
    * fix a bunch more tests
    
    * tweak tests
    
    * include dynamically imported styles from +page.js in dev
    
    * same but for build
    
    * track cookies
    
    * apply tracked cookies
    
    * down to three failing SSR tests
    
    * render errors
    
    * all SSR tests in test/apps/basics passing
    
    * fix write tests
    
    * all SSR tests passing
    
    * remove a couple of unused deps
    
    * tidy up
    
    * dont use instanceof checks
    
    * fix off-by-one error in client
    
    * client-side fetching, start of redirect/error handling
    
    * re-add missing dist file
    
    * for now, duplicate route.path logic where needed. in future, rethink manifest for this purpose
    
    * fix parent data retrieval, add $page.data to client
    
    * fix most prerendering tests
    
    * add cache http-equiv
    
    * test
    
    * get prerender tests passing
    
    Co-authored-by: Simon Holthausen <[email protected]>
    Rich-Harris and dummdidumm authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    31b686c View commit details
    Browse the repository at this point in the history
  2. merge master

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    82d858a View commit details
    Browse the repository at this point in the history
  3. Docs for the new API (#5810)

    * Update routing
    - add overview of special files at the beginning (TODO: make this its own page?)
    - update special file names
    - shuffle endpoints and standalone endpoints to make it more clear what separates them (TODO: move each into its own page?)
    
    * update layouts/error
    
    * remove obsolete option
    
    * updates to file names in various places
    
    * update loading docs
    
    * update sapper migration
    
    * missed some
    
    * clarify depends API
    
    * Update documentation/docs/03-routing.md
    
    Co-authored-by: Rich Harris <[email protected]>
    dummdidumm and Rich-Harris authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d278c22 View commit details
    Browse the repository at this point in the history
  4. enable all tests

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e345d3f View commit details
    Browse the repository at this point in the history
  5. Unbundling (#5853)

    * tweak bundling strategy
    
    * unbundle
    
    * remove some unused deps
    
    * simplify
    
    * simplify further
    
    * fix export map
    
    * fix adapter-static tests
    Rich-Harris authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f9b2f75 View commit details
    Browse the repository at this point in the history
  6. format

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    26649f3 View commit details
    Browse the repository at this point in the history
  7. replace some TODOs

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    fdcf7d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2acd9d View commit details
    Browse the repository at this point in the history
  9. fix some type stuff

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    fde7fd0 View commit details
    Browse the repository at this point in the history
  10. fix some type stuff

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0cc87d3 View commit details
    Browse the repository at this point in the history
  11. more type fixes

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b57a83e View commit details
    Browse the repository at this point in the history
  12. reuse load_data

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3db17b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d32846 View commit details
    Browse the repository at this point in the history
  14. fix some stuff

    Rich-Harris committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    745ce43 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. remove unused import

    Rich-Harris committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d62d041 View commit details
    Browse the repository at this point in the history
  2. fix prefetchRoutes

    Rich-Harris committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4142daa View commit details
    Browse the repository at this point in the history
  3. fix a handful more tests

    Rich-Harris committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    85d9998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641107a View commit details
    Browse the repository at this point in the history
  5. fix write_client_manifest

    dummdidumm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f8bb1c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    868d2f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b23201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2790a6 View commit details
    Browse the repository at this point in the history
  9. reenable tests

    dummdidumm committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    437f163 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    129c460 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c052b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    263fd53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6625a82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5c6dad View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    03b8205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edfb32 View commit details
    Browse the repository at this point in the history
  3. fix test

    dummdidumm committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e709d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f781756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d8e64e View commit details
    Browse the repository at this point in the history
  6. add migration link

    dummdidumm committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9f535b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d969dbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    331a7ca View commit details
    Browse the repository at this point in the history
  9. update pnpm lock

    dummdidumm committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    89ed6f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aeb21a4 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    502456c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c290bb View commit details
    Browse the repository at this point in the history
  13. prettier

    Rich-Harris committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    aeb2fcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4617a53 View commit details
    Browse the repository at this point in the history
  15. shrug

    Rich-Harris committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6ee351a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    31195f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253efcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b7f90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0321525 View commit details
    Browse the repository at this point in the history
  5. update tests

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f632c35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9ef19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c185017 View commit details
    Browse the repository at this point in the history
  8. write Errors type

    dummdidumm committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f79fb3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11774a9 View commit details
    Browse the repository at this point in the history
  10. fix test

    dummdidumm committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d0ea483 View commit details
    Browse the repository at this point in the history
  11. fix test

    dummdidumm committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ef6dd1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8fc3d4 View commit details
    Browse the repository at this point in the history
  13. mhm

    dummdidumm committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a89eee3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    102b093 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9348d92 View commit details
    Browse the repository at this point in the history
  16. getting desperate

    dummdidumm committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5af956c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2de6338 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f8d206 View commit details
    Browse the repository at this point in the history
  19. Data -> PageData

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2702a79 View commit details
    Browse the repository at this point in the history
  20. merge

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    42e2ceb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    401a3ca View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f07f039 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    64f50f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1f91c43 View commit details
    Browse the repository at this point in the history
  25. some docs progress

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f7e5e43 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7c5181f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    df6aa26 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cb88d56 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    17db555 View commit details
    Browse the repository at this point in the history
  30. updates

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e51ce3b View commit details
    Browse the repository at this point in the history
  31. ooh it works

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6226c92 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1a95ee4 View commit details
    Browse the repository at this point in the history
  33. sprinkle some types

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b3c9875 View commit details
    Browse the repository at this point in the history
  34. add checkJs

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    590cdbd View commit details
    Browse the repository at this point in the history
  35. get some pages building

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5ba0761 View commit details
    Browse the repository at this point in the history
  36. .ts -> .js

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    16b09a4 View commit details
    Browse the repository at this point in the history
  37. simplify write_types

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b42a1a1 View commit details
    Browse the repository at this point in the history
  38. more docs types stuff

    Rich-Harris committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c1fb616 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    350aab8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5479864 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b9f8be6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1ad7a75 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. update types on file edit

    dummdidumm committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f4e3e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daca0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fa27e View commit details
    Browse the repository at this point in the history
  4. add parent data type inference. introduce a breaking change to the Lo…

    …ad typing (another generic which is placed before an existing one)
    dummdidumm committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    330960e View commit details
    Browse the repository at this point in the history
  5. rename/tidy up some stuff

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3881094 View commit details
    Browse the repository at this point in the history
  6. fix

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f4b4fca View commit details
    Browse the repository at this point in the history
  7. fix some stuff

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a110a52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef03838 View commit details
    Browse the repository at this point in the history
  9. fix some stuff

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7d3921c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf87bb7 View commit details
    Browse the repository at this point in the history
  11. remove obsolete todo

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    be5f47f View commit details
    Browse the repository at this point in the history
  12. update test

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1d42f05 View commit details
    Browse the repository at this point in the history
  13. lint

    Rich-Harris committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    18fe83e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5842b76 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. add json helper

    Rich-Harris committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    b78a879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719929a View commit details
    Browse the repository at this point in the history
  3. fixes

    Rich-Harris committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    831b8f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc92d20 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. get docs building again

    Rich-Harris committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    76e101d View commit details
    Browse the repository at this point in the history
  2. update example

    Rich-Harris committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    ec30024 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. tidy up

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    79b9565 View commit details
    Browse the repository at this point in the history
  2. update load docs

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    da7659c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c93626 View commit details
    Browse the repository at this point in the history
  4. typo

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    41f8f8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49fbb0f View commit details
    Browse the repository at this point in the history
  6. implement invalidate()

    dummdidumm committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    23f31be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3931be6 View commit details
    Browse the repository at this point in the history
  8. Update documentation/docs/05-load.md

    Co-authored-by: Simon H <[email protected]>
    Rich-Harris and dummdidumm authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8ad3f89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e47589 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce4cbc8 View commit details
    Browse the repository at this point in the history
  11. add a note about shared state. not 100% sure this is the best place f…

    …or it but will do for now
    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c1e2086 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07f008b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fd96dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    190cbc2 View commit details
    Browse the repository at this point in the history
  15. tweaks

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4ae261f View commit details
    Browse the repository at this point in the history
  16. tweaks

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d59cd43 View commit details
    Browse the repository at this point in the history
  17. more tweaks

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b64288d View commit details
    Browse the repository at this point in the history
  18. cheat

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    86f8e2b View commit details
    Browse the repository at this point in the history
  19. GET->load

    dummdidumm committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1a75afa View commit details
    Browse the repository at this point in the history
  20. more tweaks

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d31da9f View commit details
    Browse the repository at this point in the history
  21. fix create-svelte

    dummdidumm committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    071bddd View commit details
    Browse the repository at this point in the history
  22. more tweaks

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e8795b6 View commit details
    Browse the repository at this point in the history
  23. merge

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b8cdcb5 View commit details
    Browse the repository at this point in the history
  24. Update documentation/docs/05-load.md

    Co-authored-by: Simon H <[email protected]>
    Rich-Harris and dummdidumm authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    22b8804 View commit details
    Browse the repository at this point in the history
  25. fixes

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    343b72c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6ee6b76 View commit details
    Browse the repository at this point in the history
  27. actions

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    40d1579 View commit details
    Browse the repository at this point in the history
  28. rewrite type names

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f262495 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c9d8254 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e2dbce1 View commit details
    Browse the repository at this point in the history
  31. updates

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    47e4b7c View commit details
    Browse the repository at this point in the history
  32. fix search

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6d4c24d View commit details
    Browse the repository at this point in the history
  33. mention export let errors

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4435a75 View commit details
    Browse the repository at this point in the history
  34. changesets

    Rich-Harris committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    51900fc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    99690ae View commit details
    Browse the repository at this point in the history