@@ -4,15 +4,16 @@ About this Document
44This serves as both the change-log and TODO list for the project. It
55serves to clarify what is in an (anticipated) release, as well as to
66direct project momentum. If you find something in here you want to do,
7- by all means, please do.
7+ by all means, please do.
88
9- At the top, you willll see project milestones (upcoming releases) and
9+ At the top, you will see project milestones (upcoming releases) and
1010their associated TODOs. After that, you will see a release version
1111history in reverse chronological order. (The latest release comes
1212[ first] ( #release ) .)
1313
14- Also note that the latest stable branch (the tip of [ maint] [ maint ] ) is
15- usually in an as-yet * unreleased* status. This avoids a proliferation of
14+ Also note that the latest stable branch (the tip of
15+ [ maint] [ https://github.com/mozilla/agithub/tree/maint ] ) is usually in
16+ an as-yet * unreleased* status. This avoids a proliferation of
1617single-commit patch-level version changes in the ` maint ` branch, whilst
1718still providing access to the very latest bug-fixes
1819
6162* Be consistently ` camelCase ` (Exception: the media-type converters in
6263 Content (e.g. ` application_json ` ) should stay the same.)
6364
65+ Release
66+ =======
67+
6468v2.1
6569----
6670* Support XML de-serialization. (pick from [ next-xml] )
6771* Request body content-type serialization & charset encoding
6872
69- [ next-xml ] : https://github.com/jpaugh/agithub/commit/3d373435c8110612cad061e9a9b31a7a1abd752c
70-
71- Release
72- =======
73+ [ next-xml ] : 3d373435c8110612cad061e9a9b31a7a1abd752c
7374
7475v2.0
7576----
8485v1.3
8586----
8687A stable branch, with a lot of bug fixes! (Thanks to all who
87- contributed!)
88+ contributed!)
8889
8990* Feature: Unit tests (Uriel Corfa, Joachim Durchholz)
9091* Grown-up Incomplete-request error message (Joachim Durchholz)
9798----
9899
99100* Revamp the internals, adding extensibility and flexibility. Meanwhile,
100- the external API (i.e. via the Github class) is entirely unchanged
101+ the external API (i.e. via the GitHub class) is entirely unchanged
101102
102103* New test-suite. It is ad-hoc and primitive, but effective
103104
104105* Generic support for other REST web services
105106
106107 - New top-level class (API)
107- - Github is now a subclass of the API class, and is the model for
108+ - GitHub is now a subclass of the API class, and is the model for
108109 creating new subclasses
109110 - Facebook and SalesForce subclasses created, allowing (basic)
110111 access to these web services
0 commit comments