n8n/packages/workflow/src
Omar Ajoue 5778b3bac8
docs: Improve documentation for the toTitleCase function (no-changelog) (#8140)
## Summary
Update description of `toTitleCase` to better explain what it does.


## Related tickets and issues

https://linear.app/n8n/issue/PAY-857/expressions-totitlecase-fails-to-lowercase-the-non-leading-letters


## Review / Merge checklist
- [ ] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.

---------

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2023-12-22 14:22:05 +00:00
..
errors refactor(core): Instrument multi-main to report failures to renew lease (#7970) 2023-12-11 09:45:08 +01:00
Extensions docs: Improve documentation for the toTitleCase function (no-changelog) (#8140) 2023-12-22 14:22:05 +00:00
NativeMethods feat(editor): Add missing documentation to autocomplete items for inline code editor (#5560) 2023-02-28 07:34:03 +03:00
NodeParameters feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
AugmentObject.ts refactor(core): Use a Set for deletedProperties in AugmentObject (no-changelog) (#7131) 2023-09-07 15:07:32 +02:00
Authentication.ts refactor(core)!: Remove basic-auth, external-jwt-auth, and no-auth options (#6362) 2023-06-22 20:03:47 +02:00
Constants.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
Cron.ts [N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. (#3887) 2022-08-19 12:45:04 +02:00
DeferredPromise.ts refactor(core): Stop importing LoggerProxy and createDeferredPromise in nodes-base (no-changelog) (#5742) 2023-03-22 14:04:15 +01:00
ErrorReporterProxy.ts refactor(core): Instrument multi-main to report failures to renew lease (#7970) 2023-12-11 09:45:08 +01:00
ExecutionStatus.ts refactor: Stop using .d.ts files for type-collection files (no-changelog) (#6634) 2023-07-10 19:35:34 +02:00
Expression.ts refactor(core): Switch plain errors in workflow to ApplicationError (no-changelog) (#7877) 2023-11-30 12:46:45 +01:00
ExpressionEvaluatorProxy.ts feat(core): Add Tournament as the new default expression evaluator (#6964) 2023-09-21 13:57:45 +01:00
GlobalState.ts refactor(core): Avoid passing around static state like default timezone (no-changelog) (#7221) 2023-10-27 14:17:52 +02:00
index.ts fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00
Interfaces.ts feat(core): Add closeFunction support to Sub-Nodes (#7708) 2023-12-21 14:21:09 +01:00
LoggerProxy.ts refactor(core): Make Logger a service (no-changelog) (#7494) 2023-10-25 16:35:22 +02:00
MessageEventBus.ts refactor(core): Forbid raw enums (no-changelog) 2023-04-21 14:23:15 +03:00
NodeHelpers.ts feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
ObservableObject.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00
RoutingNode.ts feat(core): Add closeFunction support to Sub-Nodes (#7708) 2023-12-21 14:21:09 +01:00
TelemetryHelpers.ts refactor(core): Switch plain errors in workflow to ApplicationError (no-changelog) (#7877) 2023-11-30 12:46:45 +01:00
type-guards.ts feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
types.d.ts fix(core): Serialize BigInts (#6805) 2023-07-31 16:53:30 +02:00
TypeValidation.ts feat(n8n Form Trigger Node): Improvements (#7571) 2023-12-13 17:00:51 +02:00
utils.ts fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00
VersionedNodeType.ts refactor: rename NodeVersionedType to VersionedNodeType and move it to the workflow package (#4443) 2022-10-25 21:33:12 +02:00
Workflow.ts feat(core): Add closeFunction support to Sub-Nodes (#7708) 2023-12-21 14:21:09 +01:00
WorkflowDataProxy.ts refactor(core): Switch plain errors in workflow to ApplicationError (no-changelog) (#7877) 2023-11-30 12:46:45 +01:00
WorkflowHooks.ts refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798) 2023-07-31 11:00:48 +02:00