Merge branch 'v2.1-dev'
[squeep-api-dingus] / lib /
2024-03-09 Justin WindMerge branch 'v2.1-dev' master v2.1.0
2024-03-03 Justin Windadd addCookie helper to common utilities
2024-02-24 Justin Windcookies are now parsed and populated on ctx.cookie...
2024-02-24 Justin Windadd HTTP status enums, rework ErrorReponse proxy to...
2023-11-14 Justin Windlog a little less about static meta headers
2023-11-13 Justin Windmove fileScope to separate module, update dependencies...
2023-08-27 Justin WindMerge branch 'v2.0-dev' as v2.0.0 v2.0.0
2023-08-26 Justin Windby default, handle HEAD requests automatically for...
2023-08-26 Justin Windchange default of ignoreTrailingSlash to true
2023-08-26 Justin Windminor refactor of router to use explicit exceptions
2023-08-26 Justin Windminor refactor of extension to mime-type lookups
2023-07-23 Justin Windremove deprecated ctx.rawBody usage
2023-07-20 Justin Windminor coverage cleanup
2023-07-20 Justin Windremoved deprecated logger-related functions, default...
2023-07-20 Justin WindMerge branch 'v1.2-dev' as v1.2.10
2023-07-20 Justin Windmore lint cleanup
2023-07-19 Justin Winddeprecate common.ensureLoggerLevels and no longer use
2023-07-19 Justin Windctx.matchedPath now stores raw route rather than proces...
2023-07-19 Justin Windlint cleanup
2023-07-19 Justin Windsupport escaping param indicator in route paths
2023-07-18 Justin Windminor cleanup of router parameter class
2022-09-16 Justin WindMerge branch 'v1.2-dev' as v1.2.9 v1.2.9
2022-09-16 Justin Windclean up some lint issues
2022-04-29 Justin WindMerge branch 'v1.2-dev' as v1.2.6 v1.2.6
2022-04-29 Justin Windquiet an eslint warning
2022-04-29 Justin Windminor rearrangement in serveFile
2022-04-28 Justin Windsimplify parameter objects slightly
2022-04-28 Justin Windminor refactoring in router, clarifying names and compl...
2022-04-27 Justin Windadd option to bodyData() to not render into string
2022-04-27 Justin Windlog raw handler objects, rather than deprecated wrapper
2022-04-27 Justin Windminor documentation updates
2022-03-12 Justin WindMerge branch 'v1.2-dev' as v1.2.5 v1.2.5
2022-03-12 Justin Windadd options to ingestBody
2022-03-12 Justin Windadd option to persist response body in context for...
2022-03-12 Justin Windsupport maximum request body size
2021-10-29 Justin WindMerge branch 'v1.2-dev' as v1.2.2 v1.2.2
2021-10-29 Justin Windobscure authorization header value when logging
2021-10-22 Justin WindMerge branch 'v1.2-dev' as v1.2.1 v1.2.1
2021-10-22 Justin WindserveFile now requires a directory be specified
2021-09-10 Justin WindMerge branch 'v1.2-dev' as v1.2.0 v1.2.0
2021-09-10 Justin Windallow additional arguments to be passed to handler...
2021-08-09 Justin WindMerge branch 'v1.1-dev' as v1.1.0 v1.1.0
2021-08-09 Justin Windfix and enforce indent rules
2021-08-08 Justin Windpotentially serve static files with static headers
2021-08-01 Justin Windinitial release v1.0.0