Skip to content

Latest commit

 

History

History
146 lines (79 loc) · 9.09 KB

OLD_CHANGELOG.md

File metadata and controls

146 lines (79 loc) · 9.09 KB

Changelog

All notable changes to this project will be documented in this file. This Changelog adheres to the Semantic Versioning

v0.3.1 - 2022-09-04

Chores

  • Updated @ifunny/ifunny-api-types version @MakeShiftArtist (4394b91)

v0.3.0 - 2022-08-28

Features

  • Added Client.users @MakeShiftArtist (63a12f3)
  • Add UserNotFound and UserUnavailable @MakeShiftArtist (3a2d5c4)
  • Add UncaughtAxiosError @MakeShiftArtist (baf4633)
  • isAxiosError returns AxiosError<RESTAPIErrorResponse> @MakeShiftArtist (dbe355d)

Fixes

  • Improved error handler @MakeShiftArtist (36be51c)
  • Cache works properly now @MakeShiftArtist (37f9c7a)
  • Fixed UserManager @MakeShiftArtist (edf6e5f)
  • Added missing messages @MakeShiftArtist (de5c80f)
  • Fixed tsconfig.json @MakeShiftArtist (86cdb1b)
  • Add npmignore @MakeShiftArtist (931444f)
  • Added new and unknown static methods to iFunnyError @MakeShiftArtist (d129fa7)
  • isAxiosError now takes a data type @MakeShiftArtist (c6e3424)
  • Removed useless fetch override from User @MakeShiftArtist (57830a5)
  • interceptors use handleError @MakeShiftArtist (819d1c5)
  • Added override keyword to BaseUser.id @MakeShiftArtist (934fb65)
  • Added override keyword to BaseContent.id @MakeShiftArtist (b680bff)

Chores

  • Update @ifunny/ifunny-api-types and scripts @MakeShiftArtist (d7a0a97)

v0.2.2 - 2022-08-28

Fixes

  • Changed paginate to a protected method @MakeShiftArtist (4fa12b3)

v0.2.1 - 2022-08-25

Chores

  • Autocommit Changelog @MakeShiftArtist (5b53483)

v0.2.0 - 2022-08-25

Features

  • Add BaseUser @MakeShiftArtist (f15d6a4)
  • Add iFunnyError handling @MakeShiftArtist (67ddd59)
  • Add Client @MakeShiftArtist (974d6bf)
  • Add BaseClient @MakeShiftArtist (0560308)
  • Added Base Object @MakeShiftArtist (e1fb342)
  • Add Methods @MakeShiftArtist (ca3e04b)
  • Add Ban @MakeShiftArtist (7c11c8a)
  • Add MemeExperience @MakeShiftArtist (d069d77)
  • Add Constants @MakeShiftArtist (e30f3bc)
  • Add Util @MakeShiftArtist (9f16015)
  • Add User @MakeShiftArtist (65f80f2)
  • Add BaseContent @MakeShiftArtist (bac9cee)
  • Add CachedManager @MakeShiftArtist (e47a36b)
  • Add UserManager @MakeShiftArtist (6015b52)
  • Add index exports @MakeShiftArtist (5edd391)

Fixes

  • Added try catch to Client.signUp @MakeShiftArtist (610d868)
  • Update dependencies @MakeShiftArtist (5de8a86)
  • Client.signUp fixed @MakeShiftArtist (ebb3735)
  • Imports @MakeShiftArtist (26f96c5)
  • Remove unused variable @MakeShiftArtist (8088101)
  • Fixed imports in Messages.ts @MakeShiftArtist (9895a9a)
  • import endpoints from @ifunny/ifunny-api-types @MakeShiftArtist (3a8722f)
  • Undo npm version @MakeShiftArtist (9144934)

Documentation

  • Add README @MakeShiftArtist (727be57)

Chores

  • Update dependencies @MakeShiftArtist (7b5f5f5)
  • Add update-deps script @MakeShiftArtist (9948f6a)
  • Update dependencies @MakeShiftArtist (9837b63)
  • Add test.ts to gitignore @MakeShiftArtist (6b8f321)

v0.1.1 - 2022-08-21

Fixes

  • Add package.json and package-lock.json @MakeShiftArtist (b1a46a9)
  • Add @discordjs/collection @MakeShiftArtist (71afe30)
  • Fixed chores in changelog @MakeShiftArtist (866263e)

Chores

  • Add github workflows and templates @MakeShiftArtist (4134a85)
  • Add LICENSE @MakeShiftArtist (11af852)
  • Add changelog-template.hbs @MakeShiftArtist (75e38ce)
  • Added tsconfig.json @MakeShiftArtist (57aa53f)
  • Add gitignore @MakeShiftArtist (127a770)
  • Added jest.config.js @MakeShiftArtist (1e29c9d)
  • Add prettierignore @MakeShiftArtist (b0cbfba)