Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] incompatible Date type between JSON & YAML #478

Open
TechQuery opened this issue Dec 30, 2020 · 1 comment
Open

[bug] incompatible Date type between JSON & YAML #478

TechQuery opened this issue Dec 30, 2020 · 1 comment

Comments

@TechQuery
Copy link

What happened?

Resume data

work:
    - startDate: 2020-01-23

isn't equal to

{
    "work": [
        { "startDate": "2020-01-23" }
    ]
}
So, some themes will crash with:

```Shell
resume export --resume resume.yml

My environment

  • resume-cli: 3.0.3
  • Node.js: 14.15.0
@michaeltlombardi
Copy link

In my experience/testing, this also breaks resume validate calls in v3.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants