Jarred Sumner
d98a93c318
Automatically hot reload Bun.serve() ( #4344 )
...
* Automatically hot reload Bun.serve()
* Update doc
* Update example
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-08-25 21:08:41 -07:00
jhmaster
182e600eb7
Fix Bun.hash functions ( #4054 )
...
* fix `Bun.hash` functions to behave as expected
* update Bun.hash tests
* properly test the returned hash
* include murmur32v2
* update Bun.hash docs
* run fmt
2023-08-07 23:30:05 -07:00
Jarred Sumner
ef6d25a48f
Fix
2023-08-02 17:55:42 -07:00
Colin McDonnell
53ad9b922f
Docs & types for 0.7 ( #3665 )
...
* Docs & types for 0.7
* Tweak
* Update
* Tweaks
* Tweak
* Tweaks
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-07-19 23:59:15 -07:00
Jarred Sumner
0b365781a8
Bump version to Bun v0.7.0
2023-07-19 23:57:41 -07:00
Colin McDonnell
d265ed80d2
Docs for Bun.password and ws publish ( #3227 )
...
* Update websocket docs & jsdoc
* Document Bun.password
* Update hash encoding docs
* Fix typos
* Add info about user-specific data in ws
* Update outdated websocket jsdoc
* Replace usages of req.url
* Remove log
2023-06-06 23:50:43 -07:00
Colin McDonnell
a5f92224b5
Fix types ( #2453 )
...
* WIP
* WIP
* WIP
* WIP
* Improve typechecking in type files
* Fix typechecking
* Update
* Update submodule
* CI for typechecking
* Add ci
* Update commands
* Format after build
* Dont use bunx
* Rename job
* Use nodemodules prettier
* Update workflow
* Use symlink
* Debug
* Debug
* Clean up and rename jobs
2023-03-22 15:01:01 -07:00
Jarred Sumner
9388b3f825
Add a zig fmt action ( #2277 )
...
* Add a zig fmt action
* add failing file
* Setup prettier better
* Update prettier-fmt.yml
* Fail on error
* Update prettier-fmt.yml
* boop
* boop2
* tar.gz
* Update zig-fmt.yml
* Update zig-fmt.yml
* Update zig-fmt.yml
* Update zig-fmt.yml
* Update zig-fmt.yml
* boop
* Update prettier-fmt.yml
* tag
* newlines
* multiline
* fixup
* Update zig-fmt.yml
* update it
* fixup
* both
* w
* Update prettier-fmt.yml
* prettier all the things
* Update package.json
* zig fmt
* ❌ ✅
* bump
* .
* quotes
* fix prettier ignore
* once more
* Update prettier-fmt.yml
* Update fallback.ts
* consistentcy
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-03-02 19:02:10 -08:00
Alex Lam S.L
7285b9cf75
update bun.lockbs ( #2101 )
2023-02-17 22:07:02 -08:00
Sean Scally
ac7aff1b47
Add FileSystemRouter + React example ( #1894 )
2023-01-24 19:09:39 -08:00
Volodymyr Palamar
ac0dab3679
Create new example http-file-extended.ts ( #1827 )
...
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
2023-01-19 10:35:55 -08:00
Jarred Sumner
d726a17aca
Implement Bun.RIPEMD160
...
`RIPEMD160` is used by node:crypto.
2022-12-28 22:20:15 -08:00
YuX
b400dfb386
fix path string ( #1597 )
2022-12-09 18:17:12 -08:00
Colin McDonnell
f7f1b60444
Add bun-types, add typechecking, add child_process types ( #1475 )
...
* 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-11-09 15:40:40 -08:00
Jarred Sumner
02c920f4fd
TCP & TLS Socket API ( #1374 )
...
* 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-25 00:44:25 -07:00
Jarred Sumner
a1f40400c1
Fix "/" in example
2022-10-21 01:09:37 -07:00
Jarred Sumner
ff36fa8a53
Add websocket hot example
2022-10-19 02:36:22 -07:00
Dennis Dudek
00ae8f79e4
Reflecting new home for bun templates ( #1317 )
...
* Reflecting new home for bun templates
https://github.com/bun-community/create-templates/
* templates now in root
2022-10-16 20:52:39 -07:00
Jarred Sumner
b0a7f8df92
Create http-request-body.ts
2022-10-13 02:27:54 -07:00
Jarred Sumner
9fe1ad93cb
Fixup example
2022-10-11 20:00:04 -07:00
Jarred Sumner
5875d1419b
Make Bun.spawn, FileSink and FileBlobLoader a little more reliable
2022-09-26 20:35:26 -07:00
Jarred Sumner
7cc772cd39
😪
2022-09-25 13:14:23 -07:00
tHyt-lab
892c020b00
update example react-is to v18( #1155 ) ( #1172 )
2022-09-03 18:52:33 -07:00
TiKevin83
ceb78d2bb9
Update example Next app to 12.2 ( #1033 )
...
* 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-08-08 15:29:12 -07:00
Charles F. Munat
8882e52539
Fix/react accessibility ( #932 )
2022-07-31 01:10:10 -07:00
Jochem Hagenaars
1be0100911
chore(examples/kingworld): Change bun-types to latest ( #766 )
...
* Bumped hono version number
* Changed bun-types version
* Bumped bun-types
2022-07-24 22:55:16 +02:00
Yusuke Wada
7896361084
chores(examples/hono): Refine Hono example ( #773 )
...
* fixed path
* add favicon
* Correct version: `^2.0.0`
* remove wiptest command
2022-07-24 22:51:41 +02:00
Aaditey Nair
7c7cec0416
Fix mistake in Next.js Example README.
2022-07-22 16:50:24 +05:30
Sakib Hasan
e6c58ae4f2
docs(templates): Update README.md ( #783 )
...
Improvement reactjs example readme file, Added learning resources
2022-07-21 13:07:40 +02:00
SheetJSDev
6afbf1b166
added mystery-box example macro ( #787 )
2022-07-18 22:26:56 -07:00
Jarred Sumner
d2874f6a49
bump examples
2022-07-18 13:12:03 -07:00
Jochem Hagenaars
0cc88b8669
Bumped hono version number ( #746 )
...
* Bumped hono version number
* Changed bun-types version
2022-07-17 09:57:29 -07:00
Foyzul Karim
5b248962e7
docs: Added readme file for blank template ( #727 )
...
* Added readme file for blank template
* Removed `Special note` section
2022-07-15 22:09:56 +02:00
Finn R. Gärtner
ebf78e5ea6
fix(examples/bun-bakery): Create gitignore ( #697 )
2022-07-15 12:02:03 -07:00
SaltyAom
61de6032af
template(kingworld): Add kingworld template ( #708 )
...
* 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 13:54:18 +02:00
Jonathan Rubin
b901f55164
chores(template/react): Update to React 18 ( #627 )
...
* 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-15 12:17:38 +02:00
Hyro
9eac93d176
fix(templates/blank): Update bun types ( #704 )
2022-07-14 20:43:02 +02:00
YOSHIKI
a4ced701dc
fix(templates): Fix hono example template ( #633 )
...
* Fix hono example template
* Update package.json
2022-07-14 20:42:18 +02:00
Dennis Dudek
8e9042142c
docs: Add bun-bakery template ( #649 )
2022-07-13 22:40:29 +02:00
Finn R. Gärtner
a0f8b8c68a
fix(examples/hono): Update package name ( #620 )
2022-07-12 03:09:15 -07:00
SheetJSDev
5774069cfe
fix blank template ( #523 )
2022-07-12 03:03:17 -07:00
Jesse-Lucas1996
a63a0ccc10
docs: Hono example with typescript ( #577 )
...
* 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-12 11:46:22 +02:00
CharlieS1103
ea6d96f409
Cleanup discord-interactions readme ( #451 )
2022-07-11 05:34:21 -07:00
rml1997
1405158dfb
Updated typo in example ( #573 )
...
Changed deocder to decoder
2022-07-11 05:26:45 -07:00
Xing Yahao
34bb627a54
Fix react example README typo.
2022-07-08 19:37:06 +09:00
FinnRG
92584630c3
fix(templates/react): Add a SVG type definition
2022-07-08 02:59:52 -07:00
Hyro
6035ef353a
use tsconfig from readme
2022-07-08 02:32:55 -07:00
xhyrom
4bd42e1cf0
add tsconfig
2022-07-08 02:32:55 -07:00
Hyro
f95919b5a3
update hello world
2022-07-08 02:32:55 -07:00
xhyrom
43657c4dd8
new template blank
2022-07-08 02:32:55 -07:00