Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-24 | Add FileSystemRouter + React example (#1894) | 7 | -0/+99 | ||
2023-01-19 | Create new example http-file-extended.ts (#1827) | 1 | -0/+76 | ||
New code sample with http Range and ETag support Some code is taken from here https://github.com/gornostay25/svelte-adapter-bun/blob/master/src/sirv.js | |||||
2022-12-28 | Implement `Bun.RIPEMD160` | 1 | -2/+13 | ||
`RIPEMD160` is used by node:crypto. | |||||
2022-12-09 | fix path string (#1597) | 1 | -1/+1 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 14 | -47/+51 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -0/+49 | ||
* TCP Socket API * Wip * Add snippet for StringDecoder * Rename `close` to `stop`, replace `close` with `end` * Add a tcp echo server test * Some docs * Update README.md * Fix build * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-10-21 | Fix "/" in example | 1 | -3/+10 | ||
2022-10-19 | Add websocket hot example | 1 | -0/+89 | ||
2022-10-16 | Reflecting new home for bun templates (#1317) | 72 | -1630/+0 | ||
* Reflecting new home for bun templates https://github.com/bun-community/create-templates/ * templates now in root | |||||
2022-10-13 | Create http-request-body.ts | 1 | -0/+16 | ||
2022-10-11 | Fixup example | 1 | -15/+45 | ||
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -1/+1 | ||
2022-09-25 | :sleepy: | 1 | -0/+23 | ||
2022-09-03 | update example react-is to v18(#1155) (#1172) | 1 | -2/+2 | ||
2022-08-08 | Update example Next app to 12.2 (#1033) | 1 | -2/+2 | ||
* Update bun-framework-next for version 12.2 * Match on minor version for next peer dependency per compatibility issues * Update example next app packages per 12.2 integration * Update next version warning per minor version compatibility changes Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-31 | Fix/react accessibility (#932) | 2 | -5/+9 | ||
2022-07-24 | chore(examples/kingworld): Change bun-types to latest (#766) | 1 | -1/+1 | ||
* Bumped hono version number * Changed bun-types version * Bumped bun-types | |||||
2022-07-24 | chores(examples/hono): Refine Hono example (#773) | 4 | -4/+11 | ||
* fixed path * add favicon * Correct version: `^2.0.0` * remove wiptest command | |||||
2022-07-22 | Fix mistake in Next.js Example README. | 1 | -1/+1 | ||
2022-07-21 | docs(templates): Update README.md (#783) | 1 | -0/+8 | ||
Improvement reactjs example readme file, Added learning resources | |||||
2022-07-18 | added mystery-box example macro (#787) | 1 | -0/+13 | ||
2022-07-18 | bump examples | 6 | -15/+15 | ||
2022-07-17 | Bumped hono version number (#746) | 1 | -3/+3 | ||
* Bumped hono version number * Changed bun-types version | |||||
2022-07-15 | docs: Added readme file for `blank template` (#727) | 1 | -0/+13 | ||
* Added readme file for blank template * Removed `Special note` section | |||||
2022-07-15 | fix(examples/bun-bakery): Create gitignore (#697) | 1 | -0/+42 | ||
2022-07-15 | template(kingworld): Add kingworld template (#708) | 7 | -0/+189 | ||
* feat(examples): add kingworld * fix(examples/kingworld): add .gitignore * fix(template/kingworld): rename .gitignore to gitignore * fix(template/kingworld): update to request change * fix(template/kingworld): update 'getting start' to 'Getting Started' | |||||
2022-07-15 | chores(template/react): Update to React 18 (#627) | 4 | -15/+31 | ||
* Updated react example template * build:(landing) automated website build * removed bun.lockb and most of changes from react example index.html Co-authored-by: rubinj30 <rubinj30@users.noreply.github.com> | |||||
2022-07-14 | fix(templates/blank): Update bun types (#704) | 1 | -1/+1 | ||
2022-07-14 | fix(templates): Fix hono example template (#633) | 2 | -3/+3 | ||
* Fix hono example template * Update package.json | |||||
2022-07-13 | docs: Add bun-bakery template (#649) | 6 | -0/+69 | ||
2022-07-12 | fix(examples/hono): Update package name (#620) | 1 | -1/+1 | ||
2022-07-12 | fix blank template (#523) | 1 | -2/+2 | ||
2022-07-12 | docs: Hono example with typescript (#577) | 4 | -0/+57 | ||
* hono example with typescript * changing of name in package json * adding dom to lib * removal of git ignore * removed DOM * Update examples/hono/src/index.ts Co-authored-by: Hyro <generalkubo@gmail.com> * changed port * added read me * Update index.ts * Update package.json * Update readme.md Co-authored-by: Hyro <generalkubo@gmail.com> Co-authored-by: Jesse Lucas <jlucas@corpcloud.com.au> Co-authored-by: Finn R. Gärtner <65015656+FinnRG@users.noreply.github.com> | |||||
2022-07-11 | Cleanup discord-interactions readme (#451) | 1 | -1/+1 | ||
2022-07-11 | Updated typo in example (#573) | 1 | -2/+2 | ||
Changed deocder to decoder | |||||
2022-07-08 | Fix react example README typo. | 1 | -2/+2 | ||
2022-07-08 | fix(templates/react): Add a SVG type definition | 1 | -0/+4 | ||
2022-07-08 | use tsconfig from readme | 1 | -4/+8 | ||
2022-07-08 | add tsconfig | 2 | -1/+9 | ||
2022-07-08 | update hello world | 1 | -1/+1 | ||
2022-07-08 | new template blank | 2 | -0/+6 | ||
2022-07-07 | Bump examplesbun-v0.1.2 | 4 | -3/+91 | ||
2022-07-07 | Updating format of Next.js example app README to match the rest | 1 | -0/+8 | ||
2022-07-07 | Deleted installing dependencies from Discord README since it's done ↵ | 1 | -6/+0 | ||
automatically when cloning | |||||
2022-07-07 | Updating README for React example to match Discord | 1 | -1/+12 | ||
2022-07-07 | Clean up README for React example | 1 | -65/+8 | ||
2022-07-07 | Delete second.tsx page as it's not being used | 1 | -22/+0 | ||
2022-07-07 | Removed unused parts of index.tsx | 1 | -6/+0 | ||
2022-07-07 | Cleaned up the Next.js example README | 1 | -6/+2 | ||
2022-07-06 | [next] Fix @types/react error | 1 | -4/+4 | ||