KamasamaK
KamasamaK
I would also like to note that there are functions such as [`setDay`](https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s/setday.html) that are _only_ member functions, so there would need to be a way to indicate that as...
Regarding my suggestion for `member_details`, I've found a further consideration. The member function can have a different return type. `arrayAppend` and `array.append()` is an example of such a discrepancy, which...
I am looking at updating the schema for `member_details`. I'm largely using the [ColdFusion member functions](https://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/using-the-member-functions.html) document and [Lucee Objects](https://docs.lucee.org/reference/objects.html) article as a basis. Looking for feedback on the following:...
I have an initial commit at 2d0a1c4, but I would still be interested in some feedback before I make a PR. 1. I did not include those in the initial...
An example demonstrating my position would be the **jQuery API documentation**. Even though it is implemented and used in JavaScript, which does not support function overloading, the documentation does represent...
Now that named parameter support ~~is being added to ACF~~ was added to ACF 2018 functions, I think that is one more reason to allow for multiple signatures so that...
@shaedrich Can you please verify which version of Lucee that you tried that supports these functions? None of the engines hosted on TryCF support these functions.
I didn't see anything in the update docs stating they were added and removed in the same version. They were included in a list with no further information on them...
@shaedrich The `engines` is inaccurate because it says that all 4 of the engines support it and have no indication of when it was added or removed from any engine,...
This is a good idea, but what about if there are multiple replacements? For example, `htmlEditFormat` was brought up as being obsoleted by `encodeForHTML`, but there's also `encodeForHTMLAttribute`.