-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
88 lines (59 loc) · 1.88 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Shopify-Trois Changelog
=========================
Here you can see the full list of changes between each Shopify-Trois release.
Version 1.1
-----------
Released on ,
- Updated to current Shopify API
- Supports python 3.4
Version 1.0
-----------
Released on July 23rd 2013, codename Cappuccino
- Stable API
- Support for metafields.
- More examples
- Slightly better docs.
- Bug fixes.
Version 0.7
-----------
Released on July 19th 2013, codename Tobio
- Multi-shop example.
- Mapped all resources. (Assets are weird, more work needed.)
Version 0.6
-----------
Released on July 17th 2013, codename Instant
- Added OAuthEngine.api_call_limit. It is auto-updated each time a call is made to Shopify. Ex content: "1/500"
Version 0.5
-----------
Released on July 12th 2013, codename Half-caf
- Several bug fixes discovered while developing an app with the API
Version 0.4
-----------
Released on July 9th 2013, codename Mocha
- Added signature verification to the oauth engine.
- Updated documentation
Version 0.3
-----------
Released on July 8th 2013, codename Decaf
- Updated relationship api.
- Added most Shopify models.
- Json engine methods now return objects unless told not to.
- Json engine index method now automatically return a Collection
- Several bug fixes
- 100% test coverage.
Version 0.2
-----------
Released on July 5th 2013, codename Americano
- Collection class allows easily iterating index results.
- Moved to requests.Session instead of requests.<method>
- Instance properties filtering when updating/creating new entities. (Can be disabled)
- Some docs
- PEP 8 and PyFlakes
Version 0.1
-----------
Released on July 3rd 2013, codename Latte
- Initial OAuth HTTP engine
- App authentication using OAuth
- Initial basic set of models to support further development.
- Support for Python 3.3 and 3.2
- First API call made to Shopify, proving the library design will somewhat work.