Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | ||
2022-11-22 | Support no constructor in class generator script | 1 | -49/+65 | ||
2022-11-20 | [internal] Implement `visitAdditionalChildren` | 1 | -32/+62 | ||
2022-11-19 | Fix a GC issue with `Bun.spawn` | 1 | -7/+8 | ||
The `Subprocess` object stays alive until the process exits, even if it's never referenced | |||||
2022-11-18 | bun test matchers and tests (#1526) | 1 | -2/+2 | ||
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative | |||||
2022-11-15 | add generated getter/setter type with thisValue (#1513) | 1 | -19/+48 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -121/+122 | ||
* 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-08 | 20% faster TextDecoder on small inputs | 1 | -1/+3 | ||
2022-11-07 | [bindings generator] Support cached values that do not correspond to ↵ | 1 | -78/+137 | ||
properties and support call() functions | |||||
2022-10-28 | Upgrade WebKit | 1 | -14/+131 | ||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -2/+136 | ||
2022-10-15 | More careful code generator | 1 | -5/+10 | ||
2022-10-15 | Add a way to update cached values from Zig | 1 | -15/+51 | ||
2022-10-10 | Support cache with same name applied to multiple getters | 1 | -9/+23 | ||
2022-10-08 | Fix fetch response redirected (#1303) | 1 | -12/+12 | ||
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property | |||||
2022-09-28 | Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵ | 1 | -1/+0 | ||
bindings | |||||
2022-09-28 | size estimatoor | 1 | -8/+51 | ||
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -26/+79 | ||
2022-08-27 | Update WebKit (#1165) | 1 | -25/+28 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 1 | -2/+8 | ||
2022-08-18 | Faster TextDecoder | 1 | -7/+23 | ||
2022-08-18 | Fix missing `prototype` property on generated classes | 1 | -0/+1 | ||
2022-08-18 | Update generate-classes.ts | 1 | -2/+2 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -4/+17 | ||
2022-08-17 | Move around some things | 1 | -0/+1271 | ||