vulcan-api / vulcan-api-js

Unoffical Vulcan UONET+ SDK for JavaScript / TypeScript
https://vulcan-api.github.io/vulcan-api-js/
MIT License
25 stars 1 forks source link

Moment fix #72

Closed jotkauser closed 2 months ago

jotkauser commented 2 months ago

Resolves #71

The formats was in lowercase and prevented dateFrom and dateTo from working

BaderBC commented 2 months ago

LGTM

Let us check if it works and we will merge it

jotkauser commented 2 months ago

Replace every yyyy-mm-dd basically with YYYY-MM-DD

BaderBC commented 2 months ago

Replace every yyyy-mm-dd basically with YYYY-MM-DD

Believe me or not, but it isn't that hard to understand your 2 lines of code, you don't need to explain :)

jotkauser commented 2 months ago

Update it on npmjs too :)

maxidragon commented 2 months ago

New version (3.5.4) will be available on npm in a few minutes

edit: published ;)