- fix: update manager-api response types
- feat: Allow disabling CORS logic
- feat: Add HTTP status codes util
- breaking: Remove most express.js utils
- feat: Add cors helpers
- breaking: Remove
fs
export, use@runcitadel/fs
instead
- feat: Add error handler for Koa
- Deprecate more express.js methods.
- fix: Export StatSyncOptions in the
fs
module.
- Deprecate express.js methods.
- feat: Add synchrounous versions of custom fs APIs
- feat(breaking): fs.readJsonFile now uses a JSON parser instead of a YAML parser
- feat: Export more useful stuff from the fs module
- feat(breaking): rename fs_utils to fs
- feat: Add fs.touch
- feat: Add fs.ensureWriteFile
- feat: fs now also includes all builtin fs functions
- feat: fs.safeWriteFile now supports all tpes already supported by node's builtin fs.writeFile
- chore: Update dependencies
- fix: Import YAML properly
- fix: Improve readYamlFile() function
- feat: Add some useful types
- chore: update dependencies
- fix: Update yarn.lock to match package.json
- fix(build): Disable linting on .yarnrc.yml
- feat(breaking): camelize now also camelizes object values
- feat(breaking): if a unit doesn't exist for convert, check if it exists when converting its name to lower case
- feat: camelize now also works on arrays
- chore: Add tests for camelize
- chore: update dependencies
- fix(build): Prettier no longer runs on .yarn, so it stops making the prepublish script much slower
- feat(fs): add YAML helper functions
- chore: update dependencies
- chore: clean up code