[
{
"type": "AddMethod",
"label": "WebsideAPI ≫ methodHistory",
"package": "Webside Base",
"timestamp": "2024-01-17T15:04:03.613-03:00",
"author": "G Amaral",
"sourceCode": "methodHistory\r\t| class selector method history |\r\tclass := self requestedClass.\r\tclass ifNil: [^self notFound].\r\tselector := self requestedSelector.\r\tselector ifNil: [^self notFound].\r\t(class includesSelector: selector) ifFalse: [^self notFound].\r\tmethod := class >> selector.\r\thistory := method project changes historyOf: method.\r\t^history collect: #asWebsideJson",
"changesSomething": false,
"canBeApplied": true,
"className": "WebsideAPI",
"selector": "methodHistory",
"category": "code endpoints"
},
{
"type": "AddMethod",
"label": "WebsideAPI ≫ methodHistory",
"package": "Webside Base",
"timestamp": "2024-01-17T15:03:58.259-03:00",
"author": "guille",
"sourceCode": "methodHistory\r\t| class selector method history |\r\tclass := self requestedClass.\r\tclass ifNil: [^self notFound].\r\tselector := self requestedSelector.\r\tselector ifNil: [^self notFound].\r\tmethod := class >> selector.\r\thistory := method project changes historyOf: method.\r\t^history collect: #asWebsideJson",
"changesSomething": true,
"canBeApplied": true,
"className": "WebsideAPI",
"selector": "methodHistory",
"category": "code endpoints"
}
]