Releases: briannadoubt/WooOS
Releases · briannadoubt/WooOS
Pre-release v0.1.14
Removed WooBraintree from all targets but iOS
Pre-release v0.1.13
Re-added LICENSE file
Pre-release v0.1.12
Moved dependancies around
Pre-release v0.1.11
updated podspec version
Pre-release v0.1.10
Fixed version path string in WooAPI Updated to v0.1.10
Pre-release v0.1.9
Updated podspec and fixed WooRequestConvertible
Pre-release v0.1.8
Updated podspec and access level tweaks
Pre-release v0.1.7
Updated access level of string on WooError
Pre-release v0.1.6
Updated podspec
Pre-release v0.1.5
Documentation, access level tweaks, refactoring • Changed access level of main classes to 'open' allowing subclassing of certain main WooOS classes such as WooOrder and WooProduct. • Changed acces levels of remaining classes and appropriate class members to 'public' to allow access outside the module for developers. • Put WooID in its own file. • Put WooTagOrderBy in its own file. • Put WooTagRequestParameter in its own file and added documentation. • Added documentation to the remaining classes that needed it. WooRequest convertible has still not been fully documented. • Created WooAuthentication file in anticipation of refactoring auth functions out of WooAPI and into their own class.