Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -2/+2 | ||
2022-11-07 | cast | 1 | -1/+1 | ||
2022-11-07 | Remove improper coercion of environment variables (#1256) | 1 | -156/+1 | ||
2022-09-25 | wip | 1 | -0/+20 | ||
2022-09-20 | Allow .env files to define the same key multiple times | 1 | -32/+55 | ||
Fixes https://github.com/oven-sh/bun/issues/1262 | |||||
2022-09-17 | extremely minor perf nitbun-v0.1.12 | 1 | -1/+1 | ||
2022-09-17 | feat: env loader nested values with curly braces (#1246) | 1 | -1/+46 | ||
* [env loader] Add support for nested value with curly braces does not support default values for nested values, e.g., ${undefined:default}, ${undefined:-default}, or ${undefined-default} * fix: minor fix and add more test * [env loader] Improve nested value parsing performance remove unnecessary branching Co-authored-by: Like <like@ekil.sh> | |||||
2022-08-21 | [env loader] Don't panic when .env fails to load for unexpected reasons | 1 | -0/+9 | ||
2022-07-17 | [bun install] Forgot to commit `isCI` function | 1 | -0/+7 | ||
2022-07-13 | fix(env_loader): Off by one error (#668) | 1 | -1/+1 | ||
2022-07-12 | fix(env_loader): Ignore spaces before equals sign (#602) | 1 | -0/+9 | ||
* fix(env_loader): Ignore spaces before equals sign * fix(env_loader): Change the type of key_end to usize | |||||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -1/+1 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-09 | fix: update build files to latest Zig version | 1 | -6/+6 | ||
2022-05-05 | E.String gets a Rope | 1 | -6/+6 | ||
2022-03-08 | rename _global -> bun | 1 | -11/+11 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -1/+1 | ||
2022-03-02 | [bun run] Set more environment variables | 1 | -0/+24 | ||
2022-02-18 | Simple dead code elimination | 1 | -3/+151 | ||
2022-02-11 | [bun install] Implement bunfig.toml config | 1 | -0/+15 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -16/+19 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-10-29 | Pass through environment variables from the process verbatim | 1 | -12/+26 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/40 | |||||
2021-10-26 | Spacing | 1 | -2/+3 | ||
2021-10-26 | [.env loader] Fix bug with PATH values sometimes getting cut off at the end ↵ | 1 | -9/+17 | ||
by one character | |||||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -1/+20 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -1/+1 | ||
2021-10-24 | [.env loader] Environment variables are strings. | 1 | -49/+37 | ||
2021-10-24 | [.env loader] Tests pass | 1 | -25/+50 | ||
2021-10-23 | [`.env` loader] Parse values as JavaScript string literals instead of JSON | 1 | -52/+170 | ||
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 1 | -1/+1 | ||
optional routes | |||||
2021-10-05 | analytics is good enough for now | 1 | -0/+11 | ||
2021-10-05 | Add `BUN_DISABLE_ANALYTICS` flag to disable analytics and automatically ↵ | 1 | -0/+2 | ||
disable analytics when running inside `hyperfine` | |||||
2021-09-05 | more mutexes | 1 | -0/+6 | ||
Former-commit-id: 52966012b4b74d24ab28a0c75740aef35fb75327 | |||||
2021-08-23 | Use mimalloc for a 10% boost | 1 | -13/+13 | ||
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419 | |||||
2021-08-14 | .env works | 1 | -17/+376 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-14 | Nested values and recursive nested values | 1 | -13/+123 | ||
Former-commit-id: 02063fca614201895bb174cce04f920541f760d8 | |||||
2021-08-14 | lots | 1 | -0/+330 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 |