Hi Yakov

GitHub's view of the history of a particular file can help here:

https://github.com/TiddlyWiki/tiddlywiki/commits/master/jquery/jquery.js

It looks as though TW has been at jQuery 1.4.3 or above since November
2010. In any case, it may be best to use feature detection to determine if
the .data() function is present

Best wishes

Jeremy


On Thu, Mar 21, 2013 at 9:17 AM, Yakov <[email protected]>wrote:

> PS more likely, I'll use another way to call .data, with an object as the
> only argument, which was introduced in jQuery 1.4.3.
>
> четверг, 21 марта 2013 г., 1:49:17 UTC+4 пользователь Yakov написал:
>
>> Hi Jeremy,
>>
>> thanks for the info. Plain looking through the commit history seems to be
>> somewhat too slow.. is there any search engine?
>>
>> What would you suggest to do for the following task:
>>
>> to add .refresh method to the forEachTiddler macro, I'd like to apply the
>> trick used be the list macro [1] -- use jQuery.data; jQuery docs [2] say it
>> was introduced in the version 1.2.3; my intent is to calc TW version that
>> would support such thing and change the CoreVersion slice according to
>> that. How to quickly find in which version of TW the corresponding version
>> of jQuery was introduced?
>>
>> Best regards,
>> Yakov.
>>
>> [1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Macros.js#L45
>> [2] http://api.jquery.com/data/
>>
>> пятница, 15 марта 2013 г., 15:20:37 UTC+4 пользователь Jeremy Ruston
>> написал:
>>>
>>> Hi Yakov
>>>
>>> what is the easiest way to review all the changes in TW since 2.6.0?
>>>>
>>>
>>> GitHub has a number of useful ways to keep track of changes. Start with
>>> tracking the commit history for the TiddlyWiki repo:
>>>
>>> https://github.com/TiddlyWiki/tiddlywiki/commits/master
>>>
>>> You can also compare two different versions of a repo like this:
>>>
>>> https://github.com/TiddlyWiki/TiddlyWiki/compare/v2.6.3...master -
>>> compares 2.6.3 with current master
>>>
>>> https://github.com/TiddlyWiki/TiddlyWiki/compare/v2.6.3...v2.7.1 -
>>> compares 2.6.3 with 2.7.1
>>>
>>> In those examples I'm comparing tags (
>>> https://github.com/TiddlyWiki/tiddlywiki/tags). Sadly, not all
>>> TiddlyWiki releases were tagged in GitHub, so sometimes you'll have to use
>>> commit IDs instead:
>>>
>>>
>>> https://github.com/TiddlyWiki/TiddlyWiki/compare/ae0a1e668dde0b8f9af35c8e149f540cf0104986...master
>>>
>>> GitHub can also show you a history of changes to an individual file:
>>>
>>>
>>> https://github.com/TiddlyWiki/tiddlywiki/commits/master/tiddlywiki.html.recipe
>>>
>>> TiddlyWiki on GitHub goes back to around 2007.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>>>>
>>>> Some time ago we discussed that there should be some changlog, but I
>>>> haven't heard anything new since than. Now I have multiple issues solving
>>>> which would be easier with changelog (saving issues with TiddlyFox, Java 7,
>>>> plugin testing, plugin building..) Also, it would be useful to know which
>>>> versions were updatable with TW native update system and which were not (I
>>>> guess that depended on browser versions too).
>>>>
>>>> There's some scattered information like at [1] for pre 2.6.3, at [2]
>>>> for 2.6.3, something about 2.6.6 was at [3], but that's updated for the
>>>> recent version.. I haven't even figured the dates of releases of 2.6.4 and
>>>> 2.6.5.
>>>>
>>>> Also, I'd like to be able to see all the changes in code (not just
>>>> their functional description). Is that achievable via GitHub? Does GitHub
>>>> know about versions 2.6.2 and below? I'm now updating ForEachTiddlerPlugin
>>>> and there's lots of code which is already in the core; but I'd better see
>>>> in which versions they were introduced to avoid some problems..
>>>>
>>>> Best regards,
>>>> Yakov.
>>>>
>>>> [1] http://trac.tiddlywiki.org/wiki/History
>>>> [2]
>>>> http://groups.google.com/group/tiddlywiki/browse_thread/thread/22e0f1635cacfdf1/5c5a914afdeb3ccd?lnk=gst&q=new+version#5c5a914afdeb3ccd
>>>> [3] http://tiddlywiki.com/#WhatsNew
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "TiddlyWikiDev" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> To post to this group, send email to [email protected].
>>>> Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Jeremy Ruston
>>> mailto:[email protected]
>>>
>>


-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to