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(timestamp): make timestamp optional #50

Merged
merged 1 commit into from
Dec 14, 2018
Merged

Conversation

tkrugg
Copy link
Contributor

@tkrugg tkrugg commented Dec 11, 2018

This PR is a port of the fix that was made on 0.0.15.
It aims to allow the user not to send a timestamp in order to use the server-side generated timestamp.
User can still override the timestamp if wanted

fixes #46
fixes #32

@tkrugg tkrugg force-pushed the v2/timestamp-optional branch from 3d19e92 to d6d2109 Compare December 11, 2018 18:37
@tkrugg tkrugg changed the title fix(timestamp): made timestamp optional fix(timestamp): make timestamp optional Dec 11, 2018
@tkrugg tkrugg force-pushed the v2/timestamp-optional branch from 008a253 to 46c6f0b Compare December 14, 2018 11:56
@tkrugg tkrugg changed the base branch from v2/naming to develop December 14, 2018 12:19
@tkrugg tkrugg merged commit b44d29d into develop Dec 14, 2018
@samouss samouss deleted the v2/timestamp-optional branch December 15, 2018 17:03
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.

Make timestamp optional Timestamp still defaults to Date.now() in v2
2 participants