File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33title: Upcoming Changes to Watcher and Star APIs
44created_at: 2012-9-5
55author_name: technoweenie
6- api_version: v3
76---
87
98We recently [changed the Watcher behavior][change-watching] on GitHub. What
Original file line number Diff line number Diff line change 1717< % end %>
1818</ dl >
1919
20+ This is the first major revision from API v3 since its initial launch. **It is
21+ currently not available yet**.
22+
2023< %= render '_changes', :changes => api_changes(:v3) %>
2124
Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ <h2 class="title">
99 < a href ="https://github.com/<%= @item[:author_name] %> "> < %= @item[:author_name] %> </ a >
1010 </ span >
1111 < span class ="published ">
12- < %= post_date @item %> ,
13- Version: < a href ="/changes/<%= @item[:api_version] %> "> < %= @item[:api_version] %> </ a >
12+ < %= post_date @item %>
13+ < % if version = @item[:api_version] %>
14+ / Version: < a href ="/changes/<%= version %> "> < %= version %> </ a >
15+ < % end %>
1416 </ span >
1517 </ div >
1618</ div >
You can’t perform that action at this time.
0 commit comments