Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |