mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 23:24:06 -08:00
7d1d1f7872
* Setup versionized node
* Fix node naming
* Set all possible actions
* Add Current Date operation
* Add timezone to current date
* feat add to date operator
* Change output field name to camel case
* Fix info box for luxons tip
* Feat subtract to date operation
* Feat format date operation
* Fix to node field for format date
* Feat rounding operation
* Feat get in between date operation
* Feat add extract date operation
* Add generic function for parsing date
* Remove moment methods from operations
* Change moment to luxon for the rest of the operations
* Fix Format date operation
* Fix format value
* Add timezone option for current date
* Add tests, improve workflow settings for testing, toString the results
* Change icon for V2
* Revert "Change icon for V2"
This reverts commit
|
||
---|---|---|
.. | ||
AddToDateDescription.ts | ||
CurrentDateDescription.ts | ||
DateTimeV2.node.ts | ||
ExtractDateDescription.ts | ||
FormatDateDescription.ts | ||
GenericFunctions.ts | ||
GetTimeBetweenDates.ts | ||
RoundDateDescription.ts | ||
SubtractFromDateDescription.ts |