Releases: kwameopareasiedu/docts
Releases · kwameopareasiedu/docts
v1.2.0 (June 05, 2024)
- Added
http
object toDoFunctionArgs
interface. - Deprecated
__ow_*
headers inDoFunctionArgs
interface - Updated nodejs runtime in
project.yml
template from 'default` (14) to '18' - Updated version to 1.2.0
v1.1.1 (February 27, 2023)
- Fixed bug which caused first build, immediately following
docts init
, to fail.
v1.1.0 (December 18, 2022)
Features
- Added
-d, --include-dependencies
option todocts-build
to include dependencies in output bundle instead of marking them as external.
Much thanks to @defy93 for suggesting it as a feature