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

fix: deserialize dates (0.9.x) #108

Merged
merged 7 commits into from
Jan 24, 2025

Conversation

mattjohnsonpint
Copy link
Contributor

@mattjohnsonpint mattjohnsonpint commented Jan 23, 2025

Fixes #107 for 0.9.x to fix date parsing issue.

Also, I found that the tests were not actually testing the real project code, because as-test takes a dependency back on json-as - so it was building the wasm using that version instead of the source code in the repo. Fixed by adding a self-reference in package.json as a dev-dependency.

@mattjohnsonpint mattjohnsonpint changed the base branch from master to v0.9.x January 23, 2025 21:20
@JairusSW JairusSW merged commit 0755db7 into JairusSW:v0.9.x Jan 24, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

Parsing dates zeros out the year
2 participants