Commit graph

170 commits

Author SHA1 Message Date
ImVaskel
3e2f736cb1
make 404 return json instead of text 2021-10-01 14:14:14 -04:00
ArcaneDisgea
b5313a8f2b
Merge pull request #23 from ArcaneDisgea/better-ilvl-calc
iLvl filter
2021-10-01 13:31:23 -04:00
ArcaneDisgea
40d65ad35a ilvlfilter 2021-08-21 17:42:56 -04:00
ArcaneDisgea
cf18fb572e
Merge pull request #22 from ArcaneDisgea/master
change const to let to avoid TypeError
2021-08-21 16:45:00 -04:00
ArcaneDisgea
3481ef2307 change const to let to avoid TypeError 2021-08-21 16:28:08 -04:00
ArcaneDisgea
e75d26259a
Merge pull request #18 from xivapi/feex/ilvl-math
Fix ilvl calculation
2021-06-07 09:20:52 -04:00
Ay'yaruq Dotharl
b3a1cd7e18
Fix ilvl calculation
Empty slots are not ignored for ilvl, the divisor is always fixed at 13.
2021-06-07 14:11:21 +10:00
Ay'yaruq Dotharl
418ae77035
Build version bump
Bump the minor version to trigger an npm redeploy
2021-06-05 12:05:54 +10:00
Ay'yaruq Dotharl
0abf1f4330
Merge pull request #17 from xivapi/misc-fixes
Cleanup build tooling
2021-06-05 12:02:43 +10:00
ArcaneDisgea
36ced1653f ignore package-lock 2021-06-04 21:59:25 -04:00
ArcaneDisgea
b6d07fb33e clean up release with ay suggestions 2021-06-04 21:57:23 -04:00
ArcaneDisgea
a11696a88c update package with latest license 2021-06-04 21:56:35 -04:00
ArcaneDisgea
6db0cb1041 fix lockfiles 2021-06-04 21:56:05 -04:00
ArcaneDisgea
488e649579 update version 2021-06-01 10:36:07 -04:00
karashiiro
e4325d51aa
Merge pull request #16 from karashiiro/master
Add proper type annotations for canvasSize
2021-05-31 11:47:52 -07:00
karashiiro
d5ff8bec82 Move CanvasDimensions typedef closer to the getter 2021-05-31 11:47:24 -07:00
karashiiro
d4969272cd Add proper type annotations for canvasSize 2021-05-31 11:46:10 -07:00
karashiiro
0b9ae94557
Merge pull request #15 from karashiiro/master
Retry XIVAPI requests once if they fail
2021-05-31 11:23:27 -07:00
karashiiro
1e6aeda945 Retry XIVAPI requests once if they fail 2021-05-31 11:03:21 -07:00
karashiiro
e54bffe7fb
Merge pull request #13 from karashiiro/custom-backgrounds
Add custom image support to createCard
2021-05-31 10:39:09 -07:00
karashiiro
c00c2470ac
Merge pull request #14 from ArcaneDisgea/master
fix for blu bug
2021-05-31 10:39:00 -07:00
ArcaneDisgea
113670a305 fix for blu bug 2021-05-30 10:07:03 -04:00
karashiiro
04506ded4e Reword createCard documentation 2021-05-29 17:37:57 -07:00
karashiiro
abb8acfbe0 Update documentation 2021-05-29 15:53:08 -07:00
karashiiro
dfe72a02d4 Draw the custom image over the default 2021-05-29 15:52:34 -07:00
karashiiro
53d030b5cf Use new canvasSize property in method 2021-05-29 15:44:24 -07:00
karashiiro
31efdeb37e Add custom background support to createCard 2021-05-29 15:42:10 -07:00
karashiiro
8918d38614
Merge pull request #8 from ArcaneDisgea/redesign
Redesign
2021-05-29 08:41:02 -07:00
ArcaneDisgea
8b3fcf6a79 classes added instead of jobs if applicable 2021-05-28 17:16:24 -04:00
karashiiro
401d62b5e2
Add repository field to package info 2021-05-28 13:48:57 -07:00
ArcaneDisgea
cd56f840ba minor adjustments because I am silly 2021-05-28 15:40:18 -04:00
ArcaneDisgea
67ac84d259 add img vars for class
this is just groundwork for reworking to show class when user below 30
2021-05-28 15:27:06 -04:00
ArcaneDisgea
cd6f23bc5c adjust mimo percent to be 0 if user has none 2021-05-28 15:19:49 -04:00
ArcaneDisgea
669105e4c5 fix bozja levels 2021-05-28 15:19:03 -04:00
ArcaneDisgea
25f89d82a7 swap eureka and bozja spots 2021-05-28 15:12:26 -04:00
ArcaneDisgea
c4768ddd52 Remove Mettle 2021-05-28 15:08:58 -04:00
ArcaneDisgea
67a5dd8ff1 new extended bg 2021-05-28 15:08:35 -04:00
ArcaneDisgea
b70f606f27
Merge pull request #11 from nonowazu/feat/npm-deploy-on-release
Add workflow to push to npm upon cutting a release with a specific name
2021-05-28 15:05:16 -04:00
karashiiro
61865ce834
Authenticate with GitHub in Action 2021-05-28 11:36:51 -07:00
karashiiro
07f4696483
Add identity to documentation Action 2021-05-28 11:30:41 -07:00
karashiiro
393b0472de
Install deps before building docs 2021-05-28 11:26:35 -07:00
karashiiro
6c7c28e44d
Merge pull request #9 from karashiiro/master
Add library documentation
2021-05-28 11:24:35 -07:00
Oowazu Nonowazu
252acf30fe remove release naming scheme 2021-05-28 12:16:40 -05:00
Oowazu Nonowazu
541c51499b Add workflow to push to npm upon cutting a release with a specific name 2021-05-28 11:59:23 -05:00
karashiiro
820360afa6 Install nodemon as a dev dependency 2021-05-28 08:23:46 -07:00
karashiiro
a053945454 Remove doc deploy from prepublish
It's now a Github Action, so there's no need to also do that on deploy.
2021-05-28 02:32:10 -07:00
karashiiro
e33606c67c Add .github to .npmignore 2021-05-28 02:30:55 -07:00
karashiiro
767c18b204
Create documentation deployment action 2021-05-28 02:28:58 -07:00
karashiiro
5db4cba740 Add example to createCard() doc 2021-05-28 02:06:50 -07:00
karashiiro
277884a4e8 Reword ensureInit() doc comment for clarity 2021-05-27 21:22:02 -07:00