Skip to content

Releases: GizmoDevelopment/gizmo-api

v1.2.7

26 Sep 16:59
f9b5cb8
Compare
Choose a tag to compare
  • Bumped dependencies

v1.2.6

27 Jun 13:35
8a1324f
Compare
Choose a tag to compare
  • Bumped dependencies to latest versions

v1.2.5

15 May 18:00
0d8141d
Compare
Choose a tag to compare
  • Package maintenance work
  • Bumped dependencies

v1.2.4

24 Feb 21:46
50d9188
Compare
Choose a tag to compare

Updated project setup, no code changes.

v1.2.2

13 Jul 16:16
Compare
Choose a tag to compare

Misc

  • Removed dev directory from published package

v1.2.1

13 Jul 16:09
Compare
Choose a tag to compare

Features

  • The SuccessResult and ErrorResult types are now exported by the package

Fixes

  • Test script now checks the updated User.created_at property

Misc

  • Bumped @gizmo-dev/eslint-plugin
  • All dev scripts are now located inside the dev directory
  • Automatic README bundle version changer script (dev/fix-bundle-version-in-readme.js)
  • Added a build workflow that is triggered by each commit

v1.2.0

13 Jul 14:59
Compare
Choose a tag to compare

Features

  • Types and constants are now exported directly under the module (everything can now be imported directly from gizmo-api)
  • userHasBadge method

Changes

  • Minimum Node version updated to v12 and ES version to ES2019
  • User.created is now User.created_at

Documentation

  • Tweaked language and added new text
  • Imports are no longer commented

Misc

  • Updated to new ESLint config (@gizmo-dev/eslint-plugin)
  • Bumped dependencies

v1.1.2

06 Mar 11:18
Compare
Choose a tag to compare

Bumped dependencies

Full Changelog: 1.1.0...1.1.2

v1.1.0

15 Aug 16:50
8adaba6
Compare
Choose a tag to compare

Breaking

  • User.about is now called User.about_me
  • User.header_url is now called User.banner_url
  • User.banner_url can also be null

Improvements

  • Noticeably smaller bundle size

v1.0.9

21 Jun 09:33
45974d5
Compare
Choose a tag to compare
  • Go back to having all typings in lib/types