Releases: Preport/backpacktf
Releases · Preport/backpacktf
0.7.0
Breaking Changes
- Changed v2 Item&Listing Types.
0.6.0
Changes
- Added support for most of the methods under Classifieds(v2).
Creating a buy listing might not work as intended since the new itemDocument
model is a bit weird.
0.5.0
Changes
- Now methods will reject with unmodified
error
from got
.
- Added support for nested item attributes.
0.4.0
Changes
- change deleteAlert's return value from
unknown
to void
.
- fix types of
Notification.bundle.listing
.
v0.3.0
Changes
- Removed deprecation note from
BackpackTF.Alerts.deleteAlert
. Now working as intended.
- Now uses https instead of HTTP.
- Now rejected Promises should throw
BackpackTF.error
with a message telling you what went wrong.
- Minor type-fixes
Dev-Changes
- Updated jest tests to spot bugs more easily.
v0.2.0
Changes
- Namespace now includes every interface like it's supposed to.
- Few typos and spelling mistakes.