| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/utils.mjs: Remove eq(), use utils.isDeepStrictEqual from "node:utils" ins... | EuAndreh | 2024-03-01 | 1 | -81/+0 |
| * | src/utils.mjs: Replace promisify() by util.promisify() | EuAndreh | 2024-02-28 | 1 | -33/+0 |
| * | src/utils.mjs: Add undefinedAsNull() | EuAndreh | 2024-02-28 | 1 | -0/+20 |
| * | src/utils.mjs: Define strSortFn() and use it on all files | EuAndreh | 2024-02-28 | 1 | -0/+18 |
| * | src/hero.mjs: Promote log() to fancy logger object | EuAndreh | 2024-02-25 | 1 | -0/+70 |
| * | Explicit import from "node:process"; move log() to hero.mjs | EuAndreh | 2024-02-25 | 1 | -16/+0 |
| * | Normalize how modules import and name each other•••Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. | EuAndreh | 2024-02-24 | 1 | -2/+2 |
| * | src/hero.mjs: Add buildServer() | EuAndreh | 2024-02-23 | 1 | -0/+33 |
| * | Implement accretion.runMigrations() and wrappings of node-sqlite3 | EuAndreh | 2024-02-23 | 1 | -0/+45 |
| * | Big cleanup•••- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. | EuAndreh | 2024-02-23 | 1 | -0/+225 |
